@@ -8,7 +8,13 @@ minor versions may include breaking changes.
88
99## [ Unreleased]
1010
11+ ## [ 0.0.2] - 2026-07-10
12+
1113### Added
14+ - Optional host-side ** idle-nudge helper** (` just idle-nudge ` ): keeps the screen on and prevents
15+ auto-suspend while a video plays — SteamOS Game Mode otherwise blanks and suspends it, and nothing
16+ inside the Flatpak sandbox can stop that. Gated on playback (menus still sleep) and doesn't block a
17+ deliberate power-button sleep. Self-uninstalls when Deckback is removed.
1218- Self-hosted Flatpak repo published to GitHub Pages, with one-click install via a ` .flatpakref ` and
1319 automatic background updates (` flatpak update ` ).
1420- Flathub submission scaffold under ` flathub/ ` (extra-data engine manifest, ` apply_extra ` ,
@@ -18,6 +24,11 @@ minor versions may include breaking changes.
1824- Neutral synthetic screenshots and Flathub-grade AppStream metadata (screenshots, branding,
1925 keywords) in the catalogue entry.
2026
27+ ### Fixed
28+ - Swapped ** X/Y face buttons** : physical ** X** now play/pauses. The control table used the positional
29+ ` BTN_NORTH ` /` BTN_WEST ` codes, which are aliased to the labelled ` BTN_X ` /` BTN_Y ` the Deck's pad
30+ actually reports — so X and Y were reversed (pressing Y did play/pause).
31+
2132## [ 0.0.1] - 2026-07-08
2233
2334### Added
@@ -26,5 +37,6 @@ minor versions may include breaking changes.
2637- Hardware VP9 decode via VA-API (clean on M138 / cobalt-27).
2738- zypak-sandboxed Flatpak with a ` .desktop ` entry, icon, and AppStream metainfo.
2839
29- [ Unreleased ] : https://github.com/properrr/deckback/compare/v0.0.1...HEAD
40+ [ Unreleased ] : https://github.com/properrr/deckback/compare/v0.0.2...HEAD
41+ [ 0.0.2 ] : https://github.com/properrr/deckback/releases/tag/v0.0.2
3042[ 0.0.1 ] : https://github.com/properrr/deckback/releases/tag/v0.0.1
0 commit comments