Skip to content

Commit 956549f

Browse files
committed
Update for 2023-04-25 release.
1 parent c348bc7 commit 956549f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

ReadMe.txt

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

75+
2023-04-25 by Anton Polinger and Vince Curley
76+
----------
77+
* Fixed taskbar flicker and mouse click fall through during long filter
78+
searches.
79+
* Fixed several edge case asserts/crashes.
80+
7581
2023-03-24 by Vince Curley and Anton Polinger
7682
----------
7783
* Added support for character encodings beyond the system default and UTF-8.
@@ -243,7 +249,7 @@ all circumstances, but is ultimately bound by the resources available to it.
243249
----------
244250
* Improve HTML representation of clipboard text when copying for more
245251
consistent paste behavior
246-
252+
247253
2015-01-01 by Uriel Cohen
248254
----------
249255
* Fixed a bug where TAB characters are omitted in the display
@@ -277,13 +283,13 @@ all circumstances, but is ultimately bound by the resources available to it.
277283

278284
2014-11-11 by Uriel Cohen
279285
----------
280-
* Added support for selection of background color in the filters
286+
* Added support for selection of background color in the filters
281287
(different selection of colors than the foreground colors)
282288
* The background color can be saved and loaded with the filters
283-
* Filters from previous versions that lack a background color will have the
289+
* Filters from previous versions that lack a background color will have the
284290
default background color
285-
* Saving foreground color field in filters to 'foreColor' attribute.
286-
Old 'color' attribute is still being loaded for backward compatibility
291+
* Saving foreground color field in filters to 'foreColor' attribute.
292+
Old 'color' attribute is still being loaded for backward compatibility
287293
purposes.
288294
* Changed control alignment in Find dialog and Filter dialog
289295

index.html

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

0 commit comments

Comments
 (0)