Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit a7d807c

Browse files
committed
Version 0.3.6: Add audio, fix cover arts, always load desktop files at start
1 parent 57dffa3 commit a7d807c

File tree

16 files changed

+92
-19
lines changed

16 files changed

+92
-19
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wayvr-dashboard",
33
"private": true,
4-
"version": "0.3.5",
4+
"version": "0.3.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -15,6 +15,7 @@
1515
"@tauri-apps/plugin-http": "^2.2.0",
1616
"@tauri-apps/plugin-shell": "^2",
1717
"@types/node": "^22.9.0",
18+
"howler": "^2.2.4",
1819
"preact": "^10.16.0",
1920
"sass": "^1.81.0",
2021
"vite-plugin-sass": "^0.1.0",
@@ -27,6 +28,7 @@
2728
"devDependencies": {
2829
"@preact/preset-vite": "^2.5.0",
2930
"@tauri-apps/cli": "^2",
31+
"@types/howler": "^2.2.12",
3032
"typescript": "^5.2.2",
3133
"vite": "^6.2.6"
3234
}

public/sounds/app_start.opus

34.3 KB
Binary file not shown.

public/sounds/hover.opus

15.3 KB
Binary file not shown.

public/sounds/panel_change.opus

7.51 KB
Binary file not shown.

public/sounds/press_in.opus

6.44 KB
Binary file not shown.

public/sounds/press_out.opus

5.56 KB
Binary file not shown.

public/sounds/startup.opus

67.3 KB
Binary file not shown.

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayvr-dashboard"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
description = "A VR dashboard for WayVR"
55
authors = ["oo8.dev"]
66
edition = "2021"

0 commit comments

Comments
 (0)