Skip to content

Commit c5ceda0

Browse files
committed
Release v0.0.2
1 parent e9f40b5 commit c5ceda0

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

flatpak/assets/io.github.properrr.deckback.metainfo.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
</screenshots>
6565
<content_rating type="oars-1.1"/>
6666
<releases>
67+
<release version="0.0.2" date="2026-07-10">
68+
<url>https://github.com/properrr/deckback/releases/tag/v0.0.2</url>
69+
<description><p>See the changelog for details.</p></description>
70+
</release>
6771
<release version="0.0.1" date="2026-07-08">
6872
<description><p>First Game Mode packaging: launches to the interactive TV app on the Deck.</p></description>
6973
</release>

0 commit comments

Comments
 (0)