From 2be17f0167ab155ecc577167a03e6b4072c030c1 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 3 Aug 2022 15:41:22 -0400 Subject: notepadnext 0.5.4 --- notepadnext/_service | 29 +++++++++++++++++++++++++++++ notepadnext/debian/changelog | 21 +++++++++++++++++++++ notepadnext/debian/notepadnext.dsc | 2 +- 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 notepadnext/_service (limited to 'notepadnext') diff --git a/notepadnext/_service b/notepadnext/_service new file mode 100644 index 0000000..f27271c --- /dev/null +++ b/notepadnext/_service @@ -0,0 +1,29 @@ + + + git + https://gitlab.com/bgstack15/stackrpms.git + notepadnext/debian + debian + notepadnext-bump + _none_ + + + *.tar + xz + + + git + https://github.com/dail8859/NotepadNext.git + v0.5.4 + _none_ + enable + + + *.tar + gz + + + *.tar.xz + */*.dsc + + diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog index cc7ab31..4d5fc00 100644 --- a/notepadnext/debian/changelog +++ b/notepadnext/debian/changelog @@ -1,3 +1,24 @@ +notepadnext (0.5.4-1) obs; urgency=low + + * What's changed: + * Add Debug Log dock for displaying debug output in the application + * Add command line argument --reset-settings to clear all application + settings + * Add basic context menu to Search Results + * Add larger icon for Start Menu on Windows + * Add automatic Winget releases + * Select matching text in editor when navigating from search results + * Better codec detection and conversion + * Enable some NSIS Components by default + * Fix memory leak + * Fix line numbers displayed in search results + * Fix "Open With" command on MacOS + * Prevent crash when attempting to show autocomplete off-screen + * Fix missing translation when running from the right-click context + menu on Windows + + -- B. Stack Wed, 03 Aug 2022 14:33:45 -0400 + notepadnext (0.5.3-1) obs; urgency=low * What's changed: diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc index ae1e6a4..e2fbb94 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.5.3-1 +Version: 0.5.4-1 Maintainer: B. Stack Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 -- cgit