From a8fd0cf419b83f7fc29421d0635fcdf3d70593bf Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 10 Dec 2017 18:22:59 +0200 Subject: [PATCH] Release related updates --- Build/Changes.txt | 24 ++++++++++++++++++++++++ Build/make_zip.bat | 2 +- Build/notepad3_setup.iss | 2 +- Build/notepad3_setup_replace.iss | 4 +++- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 5cc9d67ca..3b9345d55 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -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) -------------------------------------------------- diff --git a/Build/make_zip.bat b/Build/make_zip.bat index 50be3839c..5b2a85cfd 100644 --- a/Build/make_zip.bat +++ b/Build/make_zip.bat @@ -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%" diff --git a/Build/notepad3_setup.iss b/Build/notepad3_setup.iss index 3e40584da..8c0871705 100644 --- a/Build/notepad3_setup.iss +++ b/Build/notepad3_setup.iss @@ -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; diff --git a/Build/notepad3_setup_replace.iss b/Build/notepad3_setup_replace.iss index b583fb99a..71aa10528 100644 --- a/Build/notepad3_setup_replace.iss +++ b/Build/notepad3_setup_replace.iss @@ -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;