Skip to content

Commit 97cb52c

Browse files
committed
Update for 2018-01-03 release.
1 parent 3c5ac81 commit 97cb52c

2 files changed

Lines changed: 21 additions & 6 deletions

File tree

ReadMe.txt

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ versions are supported through a .config that needs to be configured for
1414
the corresponding version. For more information, please refer to the
1515
following MSDN article: "How to: Configure an App to Support .NET Framework 4
1616
or 4.5"
17-
http://msdn.microsoft.com/en-us/library/jj152935.aspx
17+
https://msdn.microsoft.com/en-us/library/jj152935.aspx
1818

1919

2020
-------------------------------
@@ -58,7 +58,7 @@ ReadMe.txt - Requirements, Installation Instructions, File List, Known Issues,
5858
* The font size selected in the preferences dialog will sometimes be overridden
5959
by a slightly larger or smaller size. This is the expected behavior as .Net
6060
and GDI work together to pick a size that will render properly. See also
61-
http://stackoverflow.com/questions/3544926/font-size-discrepancy-in-net-gdi
61+
https://stackoverflow.com/questions/3544926/font-size-discrepancy-in-net-gdi
6262

6363

6464
-----------
@@ -82,6 +82,21 @@ all circumstances, but is ultimately bound by the resources available to it.
8282
-- History --
8383
-------------
8484

85+
2018-01-03 by David Anson
86+
----------
87+
* Fixed an intermittent bug preventing the window from showing on the taskbar.
88+
89+
2017-12-18 by David Anson
90+
----------
91+
* Added a separate build without plugin support for environments that forbid
92+
DLL loading.
93+
94+
2017-12-14 by Vince Curley
95+
----------
96+
* Fixed a bug that could cause a crash when changing files with active filters.
97+
* Added the "Show Filter Tool Tip" setting to control whether or not to display
98+
a tool tip with the matching filters for each line.
99+
85100
2017-01-24 by Vince Curley
86101
----------
87102
* Fixed a bug that would prevent settings from being saved when FontFamily or
@@ -373,11 +388,11 @@ Preview releases to a handful of volunteers
373388

374389
Project owner
375390
-------------
376-
* David Anson - http://dlaa.me/
391+
* David Anson - https://dlaa.me/
377392

378393
Contributors
379394
------------
380-
* Mike Morante - http://github.com/mike-mo
381-
* Uriel Cohen - http://github.com/cohen-uriel
395+
* Mike Morante - https://github.com/mike-mo
396+
* Uriel Cohen - https://github.com/cohen-uriel
382397
* Aleksey Kabanov
383398
* Vince Curley

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>
3535
Includes:
3636
</h3>
3737
<ul class="notes">
38-
<li>Version <code>2017-01-24</code> for .NET 4+ (32- and 64-bit)</li>
38+
<li>Version <code>2018-01-03</code> for .NET 4+ (32- and 64-bit)</li>
3939
<li>Version <code>2013-05-07</code> for .NET 2+ (32- and 64-bit)</li>
4040
<li>Version <code>2006-12-04</code> for .NET 1.1+ (32-bit only)</li>
4141
<li>Version <code>2001-12-28</code> for x86 (32-bit only)</li>

0 commit comments

Comments
 (0)