File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ deepin-editor (6.5.48) unstable; urgency=medium
2+
3+ * chore: Update version to 6.5.48
4+ * fix(editor): separate find/replace case sensitivity logic
5+ * fix(editor): prevent freeze when replacing newline characters
6+ * fix(editor): persist file encoding across sessions
7+ * fix(editor): fix color mark lost when pressing Enter in middle of marked text
8+ * fix(editor): restore CRLF line ending conversion when saving files
9+ * fix: sync customize keymap when reverting invalid shortcut
10+ * fix(editor): change find/replace default to case-sensitive
11+
12+ -- zhanghongyuan <zhanghongyuan@uniontech.com> Thu, 16 Apr 2026 21:15:13 +0800
13+
114deepin-editor (6.5.47) unstable; urgency=medium
215
316 * fix: Update key shortcut for backindentline to Shift+Tab
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: "1"
77package :
88 id : org.deepin.editor
99 name : " deepin-editor"
10- version : 6.5.47 .1
10+ version : 6.5.48 .1
1111 kind : app
1212 description : |
1313 editor for deepin os.
You can’t perform that action at this time.
0 commit comments