Skip to content

Commit

Permalink
Merge pull request #3635 from hpwamr/mui
Browse files Browse the repository at this point in the history
Preparation Version files for Release_5.21.905.1
  • Loading branch information
hpwamr authored Sep 5, 2021
2 parents b2bb141 + 07a3229 commit 946e6b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 30 deletions.
26 changes: 1 addition & 25 deletions Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ UCD - (UCD)ARDET is an Encoding Detector Library


========================================================
Current BETA/RC Version 5.21.903.(build_#) (2021-09-03)
Version 5.21.905.1 (5 September 2021)
========================================================

--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[.816.1]- Add Configuration (Properties) Lexer: add style setting for Key (of Key-Value pair).
[.811.1]- Add "Notepad3 Replacement" on Windows 11 Insider Preview which works almost like with Windows 10:
- Open (ext: .inf, .ini, .log, .ps1, .psd1, .psm1, .scp, .txt, .wtx, .compositefont, .css, .sct, .wsc).
Expand Down Expand Up @@ -83,7 +82,6 @@ NEW:
--------------------------------------------------------
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.825.2]- Non themed app: edit-window frame visibility.
[.811.1]- Current Lexilla dev (chg: HTML(PHP) Lexer) (LEX).
[.811.1]- Scintilla Python generator methods for embeddable Python (SCI).
Expand Down Expand Up @@ -156,7 +154,6 @@ CHANGES Versions in Tools or Libraries:
--------------------------------------------------------
FIXES:
--------------------------------------------------------
[.###.#]- .
[.903.1]- Broken relative paths in file history selection.
[.828.1]- Open color selection on Ctrl+Left mouse click on color indicator too.
[.828.1]- Change cursor hand on Ctrl key-Up.
Expand Down Expand Up @@ -257,7 +254,6 @@ FIXES:
--------------------------------------------------------
REMOVED:
--------------------------------------------------------
[.###.#]- .
[.828.1]- Open color selection on Alt+Left mouse click on color indicator.
[.807.1]- Remove deprecated (no sensible use case) "overlapping find" option.
[.506.1]- "fontsValid" extension (closer to default scintilla code base).
Expand All @@ -269,30 +265,10 @@ REMOVED:
--------------------------------------------------------
TRANSLATIONS (MUI):
--------------------------------------------------------
[.###.#]- .
[.707.1]- Chinese Traditional (zh-TW).
[.417.1]- Greek (el-GR).
[.303.1]- Portuguese Brazilian (pt-BR).

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


========================================================
Version 5.21.227.1 (27 February 2021)
Expand Down
2 changes: 1 addition & 1 deletion Versions/day.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
903
905
4 changes: 2 additions & 2 deletions res/Notepad3.exe.manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.903.1"
version="5.21.905.1"
type="win32"
/>
<description>Notepad3 rc</description>
<description>Notepad3 </description>
</assembly>
4 changes: 2 additions & 2 deletions src/VersionEx.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 903
#define VERSION_REV 905
#define VERSION_BUILD 1
#define SCINTILLA_VER 511
#define LEXILLA_VER 511
#define ONIGURUMA_REGEX_VER 7.0.0
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH rc
#define VERSION_PATCH
#define VERSION_COMMIT_ID dkt1-amr

0 comments on commit 946e6b0

Please sign in to comment.