- Fix: Enforce Java 1.7 compatibility for the plugin.
- Plugin ID is now 'com.jakewharton.hugo' (instead of just 'hugo').
- Support annotating entire classes with
@DebugLog
. - Include thread names for non-main threads in the log.
- Lower the minimum supported runtime to API 7. Woooo Eclair!
- Log using verbose level.
- Fix: Escape unprintable characters.
- Fix: Eliminate intermittent VerifyError occurrences.
- Support the 0.10.x Android plugin.
- Support for printing primitive arrays.
- Invocation time is now displayed before return value for convenience.
- Logging is now enabled for all builds marked as debuggable.
Initial release.