From ea38eceffd5f3d7ec2c88ac39e2c5064ee70fec2 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 22 Jan 2023 16:54:59 -0500 Subject: notepadnext 0.6 --- notepadnext/debian/changelog | 24 ++++++++++++++++++++++++ notepadnext/debian/control | 2 +- notepadnext/debian/notepadnext.dsc | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog index 01188ad..2c27b9b 100644 --- a/notepadnext/debian/changelog +++ b/notepadnext/debian/changelog @@ -1,3 +1,27 @@ +notepadnext (0.6-1+stackrpms) obs; urgency=low + + * Upstream updates + * Add ability to restore opened and unsaved files between application + restarts (this is experimental and should be used with caution) + * Switch to Qt6 for official distribution (Flatpak distribution will + remain on v5.15) + * Build universal (multi-architecture) binaries for MacOS for native + ARM support + * Add Column Mode dialog to insert text/numbers at a specific column + * Add File List to show opened editors + * Add copying/exporting as HTML and RTF + * Add app icon to Linux AppImage + * Open all files when folder is dropped into the application + * Allow renaming of temp files + * Allow editing characters through the Hex Viewer + * Update Lexilla to v5.2.1 + * Update Scintilla to v5.3.2 + * Default to UTF-8 for empty files + * Fix crash on Linux when secondary instance opens non-existent file + * Fix replacing all matches in a document + + -- B. Stack Sun, 22 Jan 2022 15:27:39 -0500 + notepadnext (0.5.6-1) obs; urgency=low * Upstream updates diff --git a/notepadnext/debian/control b/notepadnext/debian/control index 869c1f4..bd58cc8 100644 --- a/notepadnext/debian/control +++ b/notepadnext/debian/control @@ -3,9 +3,9 @@ Section: editors Priority: optional Maintainer: B. Stack Build-Depends: debhelper-compat (= 12), - libqt6core5compat6-dev, libqt6core6, qmake6, + qt6-5compat-dev, qt6-base-private-dev, qtbase5-private-dev, # When i18n works, we will need this b-d: diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc index 9f2160f..d5f2284 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.6-1 +Version: 0.6-1+stackrpms Maintainer: B. Stack Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 -- cgit From 6aafea9937e1df2cef5229e6363d2fb55ec33425 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 22 Jan 2023 17:00:08 -0500 Subject: nn: update _service file --- notepadnext/_service | 29 ----------------------------- notepadnext/debian/_service | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 notepadnext/_service create mode 100644 notepadnext/debian/_service diff --git a/notepadnext/_service b/notepadnext/_service deleted file mode 100644 index 578b272..0000000 --- a/notepadnext/_service +++ /dev/null @@ -1,29 +0,0 @@ - - - git - https://gitlab.com/bgstack15/stackrpms.git - notepadnext/debian - debian - notepadnext-bump - _none_ - - - *.tar - xz - - - git - https://github.com/dail8859/NotepadNext.git - v0.5.6 - _none_ - enable - - - *.tar - gz - - - *.tar.xz - */*.dsc - - diff --git a/notepadnext/debian/_service b/notepadnext/debian/_service new file mode 100644 index 0000000..96a27c1 --- /dev/null +++ b/notepadnext/debian/_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.6 + _none_ + enable + + + *.tar + gz + + + *.tar.xz + */*.dsc + + -- cgit