Skip to content

Commit

Permalink
Notepad++ 8.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed May 13, 2024
1 parent a1aa868 commit 126ad0b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion PowerEditor/bin/change.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Notepad++ v8.6.7 bug-fixes & new enhancements:

1. Fix regression of multi-edit cursors placed wrongly issue.
2. Fix multi-editing not showing multiple cursors in dark mode.
3. Add auto-completion for Go & Raku, function list for Raku.
4. Fix symbol '&' not showing in Document Switcher.
5. Allow syntax highlighting for custom tags in HTML.
6. Fix dialogs out of screen problem.


Notepad++ v8.6.6 bug-fixes & new enhancements:

1. Update to scintilla 5.5.0 & Lexilla 5.3.2.
Expand All @@ -24,7 +34,7 @@ Notepad++ v8.6.6 bug-fixes & new enhancements:


Get more info on
https://notepad-plus-plus.org/downloads/v8.6.6/
https://notepad-plus-plus.org/downloads/v8.6.7/


Included plugins:
Expand Down
8 changes: 4 additions & 4 deletions PowerEditor/src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
//
// Notepad++ version: begin
//
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.6.6")
#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v8.6.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_INTERNAL_VALUE TEXT("8.66\0")
#define VERSION_INTERNAL_VALUE TEXT("8.67\0")

#define VERSION_PRODUCT_VALUE TEXT("8.6.6\0")
#define VERSION_DIGITALVALUE 8, 6, 6, 0
#define VERSION_PRODUCT_VALUE TEXT("8.6.7\0")
#define VERSION_DIGITALVALUE 8, 6, 7, 0

// Notepad++ version: end

Expand Down

0 comments on commit 126ad0b

Please sign in to comment.