Skip to content

Commit 26836c3

Browse files
committed
More updates for the 2015-01-07 release.
1 parent 18442ed commit 26836c3

3 files changed

Lines changed: 259 additions & 140 deletions

File tree

ReadMe.txt

Lines changed: 79 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
-- Requirements --
88
------------------
99

10-
Microsoft .NET Framework 2.0 or 4.0 (including versions 3.0, 3.5, and 4.5)
10+
Microsoft .NET Framework 4.0 (or later versions)
1111

12-
Note: TextAnalysisTool.NET is compiled for .NET 2.0 and comes with a .config
13-
file that lets it run under .NET 4.0 (for example, on Windows 8 without the
14-
".NET Framework 3.5" feature installed).
12+
Note: TextAnalysisTool.NET is compiled for .NET 4.0. Later .NET Framework
13+
versions are supported through a .config that needs to be configured for
14+
the corresponding version. For more information, please refer to the
15+
following MSDN article: "How to: Configure an App to Support .NET Framework 4
16+
or 4.5"
17+
http://msdn.microsoft.com/en-us/library/jj152935.aspx
1518

1619

1720
-------------------------------
@@ -69,6 +72,78 @@ all circumstances, but is ultimately bound by the resources available to it.
6972
-- History --
7073
-------------
7174

75+
2015-01-07 by Uriel Cohen (http://github.com/cohen-uriel)
76+
----------
77+
* Added a tooltip to the loaded file indicator in the status bar
78+
* Fixed a bug where setting a marker used in an active filter causes the
79+
current selection of lines to be changed
80+
81+
2015-01-07 by David Anson (http://dlaa.me/)
82+
----------
83+
* Improve HTML representation of clipboard text when copying for more
84+
consistent paste behavior
85+
86+
2015-01-01 by Uriel Cohen (http://github.com/cohen-uriel)
87+
----------
88+
* Fixed a bug where TAB characters are omitted in the display
89+
* Fixed a bug where lines saved to file include an extra white space at the
90+
start
91+
92+
2014-12-21 by Uriel Cohen (http://github.com/cohen-uriel)
93+
----------
94+
* Changed compilation to target .NET Framework 4.0
95+
96+
2014-12-11 by Uriel Cohen (http://github.com/cohen-uriel)
97+
----------
98+
* Redesigned the status bar indications to be consistent with Visual Studio and
99+
added the number of currently selected lines
100+
101+
2014-12-04 by Uriel Cohen (http://github.com/cohen-uriel)
102+
----------
103+
* Added the ability to append an existing filters file to the current filters
104+
list
105+
106+
2014-12-01 by Uriel Cohen (http://github.com/cohen-uriel)
107+
----------
108+
* Added recent file/filter menus for easy access to commonly-used files
109+
* Added a new settings registry key to set the
110+
maximum number of recent files or filter files allowed in the
111+
corresponding file menus
112+
* Fixed bug where pressing SPACE with no matching lines from filters
113+
crashed the application
114+
* Fixed a bug where copy-pasting lines from the application to Lync
115+
resulted in one long line without carriage returns
116+
117+
2014-11-11 by Uriel Cohen (http://github.com/cohen-uriel)
118+
----------
119+
* Added support for selection of background color in the filters
120+
(different selection of colors than the foreground colors)
121+
* The background color can be saved and loaded with the filters
122+
* Filters from previous versions that lack a background color will have the
123+
default background color
124+
* Saving foreground color field in filters to 'foreColor' attribute.
125+
Old 'color' attribute is still being loaded for backward compatibility
126+
purposes.
127+
* Changed control alignment in Find dialog and Filter dialog
128+
129+
2014-10-21 by Mike Morante (http://github.com/mike-mo)
130+
----------
131+
* Fix localization issue with the build string generation
132+
133+
2014-04-22 by Mike Morante (http://github.com/mike-mo)
134+
----------
135+
* Line metadata is now visually separate from line text contents
136+
* Markers can be shown always/never/when in use to have more room for line text
137+
and the chosen setting persists across sessions
138+
* Added statusbar panel funnel icon to reflect the current status of the Show
139+
Only Filtered Lines setting
140+
141+
2014-02-27 by Mike Morante (http://github.com/mike-mo)
142+
----------
143+
* Added zoom controls to quickly increase/decrease the font size
144+
* Zoom level persists across sessions
145+
* Added status bar panel to show current zoom level
146+
72147
2013-05-07
73148
----------
74149
* Compiled using the .NET 2.0 "Any CPU" configuration to enable access to more

0 commit comments

Comments
 (0)