+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-07-26 18:41:17 +02:00
parent 3ffbe1a425
commit dc5eb8e2d7
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 31 additions and 20 deletions

View File

@ -33,14 +33,15 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.724.(build_#) (2021-07-24)
Current BETA/RC Version 5.21.726.(build_#) (2021-07-26)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[.709.2]- Add "KiXtart" lexer (new in Lexilla) (LEX)..
[.726.1]- "grepWinNP3" (current grepWin dev) allow multiple search paths (GRE).
[.709.2]- Add "KiXtart" lexer (new in Lexilla) (LEX).
[.709.1]- Integrating style theme "Sombra" as factory default Dark-Mode theme.
[.525.1]- Add "Julia" lexer (new in Lexilla) (LEX).
[.506.1]- Base64 Encoding/Decoding.
@ -131,10 +132,10 @@ CHANGES:
--------------------------------------------------------
CHANGES Versions in Tools or Libraries:
--------------------------------------------------------
[.702.5]- Update grepWinNP3 (GRE) version 2.1.8.38 (2021-07.02).
[.726.1]- Update grepWinNP3 (GRE) version 2.1.8.39 (2021-07-26).
[.702.5]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-06-23).
[.709.2]- Update Lexilla Library (LEX) version 5.1.0+ (2021-07-09).
[.702.5]- Update Scintilla Library (SCI) version 5.1.0 (2021-06-23).
[.726.1]- Update Lexilla Library (LEX) version 5.1.1 (2021-07-26).
[.726.1]- Update Scintilla Library (SCI) version 5.1.1 (2021-07-26).
--------------------------------------------------------
FIXES:
@ -232,15 +233,25 @@ TRANSLATIONS (MUI):
[.707.1]- Chinese Traditional (zh-TW).
[.417.1]- Greek (el-GR).
[.303.1]- Portuguese Brazilian (pt-BR).
--------
For our Notepad3 translation projects, we are looking for motivated volunteers, with a
priority to resume "aborted" translations for these languages:
Please, send me a PM (hpwamr51 @ gmail.com) if you are willing to help.
--------
[.227.1]- Indonesian (id-ID) (incomplete...).
[.303.1]- Spanish Latin America (es-419) (incomplete...).
[.227.1]- Turkish (tr-TR) (incomplete...).
[.227.1]- Vietnamese (vi-VN) (incomplete...).
--------------------------------------------------------
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. 🤔
--------------------------------------------------------
========================================================

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
724
726

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.724.1"
version="5.21.726.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,10 +8,10 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 724
#define VERSION_REV 726
#define VERSION_BUILD 1
#define SCINTILLA_VER 510
#define LEXILLA_VER 510
#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