Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new version 2.3.2 #512

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.3.2
17 changes: 12 additions & 5 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
Changelog
=========

v2.3.2 (2024-12-25)
-------------------
Release note: `v2.3.2 <https://github.com/ispras/dedoc/releases/tag/v2.3.2>`_

* Improve merging multi-page tables in `PdfTabbyReader`.
* Stop parsing after client disconnection (for API usage, see `issue 488 <https://github.com/ispras/dedoc/issues/488>`_).

v2.3.1 (2024-11-15)
-------------------
Release note: `v2.3.1 <https://github.com/ispras/dedoc/releases/tag/v2.3.1>`_

* Fix bug with bold lines in `DocxReader` (see `issue 479 <https://github.com/ispras/dedoc/issues/479>`_)
* Upgraded requirements.txt (beautifulsoup4 to 4.12.3 version)
* Added support for external grobid (added support parameter "Authorization")
* Added GOST (Russian government standard) frame recognition in `PdfTabbyReader` (`need_gost_frame_analysis` parameter)
* Update documentation (added GOST frame recognition)
* Fix bug with bold lines in `DocxReader` (see `issue 479 <https://github.com/ispras/dedoc/issues/479>`_).
* Upgraded requirements.txt (beautifulsoup4 to 4.12.3 version).
* Added support for external grobid (added support env variable `GROBID_AUTH_KEY` for "Authorization" in request header).
* Added GOST (Russian government standard) frame recognition in `PdfTabbyReader` (`need_gost_frame_analysis` parameter).
* Update documentation (added GOST frame recognition).

v2.3 (2024-09-19)
-----------------
Expand Down
Loading