+ Upd: Version files and Changes.txt

This commit is contained in:
Pairi Daiza 2021-12-02 16:58:40 +01:00
parent c79c1b4554
commit afef401e39
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA
5 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -1 +1 @@
1201
1202

View File

@ -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>

View File

@ -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