diff options
author | B. Stack <bgstack15@gmail.com> | 2023-04-10 10:10:53 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-04-10 10:13:43 -0400 |
commit | a120fb25d188767366cf612a8ad5ffe763261732 (patch) | |
tree | 37eef460dcb63a84c0243f9c1199e4dc9b17e1b7 | |
parent | npp 8.5.2 (diff) | |
download | stackrpms-a120fb25d188767366cf612a8ad5ffe763261732.tar.gz stackrpms-a120fb25d188767366cf612a8ad5ffe763261732.tar.bz2 stackrpms-a120fb25d188767366cf612a8ad5ffe763261732.zip |
nn 0.6.1 rc1
-rw-r--r-- | notepadnext/debian/_service | 4 | ||||
-rw-r--r-- | notepadnext/debian/changelog | 25 | ||||
-rw-r--r-- | notepadnext/debian/notepadnext.dsc | 2 |
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 |