Releases: Jacksgong/okcat
Releases · Jacksgong/okcat
v1.0.8
- Feat: handle the case of adb connection is lost when using adb logcat
v1.0.7
- Enhance: print each line when it has been parsed immediately rather than waiting for parsing whole file to handle case of large log file
v1.0.6
- Fix: fix the default adb regex may wrong for some special case
v1.0.5
Fix: fix print non-match content when the log can't match regex
v1.0.4
- Enhance: support
--hide-same-tags
param
- Fix: output all log when
log-line-regex
can't parse
- Fix: handle case of only message is valid
v1.0.3
- Fix: cover the case of there is no 'level' keyword on
log-line-regex
case.
- Enchance: add
help
param on okcat, such as okcat help
.
v1.0.2
You can install okcat through pip: pip install okcat
.
v1.0.0
The first stable version.