gameflow-deck/CHANGELOG.md
Simeon Radivoev c86e8cd197
All checks were successful
Build and Upload Canary / build (push) Successful in 2m42s
chore(release): 1.2.1
2026-03-15 16:49:22 +02:00

3.1 KiB

Changelog

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

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