Skip to content

Releases: itchio/itch

v26.1.9

18 Jun 17:20
v26.1.9
Compare
Choose a tag to compare

https://itchio.itch.io/itch

Please Note: This will be the last version of the app compatible with Windows 7 and 8.

This release upgrades a number of dependencies, especially Electron (to version 22), to resolve some lingering security issues. It also includes some performance and efficiency improvements.

The logic for game updates has changed. The app will check for updates any time you view a game page or run a game. You can check your full library for game updates at any time in the Preferences menu via the "Check for game updates" action.

Full Changelog: v25.6.2...v26.1.9

v26.1.5-canary

22 Jan 22:10
Compare
Choose a tag to compare

https://itchio.itch.io/kitch

  • Update translations. Several new languages!
  • Check for game updates automatically when viewing an installed game's page
  • Add option for manually triggering a full-library game update check
  • Fix issue where some links on game pages weren't clickable

Full Changelog: v26.1.3-canary...v26.1.5-canary

v26.1.3-canary

19 Jan 21:54
Compare
Choose a tag to compare

https://itchio.itch.io/kitch

This is a security update release

  • Update CDN urls
  • Update Electron to pick up bug fixes
  • No new features

Full Changelog: v26.1.2-canary...v26.1.3-canary

v26.1.2-canary

11 Aug 17:25
Compare
Choose a tag to compare

https://itchio.itch.io/kitch

This is a security update release

  • Open non-itch.io URLs in an external browser, rather than in the app's web view
  • No new features

Full Changelog: v26.0.2-canary...v26.1.2-canary

v26.0.2-canary

28 Jul 20:14
Compare
Choose a tag to compare

https://itchio.itch.io/kitch

This is a security update release

  • Upgrade to Electron 22
  • Update various dependencies
  • No new features

Full Changelog: 209ecba...v26.0.2-canary

v25.6.1-canary

22 Oct 21:56
Compare
Choose a tag to compare

https://itchio.itch.io/kitch

  • Update to electron 11.5.0
  • Remove custom history implementation for inner iframe (may cause bugs in some scenarios)

What's Changed

New Contributors

Full Changelog: v25.5.1...v25.6.1-canary

v25.5.1

12 May 00:24
v25.5.1
Compare
Choose a tag to compare
  • Update to Electron 10.4.5
    • This release fixes a bug within Electron that prevented HTML5 games that use wasm from loading
  • Update various dependencies
  • App is now signed with itch corp. certificate. (Also updated butler and itch-setup)
  • Add physical games as a common filter option

v25.4.1

28 Aug 11:49
Compare
Choose a tag to compare

This is a security release, it comes with the following changes:

  • Upgrade to Electron 10.0.0
  • Upgrade to Chromium 85.0.4183.84
  • Security and performance fixes
  • Show upload platform icons in "Plan install"
  • No new features

v25.4.0

07 Nov 17:55
Compare
Choose a tag to compare

This release contains macOS compatibility fixes, Software License Agreement support, improved logging and bug fixes.

  • DMG files are now always downloaded to disk, then extracted with hdiutil. This adds support for uncommon DMG filesystems (like ISO9660), APFS filesystems (which 7-zip didn't support)
  • Any software license agreement (~EULA) contained in a .dmg file will now be extracted and shown on launch until it is accepted. Cancelling the launch does not accept the license. So you can accept it or uninstall the software. (This was tested with Game Dev Tycoon and Aseprite).
  • A lot more operations are now logged in the application log file (appdata/logs/itch.txt). This should hopefully help pinpoint issues with third-party Antivirus software and API access issues.
  • A bug where if an Antivirus prevented installing dependencies (like butler and itch-setup), the app would stay stuck in "Finishing installation..." forever has been fixed. It now detects and reports the error.
  • Logs for the whole setup phase are now collected in memory and can be sent via the feedback form.
  • Various additional places let you send feedback with logs / error details attached
  • Communication with butler has been switched from HTTP to TCP, among with other changes, which fixes a bug where when the itch app updated butler and switched over to the new version, the old version would keep running, and there were two download drivers. As a result, the Downloads window could appear stuck, and operations were done twice behind the scenes.
  • Pages with very long names were displayed poorly in the app, @porglezomp helped fix this!

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.