mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2901 from hpwamr/mui
+ upd: Version files and Changes.txt
This commit is contained in:
commit
49336d42de
@ -34,7 +34,7 @@ SUP - (S)et(UP) / Installer Package
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.20.925.(build_#) (2020-09-25)
|
||||
Current BETA/RC Version 5.20.926.(build_#) (2020-09-26)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -80,6 +80,8 @@ CHANGES:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.xxx.x]-
|
||||
[.926.1]- Clone full .ini-file path for forked new instance (GRE).
|
||||
[.926.1]- grepWinNP3: wide char path names for language files (GRE).
|
||||
[.925.1]- Stop file change notification on deleted files if save is rejected.
|
||||
[.925.1]- Some RegEx engine fixes (current Oniguruma dev) (ONI).
|
||||
[.923.1]- Customize Schemes title assembling.
|
||||
|
||||
@ -1 +1 @@
|
||||
925
|
||||
926
|
||||
|
||||
@ -216,7 +216,7 @@ msgstr "Ext"
|
||||
|
||||
#. Resource IDs: (1039)
|
||||
msgid "File Names match:\nuse '|' to separate multiple text match patterns, prepen&d '-' to exclude"
|
||||
msgstr "Fchiers correspondent:\nutiliser'|' pour séparer plusieurs motifs, préfixe '-' pour exclure"
|
||||
msgstr "Fichiers correspondent:\nutiliser'|' pour séparer plusieurs motifs, préfixe '-' pour exclure"
|
||||
|
||||
#. Resource IDs: (1059)
|
||||
msgid "Files"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.925.1"
|
||||
version="5.20.926.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 925
|
||||
#define VERSION_REV 926
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 445
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user