diff options
author | B. Stack <bgstack15@gmail.com> | 2025-01-24 16:20:40 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2025-01-24 16:20:40 -0500 |
commit | 3c4dcaab990a58e35b0503f608a40e0f02305698 (patch) | |
tree | 8f5ce0c8814ef645184109eaa5a2bfe80bbe9846 | |
parent | fix veracrypt _service (diff) | |
download | stackrpms-master.tar.gz stackrpms-master.tar.bz2 stackrpms-master.zip |
-rw-r--r-- | notepadnext/debian/_service | 2 | ||||
-rw-r--r-- | notepadnext/debian/changelog | 24 | ||||
-rw-r--r-- | notepadnext/debian/notepadnext.dsc | 2 |
3 files changed, 26 insertions, 2 deletions
diff --git a/notepadnext/debian/_service b/notepadnext/debian/_service index fdb23b7..ea9736e 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.9</param> + <param name="revision">v0.10</param> <param name="version">_none_</param> <param name="submodules">enable</param> </service> diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog index 241b9d1..80799df 100644 --- a/notepadnext/debian/changelog +++ b/notepadnext/debian/changelog @@ -1,3 +1,27 @@ +notepadnext (0.10-1+stackrpms) obs; urgency=low + + * Upstream updates + * Add more bookmark operations (cut/copy/delete) by @dail8859 in #679 + * Add Debug Info dialog box + * Allow overriding terminal command by @dail8859 in #685 + * Update Scintilla and Lexilla by @dail8859 in #684 + * Add Nix language by @dail8859 in #687 + * Auto close HTML tags by @dail8859 in #690 + * Add HTML highlighting in PHP files by @dail8859 in #691 + * Add basic lua console history by @dail8859 in #692 + * Auto detect EOL mode by @dail8859 in #693 + * Add default EOL setting + * Add default end of line setting by @dail8859 in #694 + * Make Find/Replace Dialog resize-able by @dail8859 in #695 + * Backup settings when running --reset-settings + * Fix file loss when having a single temporary file by @dail8859 in #675 + * Add Czech translation by @mkasik75 in #681 + * Add Brazilian Portuguese translation by @lucasvmx in #665 + * Update Swedish translation by @eson57 in #666 + * Update Portuguese (Portugal) translation by @hugok79 in #686 + + -- B. Stack <bgstack15@gmail.com> Fri, 24 Jan 2025 16:19:52 -0500 + notepadnext (0.9-1+stackrpms) obs; urgency=low * Upstream updates diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc index de9dcf4..d6c99a7 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.9-1+stackrpms +Version: 0.10-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 |