Skip to content

Releases: itchio/itch

v17.6.5

30 May 10:00
v17.6.5
Compare
Choose a tag to compare
v17.6.5 Pre-release
Pre-release
  • 🐛 Open correct community profile URL. Closes #631
  • Switch to Cmd+Y for 'Show history' on Mac. Closes #646
  • 🐛 Shield against invalid times. Closes #676
  • ⬆️ electron v1.2.0
  • 🔥 remove redundant babel transforms

v17.6.4

26 May 15:32
v17.6.4
Compare
Choose a tag to compare
v17.6.4 Pre-release
Pre-release
  • Sign windows binaries with SHA-256 hashes, SHA-1 is being deprecated.

v17.6.3

26 May 13:14
v17.6.3
Compare
Choose a tag to compare
v17.6.3 Pre-release
Pre-release

Fix permission of control file in .deb package. Closes #669

v17.6.2

26 May 11:07
v17.6.2
Compare
Choose a tag to compare
v17.6.2 Pre-release
Pre-release

More misc. fixes for 32-bit packages on Linux (for RPM-based distributions)

v17.6.1

26 May 09:59
v17.6.1
Compare
Choose a tag to compare
v17.6.1 Pre-release
Pre-release

This release contains misc. Linux packaging fixes (for ArchLinux & 32-bit debian)

v17.6.0

13 May 11:46
v17.6.0
Compare
Choose a tag to compare
v17.6.0 Pre-release
Pre-release

Main change:

  • Fix incremental upgrades for non-admins/non-devs. Closes #651

This prevented incremental updates from being downloaded for owners of a game. Should resolve all "must buy to download" messages.

Misc:

  • The AUR package is now kept up-to-date automatically
  • The debian packaging has been redone completely, thanks @darealshinji for the effort!
  • The app now uses electron v1.0.1. Congrats on the release electron team!

Bug fixes:

  • Shield against invalid dates. Closes #632
  • Attempt to handle Squirrel handlers faster, cf. #635
  • 🐛 Fix 'report issue' menu item. Closes #643

Infrastructure:

  • All release tags on Git from now on will be signed with @fasterthanlime's PGP key
  • A portable Linux version of the app is now being generated & added to each github release

v17.2.0

07 May 03:07
Compare
Choose a tag to compare
v17.2.0 Pre-release
Pre-release
  • Add support for MSI files that require elevated privileges (#536)
  • Add support for naked mac & linux executables (#474, #445)
  • Fix tray icon menu (#411)
  • New app icon (#596)
  • On Windows, make writes to itch log incremental (#607)

v17.1.0

06 May 09:32
Compare
Choose a tag to compare
v17.1.0 Pre-release
Pre-release
  • ⬆️ 17.1.0
  • The itch app now saves .txt logs to disk
    • %APPDATA%/itch/logs on Windows
    • ~/Library/Application Support/itch/logs on Mac OS/X
    • $XDG_CONFIG_PATH/itch/logs on Linux
  • Made game updates are more reliable:
    • Displays update reason in log
    • Force update when game was installed before app supported butler (cf. #604)
    • Add 'check for update' button directly in dropdown menu, beneath current version, cf. #604
    • Add 'Version' entry in dropdown menu, clicking it copies to clipboard
  • Don't show empty dropdown. Closes #601. Closes #599
  • Make empty Downloads tab state not so empty (#603)
  • Make external uploads work again (e.g. Trench Run #600, Tiled #605)

v17.0.0

06 May 00:30
Compare
Choose a tag to compare
v17.0.0 Pre-release
Pre-release
  • Collection view (search/filterable), separate Collections tab
  • Significantly improve browsing stability (cf. #598 and similar issues)
  • In game view, Buy now button is now green, Install is now itch.io-pink, letting you know at a glance what you can do with a game
  • Disable 'first 3 items in full-width' in Library tab for the time being.

v16.1.0

04 May 21:27
Compare
Choose a tag to compare
v16.1.0 Pre-release
Pre-release
  • ⬆️ 16.1.0
  • 🐛 Unbreak fresh itch installs, closes #590