mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt (start of new beta session)
This commit is contained in:
parent
ba6de2c242
commit
f0c16a74aa
@ -32,6 +32,86 @@ SUP - (S)et(UP) / Installer Package
|
||||
UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.1127.(build_#) (2021-11-27)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.alpha]- Add a Fortran Lexer.
|
||||
[.alpha]- LongPath Support enhancements.
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.alpha]- Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.
|
||||
[.alpha]- Lexer Fortran: add extended intrinsic functions.
|
||||
[.alpha]- Some more DynStrg refactorings and LongPath handling.
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
CHANGES Versions in Tools or Libraries:
|
||||
--------------------------------------------------------
|
||||
[.alpha]- Update Scintilla Library (SCI) version 5.1.4 (2021-11-08).
|
||||
[.alpha]- Update Lexilla Library (LEX) version 5.1.3 (2021-11-08).
|
||||
[.alpha]- Update grepWinNP3 (GRE) version 2.1.8.40 (2021-10-19).
|
||||
[.alpha]- Update Oniguruma Regex (ONI) engine version 7.0.0 (2021-10-19).
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.alpha]- Notification blocker on loading huge files.
|
||||
[.alpha]- Heap corruption on retrieving text from combo box.
|
||||
[.alpha]- Path_ToShortPathName() for grepWinNP3 startup.
|
||||
[.alpha]- Path_StripPath().
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
REMOVED:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
TRANSLATIONS (MUI):
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
|
||||
--------------------------------------------------------
|
||||
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.1129.1 (29 November 2021)
|
||||
========================================================
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.1129.1"
|
||||
version="5.21.1129.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 </description>
|
||||
<description>Notepad3 beta</description>
|
||||
</assembly>
|
||||
|
||||
@ -9,12 +9,12 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 1129
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#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
|
||||
#define VERSION_PATCH beta
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user