Skip to content

Commit 04d369a

Browse files
committed
Prepare CPlus release v1.1.0
1 parent 239717e commit 04d369a

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

ReleaseNotes.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
ComparePlus Changelog:
22
----------------------
33

4+
5+
02.10.2022
6+
v1.1.0
7+
8+
- Update Notepad++ and Scintilla plugin API headers
9+
- Fix possible crash due to multithreading
10+
- Fix margin diff symbols for high DPI displays
11+
- Fix tabs handling if tabs are hidden in Notepad++
12+
- Fix position and caret glitch when changing files in compare mode
13+
- Improve command line triggered compare so restored session does not interfere
14+
(command line compare syntax is `notepad++ -pluginMessage=compare new_file.txt old_file.txt`)
15+
- Add settings for enabling / disabling toolbar buttons
16+
- Update build to VS2022
17+
- Fix several minor navigation commands and alignment on first line issues
18+
- Update SQLite3 library to v3.39.4
19+
20+
421
01.09.2022
522
v1.0.0
623

src/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
#define VER_COPYRIGHT "Copyright (C) 2022\0"
2727

28-
#define PLUGIN_VERSION 1.0.0
29-
#define VER_FILEVERSION 1,0,0,0
28+
#define PLUGIN_VERSION 1.1.0
29+
#define VER_FILEVERSION 1,1,0,0
3030
#define IS_PRERELEASE 0
3131

3232
#if (IS_PRERELEASE == 1)

0 commit comments

Comments
 (0)