summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'notepadnext/debian/changelog')
-rw-r--r--notepadnext/debian/changelog33
1 files changed, 33 insertions, 0 deletions
diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog
index 4d5fc00..01188ad 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,36 @@
+notepadnext (0.5.6-1) obs; urgency=low
+
+ * Upstream updates
+ * Add Alt+Down to duplicate current line
+ * Add shortcut for Replace
+ * Add ability to detect language from start of file
+ * Auto detect XML files
+ * Handle multi-byte characters in regex matching
+ * Highlight and enable Ctrl+Click to open URLs located in the file
+ * Show hidden files on file dialogs for Linux
+ * Save/Restore editor zoom level
+ * Update Chinese translation
+ * Optimize application closing with opened files
+ * Fix Javascript syntax highlighting
+ * Fix displaying of non-ascii chars in Hex Viewer
+ * Fix Scintilla's RectangularSelectionModifier for Qt
+ * Fix forcing window to foreground on Windows
+ * Attempt to bring window to foreground on Linux
+ * Update Scintilla to v5.3.1
+ * Update Lexilla to v5.2.0
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 22 Nov 2022 10:25:59 -0500
+
+notepadnext (0.5.5-1) UNRELEASED; urgency=low
+
+ * Upstream updates
+ * Add ability to manage/edit recorded macros
+ * Add very basic hex viewer
+ * Windows Installer detects running application
+ * Open files in read-only mode
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 22 Nov 2022 10:25:59 -0500
+
notepadnext (0.5.4-1) obs; urgency=low
* What's changed:
bgstack15