diff options
author | B. Stack <bgstack15@gmail.com> | 2024-12-05 15:46:43 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-12-05 15:46:43 -0500 |
commit | bb7f8df2939f96d6aa482089ea785a39cd8473db (patch) | |
tree | 590c68a18a0212acd2fd42d720002b7e7c59a3e9 /notepadnext | |
parent | npp 8.7.3 (diff) | |
download | stackrpms-bb7f8df2939f96d6aa482089ea785a39cd8473db.tar.gz stackrpms-bb7f8df2939f96d6aa482089ea785a39cd8473db.tar.bz2 stackrpms-bb7f8df2939f96d6aa482089ea785a39cd8473db.zip |
notepadnext 0.9
Diffstat (limited to 'notepadnext')
-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 1d4c66f..fdb23b7 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.8</param> + <param name="revision">v0.9</param> <param name="version">_none_</param> <param name="submodules">enable</param> </service> diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog index 65a3c2e..241b9d1 100644 --- a/notepadnext/debian/changelog +++ b/notepadnext/debian/changelog @@ -1,3 +1,27 @@ +notepadnext (0.9-1+stackrpms) obs; urgency=low + + * Upstream updates + * Add overtype toggling by @dail8859 in #589 + * Search Box Positioning by @pydavem in #591 + * Copy Search results #224 by @pydavem in #596 + * Fix crashes with Qt 6.7.2 by @sandman7920 in #623 + * Fix macro saving + * Adjust JSON error colors + * Add additional word chars by @dail8859 in #625 + * Fix keywords for C by @dail8859 in #632 + * Add backward direction to Find dialog by @accessv in #635 + * Add loading of custom application styling by @dail8859 in #637 + * Add option to sort file list by name by @dail8859 in #638 + * Attempt to fix Win10 crash by @dail8859 in #639 + * Update NotepadNext_sv_SE.ts by @eson57 in #606 + * Updated Ukrainian translation by @YALdysse in #610 + * Update Portuguese (Portugal) translation by @hugok79 in #579 + * Update Traditional Chinese locale by @PeterDaveHello in #646 + * Update Scintilla to v5.5.0 by @dail8859 in #587 + * Update Lexilla to v5.3.2 by @dail8859 in #588 + + -- B. Stack <bgstack15@gmail.com> Thu, 05 Dec 2024 15:46:06 -0500 + notepadnext (0.8-1+stackrpms) obs; urgency=low * Upstream updates diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc index b6418f1..de9dcf4 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.8-1+stackrpms +Version: 0.9-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 |