gameflow-deck/CHANGELOG.md
Simeon Radivoev 9a3e605625
All checks were successful
Build and Upload Canary / build (push) Successful in 5m30s
chore(release): 1.6.0
2026-05-10 02:53:05 +03:00

8.2 KiB

Changelog

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

1.6.0 (2026-05-09)

Features

  • Implemented public plugin system accessible from the store. (38cb752)

1.5.0 (2026-05-05)

Features

  • Implemented local game import (with a wizard) (06b7e40)

Bug Fixes

  • Navigation blocking now working with focuesed input fields (4da717c)

1.4.0 (2026-04-26)

Features

  • Added more ways to detect duplicates (05fafce)
  • added update notes and moved update to own tab (cf84f40)
  • Added way to update the local games from romm when IDs change based on IGDB or Retro Achievement ID (4806f34), closes #2
  • Bundled NW.js with appimages (813785f)
  • Implemented audio effects (edbc390)
  • Implemented dolphin integration (a69147a)
  • Implemented emulator launching (09b8b9c), closes #1
  • Implemented emulator versions and updating (34db717)
  • Implemented filtering and searching (444d8c4)
  • implemented haptics (54dd925)
  • Implemented romm saves for dolphin and xenia (7948bd2)

Bug Fixes

  • Fixed a bunch of issues on linux (6aacec2)
  • Fixed emulator details buttons not showing (04d5856)
  • Fixed tests (c09fbd3)
  • logins now refresh on plugins load (7bd0ebd)
  • Made self update work on windows (ae196e1)
  • Made store downloads extract in their own folder (764691f)

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