Releases: ryanfowler/fetch
Releases · ryanfowler/fetch
v0.11.0
What's Changed
- Add a claude configuration file by @ryanfowler in #275
- Move usage docs to separate files by @ryanfowler in #276
- Upgrade Go to v1.24.5 by @ryanfowler in #277
- Bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #279
- Bump golang.org/x/image from 0.28.0 to 0.29.0 by @dependabot[bot] in #278
- Use dependabot for github actions by @ryanfowler in #280
- Allow for specifying a custom CA certificate by @ryanfowler in #281
- Ensure at least one certificate is parsed out of ca-cert file by @ryanfowler in #282
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Upgrade the staticcheck github action to v1.4.0 by @ryanfowler in #271
- Add unix socket request support by @ryanfowler in #272
- Filter available flags by OS by @ryanfowler in #273
- Document unix socket flag by @ryanfowler in #274
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Add debug verbosity with DNS/TLS tracing by @ryanfowler in #266
- Fix DoH DNS debug tracing by @ryanfowler in #267
- Update debug config file log format by @ryanfowler in #269
- Fix DoH hostname logging in debug output by @ryanfowler in #268
- Try all ips when using DoH server by @ryanfowler in #270
Full Changelog: v0.8.4...v0.9.0
v0.8.4
What's Changed
- Add a CODEOWNERS file by @ryanfowler in #259
- Bump golang.org/x/image from 0.27.0 to 0.28.0 by @dependabot in #260
- Upgrade Go to v1.24.4 by @ryanfowler in #261
- Fix usage handling in ValueError.Error by @ryanfowler in #262
- Fix typo in README by @ryanfowler in #263
- Fix authorization comment by @ryanfowler in #264
- Fix rcode name for 9 by @ryanfowler in #265
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Bump golang.org/x/image from 0.25.0 to 0.26.0 by @dependabot in #255
- Bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in #254
- Bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot in #256
- Bump golang.org/x/image from 0.26.0 to 0.27.0 by @dependabot in #257
- Upgrade Go to v1.23.3 by @ryanfowler in #258
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Automatically add shell completions from install script by @ryanfowler in #250
- Add the --output-current-dir flag by @ryanfowler in #251
- Upgrade Go to v1.24.2 by @ryanfowler in #252
- Write output info to stderr when not a tty by @ryanfowler in #253
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Fix install script artifact selection by @ryanfowler in #243
- Improve reliability and error messages of install script by @ryanfowler in #244
- Verify write permission to executable file before update by @ryanfowler in #245
- Improve calculation of terminal size by @ryanfowler in #246
- Refine logic to check if file is a terminal by @ryanfowler in #247
- Accept flags in the King's English by @ryanfowler in #248
- Add support for fish and zsh shell completions by @ryanfowler in #249
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Remove .gitignore file by @ryanfowler in #233
- Improve truecolor detection on windows by @ryanfowler in #234
- Enable virtual terminal processing for stderr/stdout on windows by @ryanfowler in #235
- Update license year to 2025 by @ryanfowler in #236
- Add fallback adaptors for decoding images by @ryanfowler in #237
- Set limits for decoding images by @ryanfowler in #238
- Improve error message when no release artifact is found by @ryanfowler in #239
- Add an image setting to control how images are rendered by @ryanfowler in #240
- Store last update attempt timestamp in metadata file by @ryanfowler in #241
- Add installation script for unix-like systems by @ryanfowler in #242
Full Changelog: v0.7.5...v0.8.0
v0.7.5
What's Changed
- Adds support for range requests by @ryanfowler in #229
- Fix requests with mixed case paths by @ryanfowler in #230
- Document the --range flag by @ryanfowler in #231
- Improve progress bar and spinner rendering by @ryanfowler in #232
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- Centralize info, warning, and error printing by @ryanfowler in #224
- Fix panic in progress bar when content length is zero by @ryanfowler in #225
- Refactor config file parsing in main.go by @ryanfowler in #226
- Reduce progress spinner size by @ryanfowler in #227
- Set a 5 minute timeout for the auto-update process by @ryanfowler in #228
Full Changelog: v0.7.3...v0.7.4