mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Preparation Version files for Release_5.21.905.1
This commit is contained in:
parent
b2bb141912
commit
07a32292b4
@ -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).
|
||||
@ -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).
|
||||
@ -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.
|
||||
@ -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).
|
||||
@ -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)
|
||||
|
||||
@ -1 +1 @@
|
||||
903
|
||||
905
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#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
|
||||
@ -16,5 +16,5 @@
|
||||
#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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user