mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge remote-tracking branch 'upstream/master' into grepWin_Integration
This commit is contained in:
commit
946ac9f551
@ -32,7 +32,7 @@ GRE - (GRE)pWinNP3 Search in Files Tool
|
||||
|
||||
|
||||
=====================================================
|
||||
Current RC1 Version 5.20.706.(build_#) (2020-07-06)
|
||||
Current RC1 Version 5.20.708.(build_#) (2020-07-09)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
@ -106,6 +106,7 @@ ENHANCEMENT:
|
||||
FIXES:
|
||||
-----------------------------------------------------
|
||||
-
|
||||
- Undo/redo empty selection redundancy.
|
||||
- Multiple line-/stream-selection undo/redo.
|
||||
- Disabled Find/Replace or Customize Schemes (by modal child) dialog should disable main window.
|
||||
- Printing scaling problem related to DPI awareness changes.
|
||||
|
||||
@ -1 +1 @@
|
||||
706
|
||||
708
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.706.1"
|
||||
version="5.20.708.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 RC1</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 706
|
||||
#define VERSION_REV 708
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 443
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user