[RELEASE] Notepad++ 6.8.7 release

This commit is contained in:
Don Ho 2015-11-26 23:39:55 +01:00
parent b61170d669
commit 9a419cec57
3 changed files with 15 additions and 15 deletions

View File

@ -1,14 +1,14 @@
Notepad++ v6.8.6 bug-fixes and enhancements:
Notepad++ v6.8.7 bug-fixes and enhancements:
1. Fix function list not working for Javascript regression.
2. Fix maintain indent not working in javascript regression.
3. Improve the language detection at the beginning of file content.
4. Fix possible file corruption during macro playback.
5. Fix wrong EOL mode for opening/reloading big files.
6. Fix loading 3 bytes file error due to bad encoding detection (UTF16 w/o BOM).
7. Fix DocMap not updating issue when switching to user defined language or external lexer.
8. Fix reload file issue: document marked as unsaved after reloading.
9. Enhance the detection of EOL: if a document has no EOL for detecting, use EOL of new document settings.
1 . Fix crash while "backups and session snapshots" is activated.
2 . Restore file extension feature in save dialog.
3 . Fix crash issue while moving Find In Files progress window.
4 . Fix tab settings not working in javascript.
5 . Fix user customized keywords no effect in Javascript.
6 . Enhance language detection on "Save as".
7 . Add back-quoted string support for javascript.
8 . Move position to center when using "-n" option in command line.
9 . Installer enhancement: Allow user to keep DSpellCheck plugin.
Included plugins:

View File

@ -36,10 +36,10 @@
; Define the application name
!define APPNAME "Notepad++"
!define APPVERSION "6.8.6"
!define APPVERSION "6.8.7"
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
!define VERSION_MAJOR 6
!define VERSION_MINOR 86
!define VERSION_MINOR 87
!define APPWEBSITE "http://notepad-plus-plus.org/"

View File

@ -26,13 +26,13 @@
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#pragma once
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.6")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.7")
// should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71
// ex : #define VERSION_VALUE TEXT("5.63\0")
#define VERSION_VALUE TEXT("6.86\0")
#define VERSION_DIGITALVALUE 6, 8, 6, 0
#define VERSION_VALUE TEXT("6.87\0")
#define VERSION_DIGITALVALUE 6, 8, 7, 0
#ifndef IDC_STATIC
#define IDC_STATIC -1