forked from Thr3d/gg-highlight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
31 lines (22 loc) · 1.29 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* Mon Jun 10 2019 Jesse Chandler <[email protected]> 1.2.2
- Add drbd
- Additional highlighting/filters
- Sorting of pattern files
* Mon Feb 04 2019 Jesse Chandler <[email protected]> 1.2.1
- Split patterns out to their own files. Some regex performance improvements.
* Mon Oct 15 2018 Jesse Chandler <[email protected]> 1.2.0
- Add new filtering for systemd, and disk logs (disabled by default). Add additioan highlighting and filters
* Thu Jul 5 2018 Jesse Chandler <[email protected]> 1.1.5
- Add additional highlighting and filters.
* Tue May 29 2018 Jesse Chandler <[email protected]> 1.1.4
- Add additional highlighting and filters. Added highlighting for HA CIB.
* Tue May 08 2018 Jesse Chandler <[email protected]> 1.1.2
- fix if statment for filter-test function
* Tue May 08 2018 Jesse Chandler <[email protected]> 1.1.1
- if true logic moved to functions. Changed from tmp file back to piped. Added test filtering section.
* Mon May 07 2018 Jesse Chandler <[email protected]> 1.1.0
- Changed to a (poor) layout with functions. Added flags
* Wed Mar 14 2018 Jesse Chandler <[email protected]> 1.0.1
- Seperated and sorted search string for better readability
* Wed Mar 14 2018 Jesse Chandler <[email protected]> 1.0.0
- Initial Build