summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-20 15:47:46 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-20 15:47:46 -0400
commitc20f8a94650173a731f8318b37f5970f20c1cd57 (patch)
treee3d15f0dcca618a33734d9fd057fb95bd0df37cb
parentnotepadpp 8.6.4 (diff)
downloadstackrpms-c20f8a94650173a731f8318b37f5970f20c1cd57.tar.gz
stackrpms-c20f8a94650173a731f8318b37f5970f20c1cd57.tar.bz2
stackrpms-c20f8a94650173a731f8318b37f5970f20c1cd57.zip
notepadnext 0.7 rc1
-rw-r--r--notepadnext/debian/_service2
-rw-r--r--notepadnext/debian/changelog21
-rw-r--r--notepadnext/debian/notepadnext.dsc2
3 files changed, 23 insertions, 2 deletions
diff --git a/notepadnext/debian/_service b/notepadnext/debian/_service
index 3238373..720f4ff 100644
--- a/notepadnext/debian/_service
+++ b/notepadnext/debian/_service
@@ -14,7 +14,7 @@
<service name="tar_scm">
<param name="scm">git</param>
<param name="url">https://github.com/dail8859/NotepadNext.git</param>
- <param name="revision">v0.6.4</param>
+ <param name="revision">v0.7</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
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
diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc
index dcd725b..b98016f 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.6.4-1+stackrpms
+Version: 0.7-1+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://github.com/dail8859/NotepadNext
Standards-Version: 4.5.0
bgstack15