Skip to content

Commit 1ab70c1

Browse files
authored
Merge pull request #3830 from hpwamr/mui
+ Upd: Version files and Changes.txt (start of new beta session)
2 parents ba6de2c + f0c16a7 commit 1ab70c1

File tree

4 files changed

+85
-5
lines changed

4 files changed

+85
-5
lines changed

Build/Changes.txt

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,86 @@ SUP - (S)et(UP) / Installer Package
3232
UCD - (UCD)ARDET is an Encoding Detector Library
3333

3434

35+
========================================================
36+
Current BETA/RC Version 5.21.1127.(build_#) (2021-11-27)
37+
========================================================
38+
39+
--------------------------------------------------------
40+
NEW:
41+
--------------------------------------------------------
42+
[.###.#]- .
43+
[.alpha]- Add a Fortran Lexer.
44+
[.alpha]- LongPath Support enhancements.
45+
--------------------------------------------------------
46+
[.###.#]- .
47+
[.###.#]- .
48+
49+
--------------------------------------------------------
50+
CHANGES:
51+
--------------------------------------------------------
52+
[.###.#]- .
53+
[.alpha]- Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.
54+
[.alpha]- Lexer Fortran: add extended intrinsic functions.
55+
[.alpha]- Some more DynStrg refactorings and LongPath handling.
56+
--------------------------------------------------------
57+
[.###.#]- .
58+
[.###.#]- .
59+
60+
--------------------------------------------------------
61+
CHANGES Versions in Tools or Libraries:
62+
--------------------------------------------------------
63+
[.alpha]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08).
64+
[.alpha]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08).
65+
[.alpha]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19).
66+
[.alpha]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
67+
--------------------------------------------------------
68+
[.###.#]- .
69+
[.###.#]- .
70+
71+
--------------------------------------------------------
72+
FIXES:
73+
--------------------------------------------------------
74+
[.###.#]- .
75+
[.alpha]- Notification blocker on loading huge files.
76+
[.alpha]- Heap corruption on retrieving text from combo box.
77+
[.alpha]- Path_ToShortPathName() for grepWinNP3 startup.
78+
[.alpha]- Path_StripPath().
79+
--------------------------------------------------------
80+
[.###.#]- .
81+
[.###.#]- .
82+
83+
--------------------------------------------------------
84+
REMOVED:
85+
--------------------------------------------------------
86+
[.###.#]- .
87+
[.###.#]- .
88+
89+
--------------------------------------------------------
90+
TRANSLATIONS (MUI):
91+
--------------------------------------------------------
92+
[.###.#]- .
93+
[.###.#]- .
94+
95+
--------------------------------------------------------
96+
Hello everybody ! 😀
97+
For our "Notepad3 Translation Projects", we are looking for motivated volunteers for many languages,
98+
with a priority to take over "(incomplete...)" translation projects:
99+
- Bulgarian (bg-BG)
100+
- Czech (cs-CZ)
101+
- Finnish (fi-FI)
102+
- Indonesian (id-ID) (incomplete...)
103+
- Irish (ga-IE)
104+
- Norwegian (nb-NO)
105+
- Romanian (ro-RO)
106+
- Spanish Latin America (es-419) (incomplete...)
107+
- Turkish (tr-TR) (incomplete...)
108+
- Ukrainian (uk-UA)
109+
- Vietnamese (vi-VN) (incomplete...)
110+
- etc...
111+
Please, send me a PM (mailto:hpwamr51 @ gmail.com) if you are willing to help. 🤔
112+
--------------------------------------------------------
113+
114+
35115
========================================================
36116
Version 5.21.1129.1 (29 November 2021)
37117
========================================================

Versions/build.txt

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

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="Rizonesoft.Notepad3"
55
processorArchitecture="*"
6-
version="5.21.1129.1"
6+
version="5.21.1129.2"
77
type="win32"
88
/>
9-
<description>Notepad3 </description>
9+
<description>Notepad3 beta</description>
1010
</assembly>

src/VersionEx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
#define VERSION_MAJOR 5
1010
#define VERSION_MINOR 21
1111
#define VERSION_REV 1129
12-
#define VERSION_BUILD 1
12+
#define VERSION_BUILD 2
1313
#define SCINTILLA_VER 511
1414
#define LEXILLA_VER 511
1515
#define ONIGURUMA_REGEX_VER 7.0.0
1616
#define UCHARDET_VER 2018.09.27
1717
#define TINYEXPR_VER 2018.05.11
1818
#define UTHASH_VER 2.1.0
19-
#define VERSION_PATCH
19+
#define VERSION_PATCH beta
2020
#define VERSION_COMMIT_ID dkt1-amr

0 commit comments

Comments
 (0)