Skip to content
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ defined at the bottom of this file.

All notable changes to the qpageview project are documented in this file.

## [1.0.4] - 2026-04-04

### Fixed

* Optimize PDF link caching (#49) and reduce memory usage.
* Optimize PDF rendering (#50) to increase performance and reduce memory usage.

## [1.0.3] - 2026-01-23

### Fixed
Expand Down Expand Up @@ -107,3 +114,4 @@ its own project, to make it easier to use this package in other applications.
[1.0.1]: https://github.com/frescobaldi/qpageview/compare/v1.0.0...v1.0.1
[1.0.2]: https://github.com/frescobaldi/qpageview/compare/v1.0.1...v1.0.2
[1.0.3]: https://github.com/frescobaldi/qpageview/compare/v1.0.2...v1.0.3
[1.0.4]: https://github.com/frescobaldi/qpageview/compare/v1.0.3...v1.0.4
2 changes: 1 addition & 1 deletion qpageview/pkginfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

"""Version information on the qpageview package."""

version_string = "1.0.3"
version_string = "1.0.4"
Loading