Skip to content

Commit 104a7e0

Browse files
committed
Update for 2016-01-08 release.
1 parent 08ecca0 commit 104a7e0

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

ReadMe.txt

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

75+
2016-01-08 by Vince Curley
76+
----------
77+
* Added a setting to control whether or not line numbers are displayed
78+
* Added a setting to control whether or not line numbers are included when
79+
copying text to the clipboard
80+
* Added a setting to control whether or not a warning is displayed when
81+
replacing text being analyzed with content from the clipboard or
82+
drag-and-drop.
83+
* Fixed a bug that prevented consistent zooming with the mouse scroll wheel
84+
* Fixed a bug where the hit count didn't update when a new file was opened
85+
86+
2015-10-14 by David Anson
87+
----------
88+
* Fixed a bug with window position not being saved/restored consistently
89+
90+
2015-08-17 by Aleksey Kabanov
91+
----------
92+
* Added filter descriptions
93+
7594
2015-06-23 by Uriel Cohen
7695
----------
7796
* Fixed some bugs caused by the introduction of the new menus look & feel
@@ -312,3 +331,5 @@ Contributors
312331
------------
313332
* Mike Morante - http://github.com/mike-mo
314333
* Uriel Cohen - http://github.com/cohen-uriel
334+
* Aleksey Kabanov
335+
* Vince Curley

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3>
3333
Includes:
3434
</h3>
3535
<ul class="notes">
36-
<li>Version <code>2015-06-23</code> for .NET 4+ (32- and 64-bit)</li>
36+
<li>Version <code>2016-01-08</code> for .NET 4+ (32- and 64-bit)</li>
3737
<li>Version <code>2013-05-07</code> for .NET 2+ (32- and 64-bit)</li>
3838
<li>Version <code>2006-12-04</code> for .NET 1.1+ (32-bit only)</li>
3939
<li>Version <code>2001-12-28</code> for x86 (32-bit only)</li>

0 commit comments

Comments
 (0)