Releases: Ayowel/butler-to-itch
Release list
v2.0.0
What's Changed
- The action now uses node 24 by default
- The
auto_channelcriteria were updated to support more diverse targets - The unused
check_signatureis not supported anymore - The
checksumparameter may be used to validate the downloaded Butler archive - Other technical changes:
- All dependencies were updated
- The action is now an ES module instead of a CommonJS script
Full Changelog: v1.3.1...v2.0.0
v1.3.1
What's Changed
Full Changelog: v1...v1.3.1
v1.3.0
What's Changed
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Fix itch download connection issue by @Ayowel in #7
- Add configuration option for
butler_sourceButler's download source by @Ayowel in #7 - Disable signature check by default as it is not implemented and produces unneeded noise in the logs by @Ayowel in #7
Transparency notice
At the time of writing, Itch's CDN improperly mixes HTTPS and HTTP redirects when downloading Butler, which results in failed builds in 1.1.0. Itch was notified of this problem.
In the meantime, in 1.2.0, the download source was changed from the itch-documented domain (https://https://broth.itch.ovh/) to https://broth.itch.zone/ . This does not change where the binaries are effectively pulled from as the .ovh domain redirected to the .zone domain, it is only a way to circumvent the issue's impact while Itch resolves it. If/When this is resolved, a patch version that points to the official domain will be released.
ADDENDUM: Itch has now documented the .zone endpoint as the expected endpoint for automation.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Bump node version from 16 to 20 by @michaelwschultz in #4
- NPM dependency update and cleanup by @Ayowel in #5
New Contributors
- @michaelwschultz made their first contribution in #4
Full Changelog: v1.0.0...v1.1.0
v1.0.0
First official release
Easily push multiple files to your Itch project in a single action call.
Full Changelog: https://github.com/Ayowel/butler-to-itch/commits/v1.0.0