summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-22 12:13:41 -0500
committerB. Stack <bgstack15@gmail.com>2022-11-22 12:13:41 -0500
commitd3f8c615a7285dab8a219df580787389f8117adb (patch)
tree90117443d2d38caf64e6bf0298e939f1d368ca3e /notepadnext/debian/changelog
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-d3f8c615a7285dab8a219df580787389f8117adb.tar.gz
stackrpms-d3f8c615a7285dab8a219df580787389f8117adb.tar.bz2
stackrpms-d3f8c615a7285dab8a219df580787389f8117adb.zip
notepadnext 0.5.6 rc1
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