summaryrefslogtreecommitdiff
path: root/notepadnext
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-22 12:13:41 -0500
committerB. Stack <bgstack15@gmail.com>2022-11-22 12:13:41 -0500
commitd3f8c615a7285dab8a219df580787389f8117adb (patch)
tree90117443d2d38caf64e6bf0298e939f1d368ca3e /notepadnext
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-d3f8c615a7285dab8a219df580787389f8117adb.tar.gz
stackrpms-d3f8c615a7285dab8a219df580787389f8117adb.tar.bz2
stackrpms-d3f8c615a7285dab8a219df580787389f8117adb.zip
notepadnext 0.5.6 rc1
Diffstat (limited to 'notepadnext')
-rw-r--r--notepadnext/README.md2
-rw-r--r--notepadnext/_service2
-rw-r--r--notepadnext/debian/changelog33
-rw-r--r--notepadnext/debian/notepadnext.dsc2
4 files changed, 36 insertions, 3 deletions
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 @@
<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="revision">v0.5.6</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com> 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 <bgstack15@gmail.com>
Homepage: https://github.com/dail8859/NotepadNext
Standards-Version: 4.5.0
bgstack15