@@ -14,7 +14,7 @@ versions are supported through a .config that needs to be configured for
1414the corresponding version. For more information, please refer to the
1515following MSDN article: "How to: Configure an App to Support .NET Framework 4
1616or 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+
851002017-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
374389Project owner
375390-------------
376- * David Anson - http ://dlaa.me/
391+ * David Anson - https ://dlaa.me/
377392
378393Contributors
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
0 commit comments