Skip to content

v0.3.3 — Bug fixes for the library context menu and the metadata editor's description field

Choose a tag to compare

@github-actions github-actions released this 22 Jul 05:45
· 51 commits to main since this release

Bug fixes for the library context menu and the metadata editor's description field.

Fixed

  • Library context menu: opening "Decky metadata..." for one non-Steam game and
    then another no longer shows the first game's metadata for every subsequent
    game; each entry now opens the game whose menu is actually open.
  • Metadata editor: the multiline Description field now accepts on-screen
    keyboard input on the Deck. It previously took focus but could not be typed
    into, because Steam only routes the virtual keyboard to its own field
    components; the editor now uses Steam's gamepad-aware text area.