mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
Update version and change log to 2.1.0.
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 2.1.0 *(2016-09-07)*
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
* New: Explicitly run `adb` in 'brief' mode to ensure proper parsing.
|
||||||
|
* New: `-a` / `--all` flag shows all logs.
|
||||||
|
* Fix: Setting a tag width to 0 now correctly removes tags.
|
||||||
|
|
||||||
|
|
||||||
Version 2.0.0 *(2015-05-25)*
|
Version 2.0.0 *(2015-05-25)*
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import re
|
|||||||
import subprocess
|
import subprocess
|
||||||
from subprocess import PIPE
|
from subprocess import PIPE
|
||||||
|
|
||||||
__version__ = '2.0.0'
|
__version__ = '2.1.0'
|
||||||
|
|
||||||
LOG_LEVELS = 'VDIWEF'
|
LOG_LEVELS = 'VDIWEF'
|
||||||
LOG_LEVELS_MAP = dict([(LOG_LEVELS[i], i) for i in range(len(LOG_LEVELS))])
|
LOG_LEVELS_MAP = dict([(LOG_LEVELS[i], i) for i in range(len(LOG_LEVELS))])
|
||||||
|
|||||||
Reference in New Issue
Block a user