Skip to content

Commit d49ccd4

Browse files
committed
Prepare v2.7.3 release
1 parent 2270ed0 commit d49ccd4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ All notable changes to Q1View are documented here. Releases follow [semantic ver
88

99
---
1010

11+
## [2.7.3] — 2026-06-29
12+
13+
### Changed
14+
- Viewer: smoother repaints. The off-screen back buffer (`CDC` / `CBitmap`) is now reused across repaints and reallocated only when the client size changes, instead of being created and destroyed on every paint — matching the Comparator's cached off-screen buffer. Rendered pixels are identical to the previous path. (issue #87)
15+
16+
---
17+
1118
## [2.7.2] — 2026-06-20
1219

1320
### Changed
@@ -275,7 +282,8 @@ All notable changes to Q1View are documented here. Releases follow [semantic ver
275282

276283
---
277284

278-
[Unreleased]: https://github.com/chammoru/Q1View/compare/v2.7.2...HEAD
285+
[Unreleased]: https://github.com/chammoru/Q1View/compare/v2.7.3...HEAD
286+
[2.7.3]: https://github.com/chammoru/Q1View/compare/v2.7.2...v2.7.3
279287
[2.7.2]: https://github.com/chammoru/Q1View/compare/v2.7.1...v2.7.2
280288
[2.7.1]: https://github.com/chammoru/Q1View/compare/v2.7.0...v2.7.1
281289
[2.7.0]: https://github.com/chammoru/Q1View/compare/v2.6.0...v2.7.0

0 commit comments

Comments
 (0)