Skip to content

Commit 946e6b0

Browse files
authored
Merge pull request #3635 from hpwamr/mui
Preparation Version files for Release_5.21.905.1
2 parents b2bb141 + 07a3229 commit 946e6b0

File tree

4 files changed

+6
-30
lines changed

4 files changed

+6
-30
lines changed

Build/Changes.txt

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ UCD - (UCD)ARDET is an Encoding Detector Library
3333

3434

3535
========================================================
36-
Current BETA/RC Version 5.21.903.(build_#) (2021-09-03)
36+
Version 5.21.905.1 (5 September 2021)
3737
========================================================
3838

3939
--------------------------------------------------------
4040
NEW:
4141
--------------------------------------------------------
42-
[.###.#]- .
4342
[.816.1]- Add Configuration (Properties) Lexer: add style setting for Key (of Key-Value pair).
4443
[.811.1]- Add "Notepad3 Replacement" on Windows 11 Insider Preview which works almost like with Windows 10:
4544
- Open (ext: .inf, .ini, .log, .ps1, .psd1, .psm1, .scp, .txt, .wtx, .compositefont, .css, .sct, .wsc).
@@ -83,7 +82,6 @@ NEW:
8382
--------------------------------------------------------
8483
CHANGES:
8584
--------------------------------------------------------
86-
[.###.#]- .
8785
[.825.2]- Non themed app: edit-window frame visibility.
8886
[.811.1]- Current Lexilla dev (chg: HTML(PHP) Lexer) (LEX).
8987
[.811.1]- Scintilla Python generator methods for embeddable Python (SCI).
@@ -156,7 +154,6 @@ CHANGES Versions in Tools or Libraries:
156154
--------------------------------------------------------
157155
FIXES:
158156
--------------------------------------------------------
159-
[.###.#]- .
160157
[.903.1]- Broken relative paths in file history selection.
161158
[.828.1]- Open color selection on Ctrl+Left mouse click on color indicator too.
162159
[.828.1]- Change cursor hand on Ctrl key-Up.
@@ -257,7 +254,6 @@ FIXES:
257254
--------------------------------------------------------
258255
REMOVED:
259256
--------------------------------------------------------
260-
[.###.#]- .
261257
[.828.1]- Open color selection on Alt+Left mouse click on color indicator.
262258
[.807.1]- Remove deprecated (no sensible use case) "overlapping find" option.
263259
[.506.1]- "fontsValid" extension (closer to default scintilla code base).
@@ -269,30 +265,10 @@ REMOVED:
269265
--------------------------------------------------------
270266
TRANSLATIONS (MUI):
271267
--------------------------------------------------------
272-
[.###.#]- .
273268
[.707.1]- Chinese Traditional (zh-TW).
274269
[.417.1]- Greek (el-GR).
275270
[.303.1]- Portuguese Brazilian (pt-BR).
276271

277-
--------------------------------------------------------
278-
Hello everybody ! 😀
279-
For our "Notepad3 Translation Projects", we are looking for motivated volunteers for many languages,
280-
with a priority to take over "(incomplete...)" translation projects:
281-
- Bulgarian (bg-BG)
282-
- Czech (cs-CZ)
283-
- Finnish (fi-FI)
284-
- Indonesian (id-ID) (incomplete...)
285-
- Irish (ga-IE)
286-
- Norwegian (nb-NO)
287-
- Romanian (ro-RO)
288-
- Spanish Latin America (es-419) (incomplete...)
289-
- Turkish (tr-TR) (incomplete...)
290-
- Ukrainian (uk-UA)
291-
- Vietnamese (vi-VN) (incomplete...)
292-
- etc...
293-
Please, send me a PM (mailto:hpwamr51 @ gmail.com) if you are willing to help. 🤔
294-
--------------------------------------------------------
295-
296272

297273
========================================================
298274
Version 5.21.227.1 (27 February 2021)

Versions/day.txt

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

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.903.1"
6+
version="5.21.905.1"
77
type="win32"
88
/>
9-
<description>Notepad3 rc</description>
9+
<description>Notepad3 </description>
1010
</assembly>

src/VersionEx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
#define SAPPNAME "Notepad3"
99
#define VERSION_MAJOR 5
1010
#define VERSION_MINOR 21
11-
#define VERSION_REV 903
11+
#define VERSION_REV 905
1212
#define VERSION_BUILD 1
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 rc
19+
#define VERSION_PATCH
2020
#define VERSION_COMMIT_ID dkt1-amr

0 commit comments

Comments
 (0)