Skip to content

v26.17.0

Choose a tag to compare

@leafo leafo released this 28 Jul 19:02
v26.17.0

This release adds per-game launch settings, lets you install downloads that aren't tagged for your platform, reworks the installed library page and the manage dialog, and rebuilds the sidebar search around your own library. It requires butler 15.30.0 or newer.

Launch settings

  • Each installed game now has a Launch settings screen, reachable from the manage dialog, with per-game sandbox, network access, and environment variable options (#366, #3102)
  • Introduces a "Command Pattern" launch options: support either plain arguments to add or a %command% pattern to add wrapper commands or environment variables (#342, #3238, #2713)
image

Installing

  • Downloads that aren't tagged for your platform are now able to be revealed and intsalled. (#3430, #3237, #3270, #2929, #2556, #2446, #2275)
  • itch://install accepts a launch parameter, which opens the launch dialog instead of reinstalling when the upload is already downloaded
image

Search

The sidebar search has been replaced:

  • Autocomplete candidates now only show locally available projects, eg. things you have bought, or synced from collections or bundles.
  • Autocomplete results now include Collections and Bundles, making it easy to naviagte directly to the corresponding page in the app.
  • There's now a Search on itch.io... option presented first that will take you to itch.io's full search page to search across the site.

This replaces the old API search autocomplete which presented items in a confusing order that made it hard to actually find anything. We feel that autocomplete works best for things you already have, and everything else should go through the site's full search experience.

image

Library

  • Installed items show install size, version, and play time inline, plus a manage button next to the main action
  • The installed page can be sorted by last played, play time, size on disk, and install date, and filtered to games you've never played
  • The content type filter is now a dropdown and includes soundtracks, game mods, and other (#3421)
  • We minimized the manage project dialog to avoid duplicating features now present in the the install dialog.

butler

  • Requires butler 15.30.0 or newer
  • Play time and last played are now tracked per profile. Play time recorded before this change is pulled from the server the first time your library refreshes
  • Optimized logic for re-fetching bundles and collections that haven't changed to reduce API call volume

Bugs

  • Fixed a race condition where closing a dialog could dismiss the one it just opened

Full Changelog: v26.15.0...v26.17.0