[RELEASE] Notepad++ v6.8.2 released
This commit is contained in:
parent
4ebd2d6c65
commit
54b04cd284
@ -1,14 +1,15 @@
|
||||
Notepad++ v6.8.1 bug-fixes:
|
||||
|
||||
1. Fix the Source Code Pro font making OS hanging issue (for some specific hardware configuration).
|
||||
2. Make current default font (Source Code Pro) prettier by adding its bold, italic and bold-italic fonts.
|
||||
3. Fix "Restore recent close file" text disappearing issue for some circumstance.
|
||||
4. Fix snapshot file after saving being always dirty problem.
|
||||
5. Fix document tab moving by clicking close button issue due to splitter inaccuracy.
|
||||
6. Fix a regression of Preferences dialog in which some modified options are not applied immediately.
|
||||
7. Fix inconsistent untitled document name issue (new 0 instead of new 1).
|
||||
8. Fix Macro button on toolbar inconsistent issue at Notepad++ startup.
|
||||
Notepad++ v6.8.2 bug-fixes:
|
||||
|
||||
1. Remove Source Code Pro font du to the different issues.
|
||||
2. Add back "Notepad++ Community (Forum)" menu item.
|
||||
3. Fix a visual glitch on starup and on exit.
|
||||
4. Fix "Open in/Move to new instance" issue (to memorize the language and the position).
|
||||
5. Fix Preferences dialog loses focus issue while enabling document list panel.
|
||||
6. Fix the narrow columns problem in Ascii Insert Panel under a high DPI.
|
||||
7. Fix the list items' squeezed height problem in function list panel and project panel under a high DPI.
|
||||
8. Fix panel caption squeezed display under a high DPI.
|
||||
9. Fixed buffer overrun when opening a recent file.
|
||||
10. Make toolbar refresh properly while switching over small/big icons.
|
||||
|
||||
|
||||
Included plugins:
|
||||
|
@ -36,10 +36,10 @@
|
||||
; Define the application name
|
||||
!define APPNAME "Notepad++"
|
||||
|
||||
!define APPVERSION "6.8.1"
|
||||
!define APPVERSION "6.8.2"
|
||||
!define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}"
|
||||
!define VERSION_MAJOR 6
|
||||
!define VERSION_MINOR 81
|
||||
!define VERSION_MINOR 82
|
||||
|
||||
!define APPWEBSITE "http://notepad-plus-plus.org/"
|
||||
|
||||
|
@ -26,13 +26,13 @@
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
#pragma once
|
||||
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.1")
|
||||
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.8.2")
|
||||
|
||||
|
||||
// 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.8.1\0")
|
||||
#define VERSION_DIGITALVALUE 6, 8, 1, 0
|
||||
#define VERSION_VALUE TEXT("6.82\0")
|
||||
#define VERSION_DIGITALVALUE 6, 8, 2, 0
|
||||
|
||||
#ifndef IDC_STATIC
|
||||
#define IDC_STATIC -1
|
||||
|
Loading…
Reference in New Issue
Block a user