summaryrefslogtreecommitdiff
path: root/notepadnext/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-08-03 15:41:22 -0400
committerB. Stack <bgstack15@gmail.com>2022-08-03 15:41:22 -0400
commit2be17f0167ab155ecc577167a03e6b4072c030c1 (patch)
tree00bb2ca01b62fba9c0c5d8da61356231e329ebc5 /notepadnext/debian
parentMerge branch 'xdgmenumaker-bump' into 'master' (diff)
downloadstackrpms-2be17f0167ab155ecc577167a03e6b4072c030c1.tar.gz
stackrpms-2be17f0167ab155ecc577167a03e6b4072c030c1.tar.bz2
stackrpms-2be17f0167ab155ecc577167a03e6b4072c030c1.zip
notepadnext 0.5.4
Diffstat (limited to 'notepadnext/debian')
-rw-r--r--notepadnext/debian/changelog21
-rw-r--r--notepadnext/debian/notepadnext.dsc2
2 files changed, 22 insertions, 1 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:
diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc
index ae1e6a4..e2fbb94 100644
--- a/notepadnext/debian/notepadnext.dsc
+++ b/notepadnext/debian/notepadnext.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: notepadnext
Binary: notepadnext
Architecture: any
-Version: 0.5.3-1
+Version: 0.5.4-1
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://github.com/dail8859/NotepadNext
Standards-Version: 4.5.0
bgstack15