Skip to content

Commit

Permalink
Release v4.2.25r1096.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Sep 23, 2017
1 parent cffabe8 commit 283ebbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
* Display caret location and length of selected text in count of characters
* Improved auto-completion
* Improved support for NFO ANSI art
* Support for replacing Windows Notepad using a clean, unintrusive registry-based method
* Support adding Notepad2 to Windows explorer context menu
* Support replacing Windows Notepad using a clean, unintrusive registry-based method
* Support [adding Notepad2 to Windows explorer context menu](https://github.com/zufuliu/notepad2/wiki/Open-with-Notepad2)
* Other various minor changes and tweaks

## Supported Operating Systems:
Expand All @@ -171,8 +171,7 @@ TBD.
* [Official Notepad2 website](http://www.flos-freeware.ch/notepad2.html)
* [Official Notepad2-mod website](https://xhmikosr.github.io/notepad2-mod/)
* [Scintilla Documentation](http://www.scintilla.org/ScintillaDoc.html)
* [Build Notepad2 and metapath](https://github.com/zufuliu/notepad2/wiki/Build-Notepad2)

## Changed keyboard shortcuts compared to Notepad2 and/or Notepad2-mod:
Almost every shortcut is available in the menu.

## [Build Notepad2 and metapath](https://github.com/zufuliu/notepad2/wiki/Build-Notepad2)
2 changes: 1 addition & 1 deletion res/Notepad2.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad2"
processorArchitecture="*"
version="4.2.25.1071"
version="4.2.25.1096"
type="win32"
/>
<description>Notepad2</description>
Expand Down
6 changes: 3 additions & 3 deletions src/VersionRev.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define VERSION_HASH _T("32e15e8")
#define VERSION_REV 1071
#define VERSION_REV_FULL _T("1071 (32e15e8)")
#define VERSION_HASH _T("cffabe8")
#define VERSION_REV 1096
#define VERSION_REV_FULL _T("1096 (cffabe8)")

0 comments on commit 283ebbc

Please sign in to comment.