Skip to content

Commit 5c3b7dd

Browse files
committed
feat: bump to v0.5.5 with the addition of a system tray, auto-start, and improved game monitoring
- Add system tray with context menu - Add autostart functionality - Add single instance application constraint to prevent multiple launches - Optimize Cards component refresh logic when games end (lastplayed sort) - Improve game monitoring functionality
1 parent 91bd476 commit 5c3b7dd

13 files changed

Lines changed: 572 additions & 38 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reinamanager",
33
"private": true,
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -16,6 +16,7 @@
1616
"@mui/material": "^6.4.0",
1717
"@mui/x-charts": "^7.28.0",
1818
"@tauri-apps/api": "^2.3.0",
19+
"@tauri-apps/plugin-autostart": "~2",
1920
"@tauri-apps/plugin-dialog": "~2",
2021
"@tauri-apps/plugin-fs": "~2.2.0",
2122
"@tauri-apps/plugin-shell": "~2",

pnpm-lock.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)