-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
22 lines (22 loc) · 932 Bytes
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
1.4
* Added command line argument to set search path on startup
* Gtk: Minor Gtk style and api fixes
* deb: Added missing dependency on gir1.2-gtksource-3.0
1.3
* Allow simultaneous searches in separate tabs
* Auto-navigate to new tab upon creation
* Moved Spinner to within tab titles
* Bugfix: Improve handling of some special chars
* Bugfix: Unreverse case sensitivty matching
* Bugfix: Status bar now shows correct stats when switching tabs
1.2
* Add tabbed interface for displaying multiple search results
* bugfix: Properly handle parenthesis when matching and displaying
1.1
* Colorize background for alternating output rows
* Improved handling of special chars in regex and search path strings
* Folder dialog remembers last chosen path & defaults to user's home
* Bugfix: Display error messages directly from grep stderr
* Better unit test coverage
1.0
* Initial release (Closes: #702990)