summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'notepadnext/debian/changelog')
-rw-r--r--notepadnext/debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog
index cc7ab31..4d5fc00 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,24 @@
+notepadnext (0.5.4-1) obs; urgency=low
+
+ * What's changed:
+ * Add Debug Log dock for displaying debug output in the application
+ * Add command line argument --reset-settings to clear all application
+ settings
+ * Add basic context menu to Search Results
+ * Add larger icon for Start Menu on Windows
+ * Add automatic Winget releases
+ * Select matching text in editor when navigating from search results
+ * Better codec detection and conversion
+ * Enable some NSIS Components by default
+ * Fix memory leak
+ * Fix line numbers displayed in search results
+ * Fix "Open With" command on MacOS
+ * Prevent crash when attempting to show autocomplete off-screen
+ * Fix missing translation when running from the right-click context
+ menu on Windows
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 03 Aug 2022 14:33:45 -0400
+
notepadnext (0.5.3-1) obs; urgency=low
* What's changed:
bgstack15