diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1277f41 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,53 @@ +Change Log +========== + +Version 1.4.0 *(2013-10-12)* +---------------------------- + + * Add '--always-display-tags' argument for improved grepping. + * Ignore bad UTF-8 data. + * Replace tab characters in log message with four spaces. + * Package name is now optional. + + +Version 1.3.1 *(2013-07-12)* +---------------------------- + + * Add fatal to log level filtering. + * Add '-e' and '-d' arguments for quickly selecting the emulator or device. + * Improve removal of 'nativeGetEnabledTags' log spam. + + +Version 1.3.0 *(2013-06-19)* +---------------------------- + + * Add support for Python 3. + * Add '-s' argument for specifying device serial. + * UTF-8 decode log messages. + + +Version 1.2.1 *(2013-06-14)* +---------------------------- + + * Add support for 'fatal' log level. + + +Version 1.2.0 *(2013-06-13)* +---------------------------- + + * Allow multiple packages to be specified. + * Add argument to filter output based on log level. + + +Version 1.1.0 *(2013-06-12)* +---------------------------- + + * De-duplicate tag name in output. + * Color strict mode violations and optionally GC messages. + * Support multiple processes for a package. + + +Version 1.0.0 *(2013-06-11)* +---------------------------- + +Initial version.