Releases: itchio/itch
Releases · itchio/itch
v18.10.0
v18.9.0
- Install UE4 prerequirements when launching an unreal 4 game
v18.8.0
- 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):
v18.7.0
- 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
- Fix a bug where some updates to game would be unnecessarily downloaded.
v18.6.5
v18.6.4
v18.6.3
v18.6.2
- 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
- ⬆️ 18.6.1
- 🐛 Fix update checking (broken by proxy support update in 18.6.0)