Skip to content

Releases: Ayowel/butler-to-itch

v2.0.0

Choose a tag to compare

@Ayowel Ayowel released this 18 Jul 14:23

What's Changed

  • The action now uses node 24 by default
  • The auto_channel criteria were updated to support more diverse targets
  • The unused check_signature is not supported anymore
  • The checksum parameter 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

Choose a tag to compare

@Ayowel Ayowel released this 08 Jul 20:57

What's Changed

Full Changelog: v1...v1.3.1

v1.3.0

Choose a tag to compare

@Ayowel Ayowel released this 22 Jan 13:52

What's Changed

  • Bump node version to 20.x and update all dependencies by @Ayowel in #11

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@Ayowel Ayowel released this 10 Feb 20:40

What's Changed

  • Fix itch download connection issue by @Ayowel in #7
  • Add configuration option for butler_source Butler'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

Choose a tag to compare

@Ayowel Ayowel released this 09 Jun 14:12
9d4e0e5

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@Ayowel Ayowel released this 22 Jan 15:45

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