goptimize/CHANGELOG.md

43 lines
541 B
Markdown
Raw Permalink Normal View History

2019-08-02 22:39:44 +00:00
# Changelog
2024-04-23 04:38:16 +00:00
## [0.2.3]
- Switch to kovidgoyal/imaging to address CVE-2023-36308
2023-11-10 03:40:00 +00:00
## [0.2.2]
- Optionally preserve exif data for supported formats
- Update Go modules
2023-02-25 10:05:01 +00:00
## [0.2.1]
- Update core modules
2019-12-13 10:12:57 +00:00
## [0.2.0]
2019-12-13 09:21:00 +00:00
- Add threaded option (`-t`) to use all CPU cores
2019-11-03 06:21:18 +00:00
## [0.1.0]
2019-10-26 09:19:46 +00:00
- Switch to go mods - go (>= 1.11 required)
2019-11-03 06:18:03 +00:00
- Switch to axllent/semver for app updating
2019-10-26 09:19:46 +00:00
2019-09-07 10:51:37 +00:00
## [0.0.3]
- Detect & skip animated GIFs
## [0.0.2]
2019-08-24 11:17:55 +00:00
- Switch to [pflag](https://github.com/spf13/pflag) for better flag management
2019-08-02 22:39:44 +00:00
## [0.0.1]
- Initial release