Release related updates

This commit is contained in:
Derick Payne 2017-12-10 18:22:59 +02:00
parent ba3ac599e5
commit a8fd0cf419
4 changed files with 29 additions and 3 deletions

View File

@ -2,6 +2,30 @@
Rizonesoft Notepad3 CHANGES
==================================================
--------------------------------------------------
Version 3.17.1210.729 (10 December 2017)
--------------------------------------------------
- Fix: flashing of Search text-box of find/replace dialog in case of Win7 Classic theme
- [Settings2] section default values (and comment out if not changed) of initially distributed Notepad3.ini
- Feature: Added Awk Script syntax highlighting (Python lexer based)
- Fix: Edit/Special : URL encoding/decoding for full UTF8 (non ASCII) characters.
- Refactoring: Platform independent URL decoding.
- Fix: Gibberish output if URL decoded again (2nd time).
- Fix: URL decoding, if encoding has "%#nnn" formatted ASCII chars.
- Fix: HTML character encoding starts with ampersand, not percent char.
- Fix: URL encoding: Added flag URL_ESCAPE_PERCENT for UrlEscape().
- Feature: URL Hotspot (first version).
- Fix: Added version info for VS2017 v.15.5
- Feature: Enhanced URL Hotspot highlighting.
- Refactoring and enhancements for Hyperlink Hotspot feature.
- Fix: Consistent texts for "Hyperlink Hotspots".
- Feature: open Hyperlink in NP3 (if applicable: "file://...").
- Added some more places, where Hotspot style redrawing does not slow down responsiveness.
- Fix: Hyperlink Hotspots turned off by default. (not stable enough to force the feature).
- Fix: Normal setup can now clean replace Windows Notepad registry keys.
- Feature: Update notification in Notepad3 setup.
- Code Cleanup
--------------------------------------------------
Version 3.17.1202.715 (2 December 2017)
--------------------------------------------------

View File

@ -51,7 +51,7 @@ IF EXIST "Notepad3_%NP2_VER%.zip" DEL "Notepad3_%NP2_VER%.zip"
IF EXIST "%TEMP_NAME%" RD /S /Q "%TEMP_NAME%"
IF NOT EXIST "%TEMP_NAME%" MD "%TEMP_NAME%"
IF EXIST "Notepad3_%NP2_VER%*.exe" COPY /Y /V "Notepad3_%NP2_VER%*.exe" "%TEMP_NAME%\" >NUL
REM IF EXIST "Notepad3_%NP2_VER%*.exe" COPY /Y /V "Notepad3_%NP2_VER%*.exe" "%TEMP_NAME%\" >NUL
IF EXIST "Notepad3_%NP2_VER%*.zip" COPY /Y /V "Notepad3_%NP2_VER%*.zip" "%TEMP_NAME%\" >NUL
PUSHD "%TEMP_NAME%"

View File

@ -171,7 +171,7 @@ Type: dirifempty; Name: {app}
const
IFEO = 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe';
VersionURL = 'https://www.rizonesoft.com/update/Notepad3.rus';
UpdateURL = 'https://www.rizonesoft.com/downloads/notepad3/update/';
UpdateURL = 'https://goo.gl/y6CGMM';
type
TIntegerArray = array of Integer;

View File

@ -108,6 +108,7 @@ en.tsk_ResetSettings =Reset {#app_name}'s settings
en.tsk_RemoveDefault =Restore Windows notepad
en.tsk_SetDefault =Replace Windows notepad with {#app_name}
en.tsk_StartMenuIcon =Create a Start Menu shortcut
en.tsk_LaunchWelcomePage =Get more from Rizonesoft
[Tasks]
@ -151,6 +152,7 @@ Filename: {userappdata}\Rizonesoft\Notepad3\Notepad3.ini; Section: Settings; Key
[Run]
Filename: {app}\Notepad3.exe; Description: {cm:LaunchProgram,{#app_name}}; WorkingDir: {app}; Flags: nowait postinstall skipifsilent unchecked
Filename: https://goo.gl/tGtJ6a; Description: {cm:tsk_LaunchWelcomePage}; Flags: nowait postinstall shellexec skipifsilent
[InstallDelete]
@ -172,7 +174,7 @@ Type: dirifempty; Name: {app}
const
IFEO = 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe';
VersionURL = 'https://www.rizonesoft.com/update/Notepad3.rus';
UpdateURL = 'https://www.rizonesoft.com/downloads/notepad3/update/';
UpdateURL = 'https://goo.gl/y6CGMM';
type
TIntegerArray = array of Integer;