goptimize/CHANGELOG.md

27 lines
344 B
Markdown
Raw Normal View History

2019-08-02 18:39:44 -04:00
# Changelog
2019-12-13 04:21:00 -05:00
## [dev]
- Add threaded option (`-t`) to use all CPU cores
2019-11-03 01:21:18 -05:00
## [0.1.0]
2019-10-26 05:19:46 -04:00
- Switch to go mods - go (>= 1.11 required)
2019-11-03 01:18:03 -05:00
- Switch to axllent/semver for app updating
2019-10-26 05:19:46 -04:00
2019-09-07 06:51:37 -04:00
## [0.0.3]
- Detect & skip animated GIFs
## [0.0.2]
2019-08-24 07:17:55 -04:00
- Switch to [pflag](https://github.com/spf13/pflag) for better flag management
2019-08-02 18:39:44 -04:00
## [0.0.1]
- Initial release