diff options
-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 720f4ff..1d4c66f 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.7</param> + <param name="revision">v0.8</param> <param name="version">_none_</param> <param name="submodules">enable</param> </service> diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog index 9715563..65a3c2e 100644 --- a/notepadnext/debian/changelog +++ b/notepadnext/debian/changelog @@ -1,3 +1,27 @@ +notepadnext (0.8-1+stackrpms) obs; urgency=low + + * Upstream updates + * Allow overriding shortcut keys by @dail8859 in #571 + * Allow setting default font and size by @dail8859 in #552 + * Allow specifying custom tab bar context menu + * Add match count to Quick Find by @dail8859 in #572 + * Add shortcuts to switch to next or previous tab + * Add folding shortcuts + * Close the initial editor when opening a file + * Add 'Exit on last tab closed' option + * Add -n command line parameter to open file at specified line number + * Add Polish translation by @kocio-pl in #519 + * Add Russian translation by @dchapyshev and @adem4ik in #521 and #559 + * Update Portuguese translation by @hugok79 in #563 + * Check filename before save on Save a Copy As... by @detinho in #527 + * Update CFBundleIdentifier by @FnControlOption in #529 + * Adapt the Find/Replace dialog UI for MAC by @ErickWei in #538 + * Adapt the Preference dialog UI for MAC by @ErickWei in #542 + * Update Linux screenshot by @japanoise in #549 + * Restore status bar visibility on startup + + -- B. Stack <bgstack15@gmail.com> Tue, 25 Jun 2024 10:48:45 -0400 + notepadnext (0.7-1+stackrpms) obs; urgency=low * Upstream updates diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc index b98016f..b6418f1 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.7-1+stackrpms +Version: 0.8-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 |