chore(release): v1.34.14

- feat(linux): WebKitGTK smooth/linear wheel scroll toggle (PR #207 by cucadmuh)
- ci(release): Apple Developer ID signing + notarization for macOS
- fix(themes): WCAG contrast audits for middle-earth + nucleo
- docs(contributors): PRs #205, #206, #207 in Settings About

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-18 13:31:46 +02:00
parent 7ee03e917b
commit fb927c5a2e
5 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -3581,7 +3581,7 @@ dependencies = [
[[package]]
name = "psysonic"
version = "1.34.13"
version = "1.34.14"
dependencies = [
"biquad",
"discord-rich-presence",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.34.13"
version = "1.34.14"
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.34.13",
"version": "1.34.14",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",