@@ -72,38 +72,76 @@ all circumstances, but is ultimately bound by the resources available to it.
7272-- History --
7373-------------
7474
75- 2015-01-07 by Uriel Cohen (http://github.com/cohen-uriel)
75+ 2015-05-18 by Uriel Cohen
76+ ----------
77+ * Gave a more modern look to all menus
78+ * Improved behavior of the "More..." button in Options dialog
79+
80+ 2015-05-07 by Mike Morante
81+ ----------
82+ * Fixed a bug where the context menu for filters would remain enabled even if
83+ no filter was selected
84+
85+ 2015-04-14 by Mike Morante
86+ ----------
87+ * Fixed a bug that would cause loading filters from the command line to fail
88+
89+ 2015-03-27 by Mike Morante
90+ ----------
91+ * Added columns to the filters list, use only the matching pattern for
92+ previewing the filter
93+ * Added drag&drop support for the filters list
94+ * Double-click or press Enter on a filter to edit it
95+ * Double-click a line to create a new filter from it
96+ * Added menu item to enable all filters at once
97+ * Renamed "Filter" menu to "Filters"
98+
99+ 2015-02-26 by Uriel Cohen
100+ ----------
101+ * Added support for loading a configuration file from the command line
102+ * Added support for multiple filter files on the command line
103+
104+ 2015-02-24 by Uriel Cohen
105+ ----------
106+ * Fixed a bug with handling of some defaults through registry settings
107+
108+ 2015-01-28 by Uriel Cohen
109+ ----------
110+ * Added support for setting configuration parameters from a preferences dialog
111+ * Added the capability to Export and Import configuration files
112+
113+ 2015-01-07 by Uriel Cohen
76114----------
77115* Added a tooltip to the loaded file indicator in the status bar
78116* Fixed a bug where setting a marker used in an active filter causes the
79117 current selection of lines to be changed
80118
81- 2015-01-07 by David Anson (http://dlaa.me/)
119+ 2015-01-07 by David Anson
82120----------
83121* Improve HTML representation of clipboard text when copying for more
84122 consistent paste behavior
85-
86- 2015-01-01 by Uriel Cohen (http://github.com/cohen-uriel)
123+
124+ 2015-01-01 by Uriel Cohen
87125----------
88126* Fixed a bug where TAB characters are omitted in the display
89127* Fixed a bug where lines saved to file include an extra white space at the
90128 start
91129
92- 2014-12-21 by Uriel Cohen (http://github.com/cohen-uriel)
130+ 2014-12-21 by Uriel Cohen
93131----------
94132* Changed compilation to target .NET Framework 4.0
95133
96- 2014-12-11 by Uriel Cohen (http://github.com/cohen-uriel)
134+ 2014-12-11 by Uriel Cohen
97135----------
98136* Redesigned the status bar indications to be consistent with Visual Studio and
99137 added the number of currently selected lines
100138
101- 2014-12-04 by Uriel Cohen (http://github.com/cohen-uriel)
139+ 2014-12-04 by Uriel Cohen
102140----------
103141* Added the ability to append an existing filters file to the current filters
104142 list
105143
106- 2014-12-01 by Uriel Cohen (http://github.com/cohen-uriel)
144+ 2014-12-01 by Uriel Cohen
107145----------
108146* Added recent file/filter menus for easy access to commonly-used files
109147* Added a new settings registry key to set the
@@ -114,31 +152,31 @@ all circumstances, but is ultimately bound by the resources available to it.
114152* Fixed a bug where copy-pasting lines from the application to Lync
115153 resulted in one long line without carriage returns
116154
117- 2014-11-11 by Uriel Cohen (http://github.com/cohen-uriel)
155+ 2014-11-11 by Uriel Cohen
118156----------
119- * Added support for selection of background color in the filters
157+ * Added support for selection of background color in the filters
120158 (different selection of colors than the foreground colors)
121159* The background color can be saved and loaded with the filters
122- * Filters from previous versions that lack a background color will have the
160+ * Filters from previous versions that lack a background color will have the
123161 default background color
124- * Saving foreground color field in filters to 'foreColor' attribute.
125- Old 'color' attribute is still being loaded for backward compatibility
162+ * Saving foreground color field in filters to 'foreColor' attribute.
163+ Old 'color' attribute is still being loaded for backward compatibility
126164 purposes.
127165* Changed control alignment in Find dialog and Filter dialog
128166
129- 2014-10-21 by Mike Morante (http://github.com/mike-mo)
167+ 2014-10-21 by Mike Morante
130168----------
131169* Fix localization issue with the build string generation
132170
133- 2014-04-22 by Mike Morante (http://github.com/mike-mo)
171+ 2014-04-22 by Mike Morante
134172----------
135173* Line metadata is now visually separate from line text contents
136174* Markers can be shown always/never/when in use to have more room for line text
137175 and the chosen setting persists across sessions
138176* Added statusbar panel funnel icon to reflect the current status of the Show
139177 Only Filtered Lines setting
140178
141- 2014-02-27 by Mike Morante (http://github.com/mike-mo)
179+ 2014-02-27 by Mike Morante
142180----------
143181* Added zoom controls to quickly increase/decrease the font size
144182* Zoom level persists across sessions
@@ -256,3 +294,17 @@ Highlights:
2562942003-02-21, 2003-02-11, 2003-02-06
257295----------------------------------
258296Preview releases to a handful of volunteers
297+
298+
299+ ------------
300+ -- People --
301+ ------------
302+
303+ Project owner
304+ -------------
305+ * David Anson - http://dlaa.me/
306+
307+ Contributors
308+ ------------
309+ * Mike Morante - http://github.com/mike-mo
310+ * Uriel Cohen - http://github.com/cohen-uriel
0 commit comments