a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump minor ver

+6 -6
+1 -1
flake.nix
··· 16 16 in { 17 17 packages.default = pkgs.stdenv.mkDerivation (finalAttrs: { 18 18 pname = "tinysub"; 19 - version = "2.6.0"; 19 + version = "2.7.0"; 20 20 21 21 src = ./.; 22 22
+1 -1
package.json
··· 1 1 { 2 2 "name": "tinysub-svelte", 3 - "version": "2.6.0", 3 + "version": "2.7.0", 4 4 "type": "module", 5 5 "scripts": { 6 6 "build": "vite build",
+1 -1
src-tauri/Cargo.lock
··· 3638 3638 3639 3639 [[package]] 3640 3640 name = "tinysub" 3641 - version = "2.6.0" 3641 + version = "2.7.0" 3642 3642 dependencies = [ 3643 3643 "log", 3644 3644 "serde",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "tinysub" 3 - version = "2.6.0" 3 + version = "2.7.0" 4 4 description = "a simple but full-featured web player for Open Subsonic compatible music servers" 5 5 authors = ["devins.page"] 6 6 license = "gpl-3.0-only"
+1 -1
src-tauri/tauri.conf.json
··· 1 1 { 2 2 "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", 3 3 "productName": "tinysub", 4 - "version": "2.6.0", 4 + "version": "2.7.0", 5 5 "identifier": "page.devins.tinysub", 6 6 "build": { 7 7 "frontendDist": "../dist",
+1 -1
src/lib/Actions.svelte
··· 15 15 href="https://tangled.org/devins.page/tinysub" 16 16 class="version" 17 17 tabindex="-1" 18 - >tinysub 2.6.0{#if settings.showQueueStats && queue.tracks.length > 0} 18 + >tinysub 2.7.0{#if settings.showQueueStats && queue.tracks.length > 0} 19 19 {" "}• {queue.tracks.length} 20 20 {t( 21 21 queue.tracks.length === 1 ? "song" : "songs",