feat: Update Notification system and UI refinements (v1.0.7)

This commit is contained in:
Psychotoxical
2026-03-13 19:31:44 +01:00
parent 85823ff4c4
commit 5528123193
8 changed files with 154 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.0.6"
version = "1.0.7"
description = "Psysonic Desktop Music Player"
authors = []
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.0.6",
"version": "1.0.7",
"identifier": "dev.psysonic.app",
"build": {
"beforeDevCommand": "npm run dev",