summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-23 15:27:51 +0000
committerB. Stack <bgstack15@gmail.com>2023-04-23 15:27:51 +0000
commit564c26cc25ddbd3a903e5cfb7775a41170e0d843 (patch)
tree201d71dc920017761aa737147997ff53f7dc2889
parentMerge branch 'veracrypt-bump' into 'master' (diff)
parentnn 0.6.1 rc1 (diff)
downloadstackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.tar.gz
stackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.tar.bz2
stackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.zip
Merge branch 'notepadnext-bump' into 'master'
notepadnext 0.6.1 See merge request bgstack15/stackrpms!347
-rw-r--r--notepadnext/debian/_service4
-rw-r--r--notepadnext/debian/changelog25
-rw-r--r--notepadnext/debian/notepadnext.dsc2
3 files changed, 27 insertions, 4 deletions
diff --git a/notepadnext/debian/_service b/notepadnext/debian/_service
index 96a27c1..3e17621 100644
--- a/notepadnext/debian/_service
+++ b/notepadnext/debian/_service
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="scm">git</param>
- <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
+ <param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param>
<param name="subdir">notepadnext/debian</param>
<param name="filename">debian</param>
<param name="revision">notepadnext-bump</param>
@@ -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</param>
+ <param name="revision">v0.6.1</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog
index 2c27b9b..93505fd 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,26 @@
+notepadnext (0.6.1-1+stackrpms) obs; urgency=low
+
+ * Add encoding/decoding for Base 64 and URL
+ * Add menu option to remove empty links
+ * Add filename extension support on macOS
+ * Add "Show in Explorer" and "Open Command Prompt Here" for Windows
+ * Add functionality to combine search results on the same line
+ * Add message to find dialog when search wraps around
+ * Add Ukrainian translation
+ * Update Scintilla to v5.3.4
+ * Custom context menu for editors
+ * Identify more languages based on shebang
+ * Update desktop file to pass file name argument
+ * Provide better user error messages when files cannot be saved
+ * Prevent crash when opening non-readable file
+ * Fix SmartHighlighter stylers
+ * Fix loading of translation files
+ * Fix applying .editorconfig settings
+ * Fix regular expression searching when file contained 3 or 4 byte
+ characters
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 10 Apr 2023 10:05:14 -0400
+
notepadnext (0.6-1+stackrpms) obs; urgency=low
* Upstream updates
@@ -20,7 +43,7 @@ notepadnext (0.6-1+stackrpms) obs; urgency=low
* Fix crash on Linux when secondary instance opens non-existent file
* Fix replacing all matches in a document
- -- B. Stack <bgstack15@gmail.com> Sun, 22 Jan 2022 15:27:39 -0500
+ -- B. Stack <bgstack15@gmail.com> Sun, 22 Jan 2023 15:27:39 -0500
notepadnext (0.5.6-1) obs; urgency=low
diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc
index d5f2284..e113668 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-1+stackrpms
+Version: 0.6.1-1+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://github.com/dail8859/NotepadNext
Standards-Version: 4.5.0
bgstack15