diff options
-rw-r--r-- | notepadnext/_service | 29 | ||||
-rw-r--r-- | notepadnext/debian/changelog | 21 | ||||
-rw-r--r-- | notepadnext/debian/notepadnext.dsc | 2 |
3 files changed, 51 insertions, 1 deletions
diff --git a/notepadnext/_service b/notepadnext/_service new file mode 100644 index 0000000..f27271c --- /dev/null +++ b/notepadnext/_service @@ -0,0 +1,29 @@ +<services> + <service name="tar_scm"> + <param name="scm">git</param> + <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param> + <param name="subdir">notepadnext/debian</param> + <param name="filename">debian</param> + <param name="revision">notepadnext-bump</param> + <param name="version">_none_</param> + </service> + <service name="recompress"> + <param name="file">*.tar</param> + <param name="compression">xz</param> + </service> + <service name="tar_scm"> + <param name="scm">git</param> + <param name="url">https://github.com/dail8859/NotepadNext.git</param> + <param name="revision">v0.5.4</param> + <param name="version">_none_</param> + <param name="submodules">enable</param> + </service> + <service name="recompress"> + <param name="file">*.tar</param> + <param name="compression">gz</param> + </service> + <service name="extract_file"> + <param name="archive">*.tar.xz</param> + <param name="files">*/*.dsc</param> + </service> +</services> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 |