[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

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

Bump version

Kasper (Apr 30, 2023, 7:07 PM +0200) a72a10f3 c21b9c76

+6 -3
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 0.16.11 - 2023 Apr 30 4 + - Fix shuffle not staying on after starting new queue 5 + 3 6 ## 0.16.10 - 2023 Apr 12 4 7 - Fix slider dragging 5 8
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "ferrum", 3 - "version": "0.16.10", 3 + "version": "0.16.11", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "ferrum", 9 - "version": "0.16.10", 9 + "version": "0.16.11", 10 10 "devDependencies": { 11 11 "@napi-rs/cli": "^2.15.2", 12 12 "@sveltejs/vite-plugin-svelte": "^2.1.1",
+1 -1
package.json
··· 4 4 "productName": "Ferrum", 5 5 "author": "kasper.space", 6 6 "description": "Music library app", 7 - "version": "0.16.10", 7 + "version": "0.16.11", 8 8 "repository": "https://github.com/probablykasper/ferrum", 9 9 "scripts": { 10 10 "dev": "npm run napi:dev && vite",