Skip to content

Releases: Jacksgong/okcat

v1.4.0

27 Feb 03:20
Compare
Choose a tag to compare
  • Feature: Support ignore-tag-list and ignore-msg-list configuration to ignore messages by defined

v1.1.7

11 Jan 10:22
Compare
Choose a tag to compare
  • 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

26 Jun 15:16
Compare
Choose a tag to compare
  • Fix: fix encode issue on python3 - by Ryfthink

v1.1.5

26 Jun 01:10
Compare
Choose a tag to compare
  • Fix: some dvices adb lost connection, closes #9 - by Ryfthink

v1.1.4

26 Jun 01:10
Compare
Choose a tag to compare
  • Feat: support 'from' keyword to let yml config file extends from exist yml file

v1.1.3

01 Dec 02:05
Compare
Choose a tag to compare
  • Feat: support combine and parse multiple log-files once time

v1.1.2

01 Dec 02:04
Compare
Choose a tag to compare
  • Fix: fix unicode decode error on setup on windows system closes #4

v1.1.1

10 Oct 15:10
Compare
Choose a tag to compare
  • Feat: show tips instead of crash when user don't provide config-file name to parse log file. Closes #2

v1.1.0

27 Sep 06:18
Compare
Choose a tag to compare
  • Fix: fix import file failed on python 3.x

v1.0.9

16 Sep 04:11
Compare
Choose a tag to compare
  • Fix: missing parentheses in call to 'print' error occurred on python 3.x Closes #1