chore(release): 1.1.0
All checks were successful
Build and Upload Canary / build (push) Successful in 2m1s
All checks were successful
Build and Upload Canary / build (push) Successful in 2m1s
This commit is contained in:
parent
5c0e974304
commit
6fe16f5564
2 changed files with 24 additions and 2 deletions
22
CHANGELOG.md
Normal file
22
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
## 1.1.0 (2026-03-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Implemented AppImage building ([6a288f7](https://github.com/simeonradivoev/gameflow-deck/commit/6a288f765e793c8e037e03043268a63c2a515dcc))
|
||||||
|
* Implemented launching and downloading of roms ([f15bf9a](https://github.com/simeonradivoev/gameflow-deck/commit/f15bf9a1e0a235e9309365efe4cc69bf1a832601))
|
||||||
|
* implemented storage management ([e4df8fb](https://github.com/simeonradivoev/gameflow-deck/commit/e4df8fb9fbc378ceaada0249aef5fddf7eca4f48))
|
||||||
|
* Made design more responsive ([9e4b2a0](https://github.com/simeonradivoev/gameflow-deck/commit/9e4b2a02c15a0e780aa32bc9b03b0c2e3a93253f))
|
||||||
|
* massive front-end overhaul and initial github release ([d5a0e70](https://github.com/simeonradivoev/gameflow-deck/commit/d5a0e70580a79329444dae0424b551ca3e7f62fb))
|
||||||
|
* move to secure OS credential storage so that you never get logged out again ([ef08fa6](https://github.com/simeonradivoev/gameflow-deck/commit/ef08fa61142ecc31929d3ae16f42f79dd8a21f39))
|
||||||
|
* Moved to stream zip downloading. ([62f16cb](https://github.com/simeonradivoev/gameflow-deck/commit/62f16cbcc1aaaaf9b86347bdc4cffab00f6777d2))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Fixed issues on windows ([b4a8938](https://github.com/simeonradivoev/gameflow-deck/commit/b4a89385d00ae5558af50c3726b93d080f068846))
|
||||||
|
* moved to cef ([197a93a](https://github.com/simeonradivoev/gameflow-deck/commit/197a93aea7a9f7b5d3ec8bd2b99cef92db0ae318))
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "com.simeonradivoev.gameflow-deck",
|
"name": "com.simeonradivoev.gameflow-deck",
|
||||||
"displayName": "Gameflow",
|
"displayName": "Gameflow",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Game Launcher",
|
"description": "Game Launcher",
|
||||||
"icon": "./src/mainview/assets/icon.svg",
|
"icon": "./src/mainview/assets/icon.svg",
|
||||||
"main": "./src/bun/index.ts",
|
"main": "./src/bun/index.ts",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue