summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-13 17:18:38 +0000
committerB. Stack <bgstack15@gmail.com>2022-07-13 17:18:38 +0000
commitafb332d67798fa461b44586a0807e1859ec79756 (patch)
tree9be6e0c6880770c85b76f6016a885f0d065fca1b /notepadnext/debian/changelog
parentMerge branch 'scite-bump' into 'master' (diff)
parentnotepadnext 0.5.3 (diff)
downloadstackrpms-afb332d67798fa461b44586a0807e1859ec79756.tar.gz
stackrpms-afb332d67798fa461b44586a0807e1859ec79756.tar.bz2
stackrpms-afb332d67798fa461b44586a0807e1859ec79756.zip
Merge branch 'notepadnext-bump' into 'master'
notepadnext 0.5.3 See merge request bgstack15/stackrpms!310
Diffstat (limited to 'notepadnext/debian/changelog')
-rw-r--r--notepadnext/debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog
index a520424..cc7ab31 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,21 @@
+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
+ * Package changes
+ * Disable internationalization because of incomplete steps
+
+ -- 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