[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 (Aug 31, 2022, 8:18 AM +0200) 41ce8ac1 1cf2eaf2

+4 -4
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 0.14.2 - 2022 Aug 31 4 4 - Fix context menus 5 5 6 6 ## 0.14.1 - 2022 Aug 31
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "ferrum", 3 - "version": "0.14.1", 3 + "version": "0.14.2", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "ferrum", 9 - "version": "0.14.1", 9 + "version": "0.14.2", 10 10 "dependencies": { 11 11 "simple-plist": "^1.3.1" 12 12 },
+1 -1
package.json
··· 3 3 "productName": "Ferrum", 4 4 "author": "kasper.space", 5 5 "description": "Music library app", 6 - "version": "0.14.1", 6 + "version": "0.14.2", 7 7 "repository": "https://github.com/probablykasper/ferrum", 8 8 "scripts": { 9 9 "dev": "npm run napi:dev && vite",