summaryrefslogtreecommitdiff
path: root/notepadnext/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-11-06 14:44:39 -0500
committerB. Stack <bgstack15@gmail.com>2023-11-06 14:44:39 -0500
commit7590ce47e0a06b4f4949ab66da5380b6e96447ae (patch)
tree417cffd8d09c0b14f2e83cf0989255d36a60e153 /notepadnext/debian/changelog
parentnotepadpp 8.5.8 (diff)
downloadstackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.tar.gz
stackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.tar.bz2
stackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.zip
notepadnext v0.6.4 rc1
Diffstat (limited to 'notepadnext/debian/changelog')
-rw-r--r--notepadnext/debian/changelog48
1 files changed, 48 insertions, 0 deletions
diff --git a/notepadnext/debian/changelog b/notepadnext/debian/changelog
index 93505fd..0aafbd4 100644
--- a/notepadnext/debian/changelog
+++ b/notepadnext/debian/changelog
@@ -1,3 +1,51 @@
+notepadnext (0.6.4-1+stackrpms) obs; urgency=low
+
+ * Fix PHP keyword list and folding
+ * Add a checkbox to run the application when the Windows installation
+ is finished
+ * Add Less & SCSS
+ * New keywords/extensions for JS/HTML
+ * Restore window to previous size after fullscreen
+ * Add "Copy URL" to context menu
+ * Fix URL decode always being active
+ * Save temp file language settings
+ * Enable folding of HTML and XML files
+ * Accept file URIs as files to open
+ * Fix infinite loop due to zero-length matches
+ * Optimize search results dock scroll on Mac
+ * Warn user if the install directory for Windows is not empty
+ * Update Lexilla/Scintilla
+ * Implement platform-dependent exit hotkey
+ * Fix tab's title/text elided when lots of files/tabs opened
+ * Add Traditional Chinese translation
+ * Update Turkish translation
+ * Update Chinese (Simplified) translation
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 06 Nov 2023 14:44:06 -0500
+
+notepadnext (0.6.3-1+stackrpms) UNRELEASED; urgency=low
+
+ * Update Qt to v6.5
+ * Add more Book Mark features
+ * Add Turkish translation
+ * Allow escaped characters and comments in JSON
+ * Detect INI and JSON files based on file contents
+ * Fix Highlighted Scroll Bar showing smart highlight
+ * Fix regex search performance
+ * Fix Select Next action using incorrect search flags
+ * Fix opening multiple files at once
+ * Respect tab and tabwidth in language files
+ * Fix incorrect locale detection loading wrong language
+ * Fix auto-complete box popping up on Mac when typing
+ * Fix crash on macOS in entry of multi-character strings with IME
+ * Fix hex view font family issue on MacOS
+ * Automatically resize search results dock contents
+ * Collapse top level items when a new search result is added
+ * Fix search result font size being too small on Mac
+ * Fix C# highlighting
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 06 Nov 2023 14:43:40 -0500
+
notepadnext (0.6.1-1+stackrpms) obs; urgency=low
* Add encoding/decoding for Base 64 and URL
bgstack15