summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-23 15:27:51 +0000
committerB. Stack <bgstack15@gmail.com>2023-04-23 15:27:51 +0000
commit564c26cc25ddbd3a903e5cfb7775a41170e0d843 (patch)
tree201d71dc920017761aa737147997ff53f7dc2889 /notepadnext/debian/changelog
parentMerge branch 'veracrypt-bump' into 'master' (diff)
parentnn 0.6.1 rc1 (diff)
downloadstackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.tar.gz
stackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.tar.bz2
stackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.zip
Merge branch 'notepadnext-bump' into 'master'
notepadnext 0.6.1 See merge request bgstack15/stackrpms!347
Diffstat (limited to 'notepadnext/debian/changelog')
-rw-r--r--notepadnext/debian/changelog25
1 files changed, 24 insertions, 1 deletions
diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog
index 2c27b9b..93505fd 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,26 @@
+notepadnext (0.6.1-1+stackrpms) obs; urgency=low
+
+ * Add encoding/decoding for Base 64 and URL
+ * Add menu option to remove empty links
+ * Add filename extension support on macOS
+ * Add "Show in Explorer" and "Open Command Prompt Here" for Windows
+ * Add functionality to combine search results on the same line
+ * Add message to find dialog when search wraps around
+ * Add Ukrainian translation
+ * Update Scintilla to v5.3.4
+ * Custom context menu for editors
+ * Identify more languages based on shebang
+ * Update desktop file to pass file name argument
+ * Provide better user error messages when files cannot be saved
+ * Prevent crash when opening non-readable file
+ * Fix SmartHighlighter stylers
+ * Fix loading of translation files
+ * Fix applying .editorconfig settings
+ * Fix regular expression searching when file contained 3 or 4 byte
+ characters
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 10 Apr 2023 10:05:14 -0400
+
notepadnext (0.6-1+stackrpms) obs; urgency=low
* Upstream updates
@@ -20,7 +43,7 @@ notepadnext (0.6-1+stackrpms) obs; urgency=low
* Fix crash on Linux when secondary instance opens non-existent file
* Fix replacing all matches in a document
- -- B. Stack <bgstack15@gmail.com> Sun, 22 Jan 2022 15:27:39 -0500
+ -- B. Stack <bgstack15@gmail.com> Sun, 22 Jan 2023 15:27:39 -0500
notepadnext (0.5.6-1) obs; urgency=low
bgstack15