chore(release): bump version to 1.34.13

Adds YouLyPlus karaoke lyrics + static-only lyrics toggle, collapses
the advanced Discord options under one header, and ships the real
macOS microphone-prompt fix (cpal patch forcing DefaultOutput on all
output streams).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-17 22:37:25 +02:00
parent bf93ee17da
commit d79de7904d
5 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -3581,7 +3581,7 @@ dependencies = [
[[package]]
name = "psysonic"
version = "1.34.12"
version = "1.34.13"
dependencies = [
"biquad",
"discord-rich-presence",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.34.12"
version = "1.34.13"
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.12",
"version": "1.34.13",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",