Skip to content

Commit d000cbb

Browse files
committed
Update for 2025-06-17 release.
1 parent 2e78dd0 commit d000cbb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ReadMe.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,22 @@ all circumstances, but is ultimately bound by the resources available to it.
7272
-- History --
7373
-------------
7474

75+
2025-06-17 by Anton Polinger and Vince Curley
76+
----------
77+
* Added custom filter highlighting for selected filters, which allows the user to see
78+
the background and foreground colors of the selected filter.
79+
* Added high DPI support and scaling on multiple monitors with different DPI
80+
and scale settings.
81+
* Added filter list font zoom that follows the zoom of the main text area.
82+
* Added a multi-filter editing behavior that allows the user to edit properties
83+
of multiple selected filters simultaneously.
84+
* Worked around an existing WinForms mouse drag-select quirk and fixed checkbox
85+
selection behavior when multiple filters are selected.
86+
* Added a paste confirmation dialog that verifies that the user wishes to
87+
overwrite text in the tool with text from the clipboard.
88+
* Fixed a bug that caused a crash when scrolling through a file with a large
89+
number of lines.
90+
7591
2023-04-25 by Anton Polinger and Vince Curley
7692
----------
7793
* Fixed taskbar flicker and mouse click fall through during long filter

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3>
3737
Includes:
3838
</h3>
3939
<ul class="notes">
40-
<li>Version <code>2023-04-25</code> for .NET 4.8+ (32- and 64-bit)</li>
40+
<li>Version <code>2025-06-17</code> for .NET 4.8+ (32- and 64-bit)</li>
4141
<li>Version <code>2020-12-17</code> for .NET 4+ (32- and 64-bit)</li>
4242
<li>Version <code>2013-05-07</code> for .NET 2+ (32- and 64-bit)</li>
4343
<li>Version <code>2006-12-04</code> for .NET 1.1+ (32-bit only)</li>

0 commit comments

Comments
 (0)