mirror of
https://github.com/axllent/goptimize.git
synced 2026-08-25 06:55:18 -04:00
908 B
908 B
Changelog
[1.0.1]
- Update Go dependencies
- Update GitHub actions
[1.0.0]
- Use ghru/v2 for latest version checks and self-update functionality
- Refactor code for consistency and error handling improvements
- Update Go dependencies
- Use GitHub Actions to build release binaries
- Add quarterly dependabot module update
- Add code quality checks & linting (golangci-lint)
[0.2.3]
- Switch to kovidgoyal/imaging to address CVE-2023-36308
[0.2.2]
- Optionally preserve exif data for supported formats
- Update Go modules
[0.2.1]
- Update core modules
[0.2.0]
- Add threaded option (
-t) to use all CPU cores
[0.1.0]
- Switch to go mods - go (>= 1.11 required)
- Switch to axllent/semver for app updating
[0.0.3]
- Detect & skip animated GIFs
[0.0.2]
- Switch to pflag for better flag management
[0.0.1]
- Initial release