summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'notepadnext/debian/changelog')
-rw-r--r--notepadnext/debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog
index a520424..163fdd9 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,19 @@
+notepadnext (0.5.3-1) obs; urgency=low
+
+ * What's changed:
+ * Add 'Find All in All Documents'
+ * Add 'Replace All in All Open Documents'
+ * Add ability to navigate to search results
+ * Add Swedish translation
+ * Add command line argument to load a specified translation
+ * Fix segfault when trying to open non-existing file
+ * Fix allowing user to create non-existing file
+ * Ensure lines are visible when going to range
+ * Fix crash when dragging text into the application
+ * Automate publishing GitHub release
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 11 Jul 2022 16:33:08 -0400
+
notepadnext (0.4.10-1) obs; urgency=low
* Initial release. Closes: packages-want#23
bgstack15