Releasing RC Build 916

This commit is contained in:
Derick Payne 2018-03-03 16:13:24 +02:00
parent ea1ea8298a
commit c81afcfd26
4 changed files with 21 additions and 6 deletions

View File

@ -2,6 +2,21 @@
Rizonesoft Notepad3 CHANGES
==================================================
--------------------------------------------------
Version 3.18.303.916 RC (3 March 2018)
--------------------------------------------------
- Fix: Swap clipboard while pasting into selection.
- New: About Box (RichEdit library 2.0)
- Enh: Pressing F3 at Find/Replace dialog performs a find and switches focus to main window.
- Change: Accelerator Keys: (Alt+0: Toggle Transparency), (Alt+Shift+N: Launch new empty window).
- Fix: Activation of Undo TB-Icon on operations, that can't be undone.
- Fix: Onigmo: use CR (\r) as mono line-break symbol too.
- Fix: Format number with thousand seperator and digit grouping acording to regional settings.
- Fix: Integration of "tellenc" encoding detection ideas.
- Fix: Use Windows regional ANSI Code Page settings for fallback in case of file encoding detection failure (instead of default encoding for created files).
- Fix: Use all ASCII line breaks for line termination ($) meta char.
- Fix: Onigmo backward search.
--------------------------------------------------
Version 3.18.223.908 (23 February 2018)
--------------------------------------------------

View File

@ -1 +1 @@
908
916

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="3.18.223.908"
version="3.18.303.916"
type="win32"
/>
<description>Notepad3</description>

View File

@ -5,9 +5,9 @@
// //////////////////////////////////////////////////////////
#define VERSION_MAJOR 3
#define VERSION_MINOR 18
#define VERSION_REV 227
#define VERSION_BUILD 911
#define VERSION_REV 303
#define VERSION_BUILD 916
#define SCINTILLA_VER 403
#define ONIGMO_REGEX_VER 6.1.3
#define VERSION_BETA L" beta "
#define VERSIONA_BETA " beta "
#define VERSION_BETA L" "
#define VERSIONA_BETA " "