diff options
author | B. Stack <bgstack15@gmail.com> | 2023-11-06 14:44:39 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-11-06 14:44:39 -0500 |
commit | 7590ce47e0a06b4f4949ab66da5380b6e96447ae (patch) | |
tree | 417cffd8d09c0b14f2e83cf0989255d36a60e153 /notepadnext | |
parent | notepadpp 8.5.8 (diff) | |
download | stackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.tar.gz stackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.tar.bz2 stackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.zip |
notepadnext v0.6.4 rc1
Diffstat (limited to 'notepadnext')
-rw-r--r-- | notepadnext/debian/_service | 4 | ||||
-rw-r--r-- | notepadnext/debian/changelog | 48 | ||||
-rw-r--r-- | notepadnext/debian/notepadnext.dsc | 2 |
3 files changed, 51 insertions, 3 deletions
diff --git a/notepadnext/debian/_service b/notepadnext/debian/_service index 3e17621..3238373 100644 --- a/notepadnext/debian/_service +++ b/notepadnext/debian/_service @@ -4,7 +4,7 @@ <param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param> <param name="subdir">notepadnext/debian</param> <param name="filename">debian</param> - <param name="revision">notepadnext-bump</param> + <param name="revision">master</param> <param name="version">_none_</param> </service> <service name="recompress"> @@ -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.6.1</param> + <param name="revision">v0.6.4</param> <param name="version">_none_</param> <param name="submodules">enable</param> </service> 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 diff --git a/notepadnext/debian/notepadnext.dsc b/notepadnext/debian/notepadnext.dsc index e113668..dcd725b 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.6.1-1+stackrpms +Version: 0.6.4-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://github.com/dail8859/NotepadNext Standards-Version: 4.5.0 |