Skip to content

Commit 8f3e242

Browse files
committed
Releasing RC2 Build 1434
1 parent 731a633 commit 8f3e242

File tree

7 files changed

+66
-11
lines changed

7 files changed

+66
-11
lines changed

Build/Changes.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,61 @@ LEGEND:
1212

1313
==================================================
1414

15+
==================================================
16+
Version 5.18.1103.1407 (3 November 2018)
17+
==================================================
18+
19+
--------------------------------------------------
20+
NEW:
21+
--------------------------------------------------
22+
23+
- Added initial "minipath.ini" to Visual Studio Project.
24+
- Read undefined MiniPath settings from Notepad3.ini (Preferred language and Favorites directory).
25+
- MiniPath Multilingual support.
26+
- Handle zero-length lines in line-sorting algorithm.
27+
- Support for "Rust" source code syntax highlighting.
28+
- Multilingual support.
29+
30+
--------------------------------------------------
31+
CHANGES:
32+
--------------------------------------------------
33+
34+
35+
- MiniPath About dialog: visual adjustments.
36+
- Optimize icon resource handling.
37+
- Optimized MiniPath resource file (icon/bitmap placement).
38+
- Enhanced MiniPath.
39+
- Small design change of MiniPath's Copy/Move dialog box.
40+
- Scintilla updated to 410.
41+
- Print option "Screen Colors" now prints with the same colors used on screen including line numbers.
42+
- Changed behavior of removing duplicate lines (ignore EOL/EOF chars).
43+
- Line sorting: Move empty lines to end of selection (always, if not removed).
44+
- Adapted PortableApps.com creator script to MUI structure.
45+
- STD/2ND sync with DefaultText/2ndDefaultText handling.
46+
47+
--------------------------------------------------
48+
FIXES:
49+
--------------------------------------------------
50+
51+
- Do not reset scroll-width tracking on saving file (issue #539: https://github.com/rizonesoft/Notepad3/issues/539).
52+
- Fixed portable MiniPath redirector .ini files.
53+
- Support Scintilla's new indicator box styles ("INDIC_GRADIENT" and "INDIC_CRADIENTCENTRE").
54+
- Fixed incremental search on find/replace dialog.
55+
- Fixed line sorting.
56+
- Center commandline help dialog.
57+
- In case of STD lexer only display "Default Text" in statusbar (indicator shows which one).
58+
- Fixed resource file problem (preproc defines).
59+
60+
--------------------------------------------------
61+
TRANSLATIONS (MUI):
1562
--------------------------------------------------
63+
64+
- French Translation.
65+
- MiniPath German Translation.
66+
- English (UK) Translation.
67+
- German Translation.
68+
69+
==================================================
1670
Version 4.18.511.992 (12 May 2018)
1771
--------------------------------------------------
1872
- New: Menu entries for (hidden) Accelerator Keys.

Build/Ignore.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
\obj\
1+
\obj\
2+
\lng\en-US\

Build/make_zip.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ IF EXIST "%TEMP_NAME%" RD /S /Q "%TEMP_NAME%"
8585
IF NOT EXIST "%TEMP_NAME%" MD "%TEMP_NAME%"
8686
IF NOT EXIST "Packages" MD "Packages"
8787

88-
FOR %%A IN ("Changes.txt" "License.txt" "Readme.txt"^
88+
FOR %%A IN ("Changes.txt" "License.txt" "Readme.txt" "Notepad3.ini" "minipath.ini"^
8989
"..\%1\ced.exe" "..\%1\Notepad3.exe" "..\%1\np3encrypt.exe"^
9090
"..\%1\minipath.exe") DO COPY /Y /V "%%A" "%TEMP_NAME%\"
9191

@@ -98,8 +98,8 @@ IF NOT EXIST "%FAVORITES%" MD "%FAVORITES%"
9898

9999
PUSHD "%TEMP_NAME%"
100100
"%SEVENZIP%" a -tzip -mx=9^
101-
"%ZIP_NAME%.zip" "License.txt" "Notepad3.exe" "Changes.txt"^
102-
"Readme.txt" "Favorites" "minipath.exe" "np3encrypt.exe" "ced.exe" "lng">NUL
101+
"%ZIP_NAME%.zip" "License.txt" "Notepad3.exe" "Notepad3.ini" "Changes.txt"^
102+
"Readme.txt" "Favorites" "minipath.exe" "minipath.ini" "np3encrypt.exe" "ced.exe" "lng">NUL
103103
IF %ERRORLEVEL% NEQ 0 CALL :SUBMSG "ERROR" "Compilation failed!"
104104

105105
CALL :SUBMSG "INFO" "%ZIP_NAME%.zip created successfully!"

Versions/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1339
1+
1434

np3portableapp/_buildname.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
RC_NewMenu
1+
RC

res/Notepad3.exe.manifest.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<assemblyIdentity
44
name="Notepad3"
55
processorArchitecture="*"
6-
version="5.18.1103.1339"
6+
version="5.18.1106.1434"
77
type="win32"
88
/>
9-
<description>Notepad3 RC_NewMenu</description>
9+
<description>Notepad3 RC</description>
1010
</assembly>

src/VersionEx.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define APPNAME "Notepad3"
77
#define VERSION_MAJOR 5
88
#define VERSION_MINOR 18
9-
#define VERSION_REV 1103
10-
#define VERSION_BUILD 1339
9+
#define VERSION_REV 1106
10+
#define VERSION_BUILD 1434
1111
#define SCINTILLA_VER 412
1212
#define ONIGMO_REGEX_VER 6.1.3
13-
#define VERSION_PATCH " RC_NewMenu"
13+
#define VERSION_PATCH " RC"

0 commit comments

Comments
 (0)