From d3f8c615a7285dab8a219df580787389f8117adb Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 22 Nov 2022 12:13:41 -0500 Subject: notepadnext 0.5.6 rc1 --- notepadnext/README.md | 2 +- notepadnext/_service | 2 +- notepadnext/debian/changelog | 33 +++++++++++++++++++++++++++++++++ notepadnext/debian/notepadnext.dsc | 2 +- 4 files changed, 36 insertions(+), 3 deletions(-) (limited to 'notepadnext') diff --git a/notepadnext/README.md b/notepadnext/README.md index 70bfe88..317d302 100644 --- a/notepadnext/README.md +++ b/notepadnext/README.md @@ -12,7 +12,7 @@ Use notepadpp in this same repository, or use NotepadNext [AppImage](https://git ## Reverse dependency matrix Distro | notepadnext version ---------- | ---------------- -Devuan | 0.4.9 +Devuan | 0.5.6 ## Additional info diff --git a/notepadnext/_service b/notepadnext/_service index f27271c..578b272 100644 --- a/notepadnext/_service +++ b/notepadnext/_service @@ -14,7 +14,7 @@ git https://github.com/dail8859/NotepadNext.git - v0.5.4 + v0.5.6 _none_ enable diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog index 4d5fc00..01188ad 100644 --- a/notepadnext/debian/changelog +++ b/notepadnext/debian/changelog @@ -1,3 +1,36 @@ +notepadnext (0.5.6-1) obs; urgency=low + + * Upstream updates + * Add Alt+Down to duplicate current line + * Add shortcut for Replace + * Add ability to detect language from start of file + * Auto detect XML files + * Handle multi-byte characters in regex matching + * Highlight and enable Ctrl+Click to open URLs located in the file + * Show hidden files on file dialogs for Linux + * Save/Restore editor zoom level + * Update Chinese translation + * Optimize application closing with opened files + * Fix Javascript syntax highlighting + * Fix displaying of non-ascii chars in Hex Viewer + * Fix Scintilla's RectangularSelectionModifier for Qt + * Fix forcing window to foreground on Windows + * Attempt to bring window to foreground on Linux + * Update Scintilla to v5.3.1 + * Update Lexilla to v5.2.0 + + -- B. Stack Tue, 22 Nov 2022 10:25:59 -0500 + +notepadnext (0.5.5-1) UNRELEASED; urgency=low + + * Upstream updates + * Add ability to manage/edit recorded macros + * Add very basic hex viewer + * Windows Installer detects running application + * Open files in read-only mode + + -- B. Stack Tue, 22 Nov 2022 10:25:59 -0500 + notepadnext (0.5.4-1) obs; urgency=low * What's changed: diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc index e2fbb94..9f2160f 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.4-1 +Version: 0.5.6-1 Maintainer: B. Stack Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 -- cgit