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
2 changes: 1 addition & 1 deletion arm64/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.42.1
version: 6.5.43.1
kind: app
description: |
editor for deepin os.
Expand Down
27 changes: 27 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
deepin-editor (6.5.43) unstable; urgency=medium

* refactor: Replace popen with QProcess for process count and kill operations
* chore: Update compiler flags for security enhancements
* fix: remove device pixel ratio scaling in drag pixmap
* build(cmake): refactor Qt version compatibility
* fix: (docs)remove bold formatting from speech recognition headings
* i18n: Updates for project Deepin Text Editor (#392)
* Fix: support Qt 6.10.1
* fix: [Audio] Unify audio device detection and adapt DBus service for Qt version
* fix: Modify the parameters in the setDocName() function.
* fix: Adjust the handling of draft files when closing the window.
* fix: Adjust the logic for saving files when closing the window.
* fix: The "Do not keep tabs" feature is not working.
* fix: The "Do not keep tabs" feature is not working.
* fix: Null pointer exception after QTimer invocation
* fix: Temporarily disable QSaveFile in TextFileSaver
* fix: [Editor] Improve Qt5 compatibility and code cleanup
* fix: modify the 'Text to Speech' reading text
* fix: add the toast info for audio device disabled
* fix: 修复关闭窗口保存提示
* fix: improve MIME type detection and add man page support (#349)
* fix: 优化文本编辑器事件处理与1043编译问题
* fix: trim release memory

-- wangrong <wangrong@uniontech.com> Wed, 04 Feb 2026 14:43:34 +0800

deepin-editor (6.5.42) unstable; urgency=medium

* fix: Improve audio device detection for TTS and STT functionality with DDE control center consistency
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.42.1
version: 6.5.43.1
kind: app
description: |
editor for deepin os.
Expand Down
2 changes: 1 addition & 1 deletion loong64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: "1"
package:
id: org.deepin.editor
name: "deepin-editor"
version: 6.5.42.1
version: 6.5.43.1
kind: app
description: |
editor for deepin os.
Expand Down
2 changes: 1 addition & 1 deletion mips64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: "1"
package:
id: org.deepin.editor
name: "deepin-editor"
version: 6.5.42.1
version: 6.5.43.1
kind: app
description: |
editor for deepin os.
Expand Down
2 changes: 1 addition & 1 deletion sw64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: "1"
package:
id: org.deepin.editor
name: "deepin-editor"
version: 6.5.42.1
version: 6.5.43.1
kind: app
description: |
editor for deepin os.
Expand Down
Loading