- Added Blur (Light) theme, Closes #62
- Support Changing Default Tab (related to #56)
- Link to Piped, Closes #48
- Continuations for albums (related to #46)
- Support for recently added languages
This commit is contained in:
Shiny Nematoda 2022-10-22 06:27:21 +00:00
parent 335f548219
commit edb618b3f5
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
12 changed files with 487 additions and 422 deletions

View file

@ -15,15 +15,15 @@
"dompurify": "^2.4.0",
"mux.js": "^6.2.0",
"peerjs": "^1.4.7",
"pinia": "^2.0.22",
"shaka-player": "^4.2.1",
"pinia": "^2.0.23",
"shaka-player": "^4.2.2",
"stream-browserify": "^3.0.0",
"vue": "^3.2.38",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue": "^3.1.2",
"prettier": "^2.7.1",
"vite": "^3.1.3"
"vite": "^3.1.8"
}
}