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 0aafbd4..9715563 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,24 @@
+notepadnext (0.7-1+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * Add app to Window's "Open With" suggestions for text files
+ * Add match/case keywords to Python
+ * Add ability to set GUI translation via preferences dialog
+ * Add preference option to set GUI translation
+ * Add visual indicator of zoom level
+ * Add persistent bookmarks between sessions
+ * Add QuickFind wrap indicator
+ * Style python decorator attributes
+ * Make language in preference dialog more consistent
+ * Update Window title to indication if running in admin mode
+ * Fix file filter on file dialog boxes
+ * Fix ActionScript
+ * Keep File List items in order
+ * Properly handle cancelling of Export As dialog
+ * Chinese Simplified Translation Update
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 20 Mar 2024 15:43:38 -0400
+
notepadnext (0.6.4-1+stackrpms) obs; urgency=low
* Fix PHP keyword list and folding
bgstack15