Skip to content

Releases: itchio/itch

v25.3.0

09 Oct 17:42
Compare
Choose a tag to compare

This releases fixes an issue on Linux where the itch app wouldn't start up on stock Ubuntu 18.10 installations. (It now vendors the libgconf library).

It also adds the ability to add an install location while queuing a game for install.

v25.2.0

30 Sep 10:53
Compare
Choose a tag to compare
  • Some minor UI fixes (like using a white browser background, or changing search's loading indicator to our new intedeterminate progress indicator)
  • Speeds up initial setup (it was waiting for a timeout unnecessarily even when a dependency was clearl missing)
  • Allows adding an install location directly from the location selector in the "Plan install" dialog

In this release cycle, butler fixes also include:

  • Game update fixes: games with external uploads didn't have their updates queued properly
  • sandbox fixes: the itch.io sandbox was broken when it had never been used before on a computer. It now sets itself up correctly from scratch.
  • AppImages are no longer extracted, they're installed "naked" on disk, and are launched correctly
  • .jar files are launched with the installed JRE, if any. If the user is lacking a JRE, it shows a message saying we need it.
  • Automatic prerequisites for Windows now correctly ignore DLLs which are shipped with the game (vendored) and DLLs which are included in all Windows versions (built-ins).
  • For developers: doing butler push Foobar.app now results in a .zip archive that contains the .app, as opposed to a zip archive that contains the contents of the app bundle. That fixes the most common path for macOS build uploads.

v25.1.0

10 Sep 16:29
Compare
Choose a tag to compare

v25.1.0 is a bugfix release. The only change is that it specifies a valid version range for one of its dependencies (itch-setup), so that it doesn't stop working even if we release a newer version.

Really, the smallest of fixes.

v25.0.0

08 Sep 21:08
Compare
Choose a tag to compare

v25 is a complete rewrite of the itch.io app.

It's smaller, faster, more reliable, and easier to use.

It took 420 days, and 2398 commits, but it's finally released.

We really hope you like it 💖

📦 Download it direct from https://itch.io/app

v23.6.3

01 May 10:33
v23.6.3
Compare
Choose a tag to compare
  • ⬆️ 23.6.3
  • Fix ArchLinux package: #1778

v23.6.2

30 Apr 14:56
v23.6.2
Compare
Choose a tag to compare
  • ⬆️ 23.6.2
  • Filter out unity crash handler executables

v23.6.1

23 Jan 12:39
v23.6.1
Compare
Choose a tag to compare

v23.6.1 is a security update, which fixes CVE-2018-1000006. For more information, see the electron blog post.

v23.5.1

08 Nov 12:59
Compare
Choose a tag to compare

v23.5.1 is a mandatory upgrade.

Older versions of the app will not be able to log in in the near future.

  • The app has been updated to the newest itch.io login API
  • The ArchLinux package has finally been fixed thanks to npm@5.5.1 being reasonably stable!
  • This release ships with electron 1.6.15, which includes a bunch of fixes, including one security vulnerability

v23.4.2

15 Jul 15:50
Compare
Choose a tag to compare
  • Fix issue where empty app bundles remained after some upgrades, preventing games from launching (such as Asset Forge Deluxe 1.2.0)
  • Fix issue where menu on macOS would show wrong entries

v23.4.1

06 May 22:39
Compare
Choose a tag to compare
  • Fix windows prereqs support, cf. #1096
  • Add xna-4.0 as windows prereq