goptimize/CHANGELOG.md

43 lines
541 B
Markdown
Raw Permalink Normal View History

2019-08-02 18:39:44 -04:00
# Changelog
2024-04-23 00:38:16 -04:00
## [0.2.3]
- Switch to kovidgoyal/imaging to address CVE-2023-36308
2023-11-09 22:40:00 -05:00
## [0.2.2]
- Optionally preserve exif data for supported formats
- Update Go modules
2023-02-25 05:05:01 -05:00
## [0.2.1]
- Update core modules
2019-12-13 05:12:57 -05:00
## [0.2.0]
2019-12-13 04:21:00 -05:00
- 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