Skip to content

Commit

Permalink
Merge pull request #3830 from hpwamr/mui
Browse files Browse the repository at this point in the history
+ Upd: Version files and Changes.txt (start of new beta session)
  • Loading branch information
hpwamr authored Nov 29, 2021
2 parents ba6de2c + f0c16a7 commit 1ab70c1
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 5 deletions.
80 changes: 80 additions & 0 deletions Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
========================================================
Expand Down
2 changes: 1 addition & 1 deletion Versions/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2
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.1129.1"
version="5.21.1129.2"
type="win32"
/>
<description>Notepad3 </description>
<description>Notepad3 beta</description>
</assembly>
4 changes: 2 additions & 2 deletions src/VersionEx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1ab70c1

Please sign in to comment.