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

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

## [1.0.5] - 2026-05-27

### Fixed

* Paint the background once and only when necessary to do so (#54).
For example, it's not necessary or desirable to paint the
background when printing.
Another consequence of this fix is that it's possible now to
render an image with a transparent background, for example in
Frescobaldi's copy-to-image dialog.
* Optimize the cache size to avoid unnecessary re-rendering (#56)
* Optimize PDF rendering to save memory (#58)
* Fix a memory leak caused by uncollected QPdfDocument garbage (#52)


## [1.0.4] - 2026-04-04

### Fixed
Expand Down Expand Up @@ -115,3 +130,4 @@ its own project, to make it easier to use this package in other applications.
[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
[1.0.5]: https://github.com/frescobaldi/qpageview/compare/v1.0.4...v1.0.5
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.4"
version_string = "1.0.5"
Loading