gameflow-deck/CHANGELOG.md
Simeon Radivoev d24dc89515
Some checks failed
Build and Upload Canary / build (push) Failing after 1m27s
chore(release): 1.3.0
2026-03-31 19:17:48 +03:00

4.7 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2026-03-31)

Features

  • Implemented emulator installation (3750e9e)
  • moved to npm package for the store (91ee719)

Bug Fixes

  • Added keyboard focus shortcut (b4e9112)
  • ditched sdl and moved to xinput for windows for less ram usage (dc0f2d1)
  • Fixed browser referencing main and getting called twice when in dev mode (7c10f4e)
  • Fixed romm login, now uses token (816d50a)
  • Issues with launching and installation on the steam deck (ccc5a05)
  • Manual checking for system info to fix bug in library (a7eb655)
  • missing gitlab as download type (bb8f716)
  • switched to node-7z (90d6711)

1.2.1 (2026-03-15)

Bug Fixes

  • Added control for opening emulator js menu on steam deck controller (f33c928)
  • Browser not getting closed on manual exit (489124a)
  • Emulators not launching (fe80b07)
  • Fixed cross platform errors and emulatorjs not opening on linux (df20979)
  • minor UI issues (8125c86)
  • Wrong webview library path for appimage building (258ce63)

1.2.0 (2026-03-14)

Features

  • Added interface options (2f32cbc)
  • Added QR login (4739b89)
  • implemented a basic store and emulatorjs (7286541)

1.1.0 (2026-03-01)

Features

  • Implemented AppImage building (6a288f7)
  • Implemented launching and downloading of roms (f15bf9a)
  • implemented storage management (e4df8fb)
  • Made design more responsive (9e4b2a0)
  • massive front-end overhaul and initial github release (d5a0e70)
  • move to secure OS credential storage so that you never get logged out again (ef08fa6)
  • Moved to stream zip downloading. (62f16cb)

Bug Fixes