summaryrefslogtreecommitdiff
path: root/notepadnext/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-12 10:49:18 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-12 10:49:18 -0400
commit6977a971d4e0b14c5ab9fc0f539dc491fa44db7f (patch)
tree8743a0ef9684fe54ce9a630f640fb4d40e2f22a9 /notepadnext/debian
parentMerge branch 'librewolf-bump' into 'master' (diff)
downloadstackrpms-6977a971d4e0b14c5ab9fc0f539dc491fa44db7f.tar.gz
stackrpms-6977a971d4e0b14c5ab9fc0f539dc491fa44db7f.tar.bz2
stackrpms-6977a971d4e0b14c5ab9fc0f539dc491fa44db7f.zip
notepadnext 0.5.3 rc1
Diffstat (limited to 'notepadnext/debian')
-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