Releases: sunshineplan/imgconv
Releases · sunshineplan/imgconv
v1.1.15
What's Changed
Dependencies
- Bump github.com/HugoSmits86/nativewebp from 1.1.0 to 1.3.0 by @dependabot[bot]
- Bump golang.org/x/image from 0.25.0 to 0.41.0 by @dependabot[bot]
- Bump github.com/sunshineplan/utils from 0.1.74 to 0.1.84 in /converter by @dependabot[bot]
- Bump github.com/sunshineplan/workers from 1.0.4 to 1.0.6 in /converter by @dependabot[bot]
- Bump github.com/mattn/go-runewidth from 0.0.19 to 0.0.24 in /converter by @dependabot[bot]
- Bump github.com/sunshineplan/pdf from 1.0.7 to 1.0.8 by @dependabot[bot]
- Bump github.com/sunshineplan/progressbar from 1.0.0 to 1.0.1 in /converter by @dependabot[bot]
- Bump actions/checkout from 4 to 6 by @dependabot[bot]
- Bump actions/setup-go from 5 to 6 by @dependabot[bot]
- Bump nick-invision/retry from 3 to 4 by @dependabot[bot]
Improvements & Fixes
- converter: Improve progressbar by @sunshineplan
- Fix path shortening to handle Unicode correctly by @sunshineplan
- Fix README URL for HugoSmits86/nativewebp by @cbednarski
- feat: General code optimization based on AI suggestions by @sunshineplan
- Refactor error handling and progress bar usage by @sunshineplan
- Improve path shortening and progress bar width handling by @sunshineplan
- Refactor & optimize progress bar width handling by @sunshineplan
- Set progress bar width and update progress format by @sunshineplan
- Add WEBPCompressionLevel option by @sunshineplan
New Contributors
- @cbednarski made their first contribution in #161
Full Changelog: v1.1.14...v1.1.15
v1.1.14
What's Changed
- Bump github.com/sunshineplan/utils from 0.1.73 to 0.1.74 in /converter by @dependabot in #141
- Bump golang.org/x/image from 0.23.0 to 0.24.0 by @dependabot in #142
- Bump golang.org/x/image from 0.24.0 to 0.25.0 by @dependabot in #143
- Support webp by @sunshineplan in #145
Full Changelog: v1.1.13...v1.1.14
v1.1.13
What's Changed
- Bump golang.org/x/image from 0.20.0 to 0.21.0 by @dependabot in #133
- converter: Upgrade workers by @sunshineplan in #135
- converter: Print to os.Stdout by @sunshineplan in #136
- Bump github.com/sunshineplan/workers from 1.0.3 to 1.0.4 in /converter by @dependabot in #137
- Bump golang.org/x/image from 0.21.0 to 0.22.0 by @dependabot in #138
- Bump golang.org/x/image from 0.22.0 to 0.23.0 by @dependabot in #139
- converter: Quiet mode by @sunshineplan in #140
Full Changelog: v1.1.12...v1.1.13
v1.1.12
What's Changed
- Bump github.com/sunshineplan/utils from 0.1.71 to 0.1.72 in /converter by @dependabot in #131
- converter: Upgrade utils by @sunshineplan in #132
Full Changelog: v1.1.11...v1.1.12
v1.1.11
What's Changed
- Bump golang.org/x/image from 0.16.0 to 0.17.0 by @dependabot in #118
- Bump github.com/sunshineplan/utils from 0.1.66 to 0.1.67 in /converter by @dependabot in #119
- Bump github.com/sunshineplan/utils from 0.1.67 to 0.1.68 in /converter by @dependabot in #120
- Bump github.com/sunshineplan/utils from 0.1.68 to 0.1.69 in /converter by @dependabot in #121
- Bump github.com/sunshineplan/utils from 0.1.69 to 0.1.70 in /converter by @dependabot in #122
- Bump golang.org/x/image from 0.17.0 to 0.18.0 by @dependabot in #123
- Bump github.com/sunshineplan/utils from 0.1.70 to 0.1.71 in /converter by @dependabot in #124
- converter: Update workers by @sunshineplan in #125
- Bump golang.org/x/image from 0.18.0 to 0.19.0 by @dependabot in #126
- Bump golang.org/x/image from 0.19.0 to 0.20.0 by @dependabot in #127
- Add Split function by @sunshineplan in #128
- Use image.NewNRGBA as default by @sunshineplan in #129
- Add Split to the README by @sunshineplan in #130
Full Changelog: v1.1.10...v1.1.11
v1.1.10
What's Changed
- Bump nick-invision/retry from 2 to 3 by @dependabot in #108
- Bump github.com/sunshineplan/utils from 0.1.63 to 0.1.64 in /converter by @dependabot in #109
- Bump golang.org/x/image from 0.15.0 to 0.16.0 by @dependabot in #110
- Bump github.com/sunshineplan/utils from 0.1.64 to 0.1.65 in /converter by @dependabot in #111
- Use math/rand/v2 by @sunshineplan in #112
- Update format.go by @sunshineplan in #113
- Localize imaging package by @sunshineplan in #115
- Bump github.com/sunshineplan/utils from 0.1.65 to 0.1.66 in /converter by @dependabot in #117
Full Changelog: v1.1.9...v1.1.10
v1.1.9
v1.1.8
What's Changed
- converter: Add test option by @sunshineplan in #90
- converter: Optimize code by @sunshineplan in #91
- Format and TIFFCompression support flag.TextVar by @sunshineplan in #92
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
- Update release.yml by @sunshineplan in #88
- Update dependabot.yml by @sunshineplan in #89
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Bump golang.org/x/image from 0.11.0 to 0.12.0 by @dependabot in #80
- Bump golang.org/x/image from 0.12.0 to 0.13.0 by @dependabot in #81
- Bump golang.org/x/image from 0.13.0 to 0.14.0 by @dependabot in #85
- converter: Add pdf option by @sunshineplan in #86
- Bump github.com/sunshineplan/pdf from 1.0.5 to 1.0.7 by @dependabot in #87
New Contributors
- @sunshineplan made their first contribution in #86
Full Changelog: v1.1.5...v1.1.6