chore: bump version to 0.3.1 and update CHANGELOG
This commit is contained in:
parent
163a6f289a
commit
86fb98a7c7
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -4,6 +4,21 @@ All notable changes to Docling Studio will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
## [0.3.1] - 2026-04-09
|
||||
|
||||
### Added
|
||||
|
||||
- Batch conversion progress: segmented progress bar with ring indicator and per-batch visual feedback
|
||||
- Inline mini progress bar in the top banner during analysis
|
||||
- Informational notice in Prepare mode when chunking is unavailable (batch mode)
|
||||
- `BATCH_PAGE_SIZE` environment variable forwarded in Docker Compose
|
||||
|
||||
### Fixed
|
||||
|
||||
- Batch progress reset to null on completion (progress_current/progress_total overwritten by stale in-memory job object)
|
||||
- Regression test for batch progress preservation in `_run_analysis_inner` flow
|
||||
- E2E assertion on final progress values in batch-progress feature
|
||||
|
||||
## [0.3.0] - 2026-04-07
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docling-studio",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue