Releases: Jacksgong/okcat
Releases · Jacksgong/okcat
v1.4.0
- Feature: Support
ignore-tag-list
and ignore-msg-list
configuration to ignore messages by defined
v1.1.7
- Fix: Fix wrong config field on the
log-line-regex
or adb-log-line-regex
from 'data' to the correct one 'date'
v1.1.6
- Fix: fix encode issue on python3 - by Ryfthink
v1.1.5
- Fix: some dvices adb lost connection, closes #9 - by Ryfthink
v1.1.4
- Feat: support 'from' keyword to let yml config file extends from exist yml file
v1.1.3
- Feat: support combine and parse multiple log-files once time
v1.1.2
- Fix: fix unicode decode error on setup on windows system closes #4
v1.1.1
- Feat: show tips instead of crash when user don't provide config-file name to parse log file. Closes #2
v1.1.0
- Fix: fix import file failed on python 3.x
v1.0.9
- Fix: missing parentheses in call to 'print' error occurred on python 3.x Closes #1