This is the first release with an official deb & rpm repositories:
- https://bintray.com/itchio/deb (for Debian, Ubuntu, etc.)
- https://bintray.com/itchio/rpm (for Fedora, etc.)
Import our GPG key (instructions in repo description) then click 'Set me up!' to get further instructions.
{distribution}
is something like jessie
, precise
or wily
, and {components}
is main
.
Commits
- ⬆️ v0.11.3
- 🐛 Fix launching anything
- ⬆️ v0.11.2
- bintray templates
- upload bintray release template
- ⬆️ v0.11.1
- 💚 Make app-store spec pass. See also #238
- 💚 Make window store spec pass
- 💚 Make launch spec pass
- 📝
- 📝 Wrote instructions on how to run tests
- 📝 Document new environment variables
- 💚 Make game list spec pass
- 👕
- 👏 Don't show login fields while it's busy. Closes #223
- 👏 Closing checkout window closes purchase pop-up. Closes #237
- 👏 Closes #234
- 💄
- 🐛 👏 Switch to spawn for games, closes #233, report game crashes, closes #181
- 🎨 Refactor report functionality into its own store
- 👏 Don't show a menu for purchase window. Closes #232
- 👏 Make close shortcut close focused window, not store window
- 📝 Specify emoji to use when improving UX
- 🐎 reduce API cooldown from 250ms to 130ms (doesn't emulate bursts yet)
- add search icon for #231
- 💄 Refactor purchase flow a LOT.
- Remove redirect hack. Closes #220
- 💄
- Closes #230
- 🐛 Fix owned_games_by_id lookup
- Only send game store diffs. #227
- Always open devtools in separate windows - closes #229
- Use deep-diff to avoid unnecessary node->browser sends. #227