mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Upd: Version files and Changes.txt
This commit is contained in:
parent
c79c1b4554
commit
afef401e39
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.1201.(build_#) (2021-12-01)
|
||||
Current BETA/RC Version 5.21.1202.(build_#) (2021-12-02)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -47,6 +47,8 @@ NEW:
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1202.1]- Merged Fortran Lexer keyword/functions suggestions from zoziha.
|
||||
[1202.1]- Fortran Lexer keyword/function enhancement.
|
||||
[1130.1]- Default settings: LaunchInstanceWndPosOffset=28 and LaunchInstanceFullVisible=true.
|
||||
[1130.1]- Lexer Fortran: add extended intrinsic functions.
|
||||
[1130.1]- Some more DynStrg refactorings and LongPath handling.
|
||||
@ -63,6 +65,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1202.1]- Parsing file arg: relative from working dir.
|
||||
[1201.1]- Locale settings dependent Themes Menu (Standard Config).
|
||||
[1201.1]- Add to Favorites: keep base-filename + extension.
|
||||
[1201.1]- Find file extension.
|
||||
|
||||
@ -70,6 +70,7 @@ Apache Config Files=*.conf;*.cfg;*.cnf;*.htaccess;*.prefs;*.iface;*.prop;*.po;*.
|
||||
;D Source Code=*.d;*.dd;*.di
|
||||
;Dart Source Code=*.dart
|
||||
;Diff Files=*.diff;*.patch
|
||||
;Fortran Source Code=*.f;*.for;*.ftn;*.fpp;*.f90;*.f95;*.f03;*.f08;*.f15;*.f2k;*.hf
|
||||
Go Source Code=*.go
|
||||
;Inno Setup Script=*.iss;*.isl;*.islu
|
||||
;Java Source Code=*.java;*.jad;*.aidl;*.bsh
|
||||
|
||||
@ -1 +1 @@
|
||||
1201
|
||||
1202
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.1201.1"
|
||||
version="5.21.1202.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 1201
|
||||
#define VERSION_REV 1202
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 514
|
||||
#define LEXILLA_VER 513
|
||||
|
||||
Loading…
Reference in New Issue
Block a user