Skip to content

Commit d45eafa

Browse files
committed
Release v2.1.1
1 parent d92f580 commit d45eafa

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ReleaseNotes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ ComparePlus Changelog:
22
----------------------
33

44

5+
03.09.2025
6+
v2.1.1
7+
8+
- Fix update problem on views alignment when rendering mode is DirectWrite
9+
- Add history of the ignored regexes (remember 5 entries)
10+
- Use simplified version of the URL Ctrl code from Notepad++ to show links in About Dialog
11+
12+
513
24.08.2025
614
v2.1.0
715

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) 2025\0"
2727

28-
#define PLUGIN_VERSION 2.1.0
29-
#define VER_FILEVERSION 2,1,0,0
28+
#define PLUGIN_VERSION 2.1.1
29+
#define VER_FILEVERSION 2,1,1,0
3030
#define IS_PRERELEASE 0
3131

3232
#if (IS_PRERELEASE == 1)

0 commit comments

Comments
 (0)