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
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
deepin-manual (6.5.53) unstable; urgency=medium

* fix(window): persist maximized state and center window on startup
* fix(search): preserve text selection when mouse released outside titlebar
* test: migrate unit tests from Qt5 to Qt6 compatibility
* fix(search): decode base64 keywords before updating search
* chore: Update version to 6.5.52

-- xiepengfei <xiepengfei@uniontech.com> Wed, 11 Jun 2026 10:00:00 +0800

deepin-manual (6.5.52) unstable; urgency=medium

* fix: Implement reconcileIncompleteIndex to manage stale filetime entries
Expand Down
2 changes: 1 addition & 1 deletion linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.deepin.manual
name: "deepin-manual"
version: 6.5.52.1
version: 6.5.53.1
kind: app
description: |
manual for deepin os.
Expand Down
Loading