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

* chore: Update version to 6.5.58
* fix(editor): prevent main thread deadlock in selectTextInView
* test(at): complete AT-SPI suites for deepin editor
* test(at): add license metadata for case files
* test(at): add AT-SPI suites for deepin editor
* feat(editor): add safe preview and controlled save for files containing NUL bytes
* fix(CI): update cppcheck workflow to use checkout@v7
* fix: add X-Deepin-Singleton flag to desktop file
* fix: remove deepin prefix from Chinese translations in desktop file

-- zhanghongyuan <zhanghongyuan@uniontech.com> Thu, 30 Jul 2026 15:10:54 +0800

deepin-editor (6.5.57) unstable; urgency=medium

* chore: Update version to 6.5.57
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.editor
name: "deepin-editor"
version: 6.5.57.1
version: 6.5.58.1
kind: app
description: |
editor for deepin os.
Expand Down
Loading