chore(release): 1.5.0
All checks were successful
Build and Upload Canary / build (push) Successful in 5m16s

This commit is contained in:
Simeon Radivoev 2026-05-05 23:04:57 +03:00
parent c9cf0b827c
commit 11c4a802e4
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
2 changed files with 14 additions and 2 deletions

View file

@ -2,6 +2,18 @@
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. 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.5.0](https://github.com/simeonradivoev/gameflow-deck/compare/v1.4.0...v1.5.0) (2026-05-05)
### Features
* Implemented local game import (with a wizard) ([06b7e40](https://github.com/simeonradivoev/gameflow-deck/commit/06b7e4074da23afdec3b2ff97f84a9e1486944d2))
### Bug Fixes
* Navigation blocking now working with focuesed input fields ([4da717c](https://github.com/simeonradivoev/gameflow-deck/commit/4da717c26d9840febd48ee87a6a493a3e1acc6b9))
## [1.4.0](https://github.com/simeonradivoev/gameflow-deck/compare/v1.3.0...v1.4.0) (2026-04-26) ## [1.4.0](https://github.com/simeonradivoev/gameflow-deck/compare/v1.3.0...v1.4.0) (2026-04-26)

View file

@ -6,7 +6,7 @@
"email": "work@simeonradivoev.com", "email": "work@simeonradivoev.com",
"url": "https://simeonradivoev.com" "url": "https://simeonradivoev.com"
}, },
"version": "1.4.0", "version": "1.5.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",
@ -151,4 +151,4 @@
"vite-tsconfig-paths": "^6.1.1", "vite-tsconfig-paths": "^6.1.1",
"zod-to-ts": "^2.0.0" "zod-to-ts": "^2.0.0"
} }
} }