From 7590ce47e0a06b4f4949ab66da5380b6e96447ae Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 6 Nov 2023 14:44:39 -0500 Subject: notepadnext v0.6.4 rc1 --- notepadnext/debian/changelog | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'notepadnext/debian/changelog') 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 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 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 -- cgit