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

This commit is contained in:
Simeon Radivoev 2026-05-10 02:53:05 +03:00
parent 2e78ddf08e
commit 9a3e605625
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
3 changed files with 13 additions and 6 deletions

View file

@ -1,6 +1,13 @@
# Changelog # 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. All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [1.6.0](https://github.com/simeonradivoev/gameflow-deck/compare/v1.5.0...v1.6.0) (2026-05-09)
### Features
* Implemented public plugin system accessible from the store. ([38cb752](https://github.com/simeonradivoev/gameflow-deck/commit/38cb7525527b5ad4f6eb284cdad0001fd87eaf7e))
## [1.5.0](https://github.com/simeonradivoev/gameflow-deck/compare/v1.4.0...v1.5.0) (2026-05-05) ## [1.5.0](https://github.com/simeonradivoev/gameflow-deck/compare/v1.4.0...v1.5.0) (2026-05-05)

View file

@ -6,7 +6,7 @@
"email": "work@simeonradivoev.com", "email": "work@simeonradivoev.com",
"url": "https://simeonradivoev.com" "url": "https://simeonradivoev.com"
}, },
"version": "1.5.0", "version": "1.6.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",
@ -46,7 +46,7 @@
"flatpak:install": "bun run flatpak:build && flatpak --user install --reinstall \"$PWD/.config/flatpak/repo\" com.simeonradivoev.gameflow-deck", "flatpak:install": "bun run flatpak:build && flatpak --user install --reinstall \"$PWD/.config/flatpak/repo\" com.simeonradivoev.gameflow-deck",
"build:prod:appimage": "bun run build:prod && bun run ./scripts/build-appimage.ts", "build:prod:appimage": "bun run build:prod && bun run ./scripts/build-appimage.ts",
"build:dev:appimage": "bun run build && bun run ./scripts/build-appimage.ts", "build:dev:appimage": "bun run build && bun run ./scripts/build-appimage.ts",
"version:generate": "standard-version --sign", "version:generate": "commit-and-tag-version --sign",
"package:Linux": "bun run build:prod:appimage", "package:Linux": "bun run build:prod:appimage",
"package:Windows": "bun run build:prod", "package:Windows": "bun run build:prod",
"download:chromium": "bun scripts/download-chromium.ts --out=./bin/chromium", "download:chromium": "bun scripts/download-chromium.ts --out=./bin/chromium",

View file

@ -1,6 +1,6 @@
{ {
"name": "@simeonradivoev/gameflow-sdk", "name": "@simeonradivoev/gameflow-sdk",
"version": "1.5.3", "version": "1.6.0",
"types": "index.d.ts", "types": "index.d.ts",
"description": "plugin SDK for the Gameflow Deck Launcher", "description": "plugin SDK for the Gameflow Deck Launcher",
"exports": { "exports": {