Skip to content

Releases: itchio/itch

v18.10.0

20 Sep 11:47
v18.10.0
Compare
Choose a tag to compare
  • Switch to isolate for the win32 sandbox. Fixes #843, #879, #776 (hopefully)
  • Various linux sandbox fixes
  • Strip dots from install folders, solves some 'no executables found' problems
  • Upgrade to Chrome 53 (affects HTML5 games)

v18.9.0

16 Sep 23:03
v18.9.0
Compare
Choose a tag to compare
  • Install UE4 prerequirements when launching an unreal 4 game

v18.8.0

16 Sep 21:17
v18.8.0
Compare
Choose a tag to compare
  • Switch to new code signing certificate — this should get rid of scary warnings when downloading on Windows 10 💸
  • Downloads are now more reliable — in particular, retry automatically on idle timeouts (can happen on slow connections / temporary slowdowns with download servers)
  • User-friendly version names are shown instead of numeric identifiers (upload display name is used if set, otherwise channel name):

screen shot 2016-09-16 at 23 13 26

- Various other reliability & performance fixes (for example: ignore errors when can't perform self-update check because we're offline, minimize number of requests to upgrade a game to latest version, etc.)

v18.7.0

08 Sep 00:19
v18.7.0
Compare
Choose a tag to compare
  • Add support for large games (4GB+ compressed, 10GB uncompressed) by using an alternative extractor. itch should now happily let you install Aven Colony.

v18.6.6

07 Sep 19:40
v18.6.6
Compare
Choose a tag to compare
  • Fix a bug where some updates to game would be unnecessarily downloaded.

v18.6.5

06 Sep 19:27
v18.6.5
Compare
Choose a tag to compare
  • Skip update check when game is running, closes #871

v18.6.4

06 Sep 17:10
v18.6.4
Compare
Choose a tag to compare

This release fixes locale updates, it closes #869

v18.6.3

06 Sep 11:27
v18.6.3
Compare
Choose a tag to compare

v18.6.3 fixes bug #866 — uninstalling some games could make the app hang indefinitely.

Additionally, 18.6.2 wasn't published to our bintray APT/YUM repositories - 18.6.3 and all future releases will, since there's no manual confirmation step anymore.

v18.6.2

26 Aug 13:41
v18.6.2
Compare
Choose a tag to compare
  • On Windows, when an archive contains a single .exe, itch uses the lsar tool to determine whether it's a self-extracting installer so it can extract it directly. Sometimes lsar returns a non-zero exit code on perfectly valid .exe files — the itch app used to fail install silently (since we switched off of file). It now knows to ignore that, as it means it's definitely not a self-extracting installer. See #857, app can now install FLAW flawlessly again.

v18.6.1

12 Aug 19:06
v18.6.1
Compare
Choose a tag to compare
  • ⬆️ 18.6.1
  • 🐛 Fix update checking (broken by proxy support update in 18.6.0)