alpha
Login
or
Join now
kasper.space
/
ferrum
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update changelog
author
Kasper
date
4 months ago
(Mar 5, 2026, 2:58 PM +0100)
commit
c33552a4
c33552a4497088f93141bbd5d3b6b1dc77bdcf84
parent
60a0efad
60a0efadc3243caf6d669d701f50e15f1e1bfaf3
+6
-4
2 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
mobile
src
routes
+page.svelte
+3
CHANGELOG.md
View file
Reviewed
···
1
1
# Changelog
2
2
3
3
+
## Next
4
4
+
- Add a basic Android app. It only lets you browse a Ferrum Library.json file. No playback or syncing yet.
5
5
+
3
6
## 0.20.1 - 2026 Feb 11
4
7
- Fix playlist dragging
5
8
- Fix playlist description placeholder colour
+3
-4
mobile/src/routes/+page.svelte
View file
Reviewed
···
49
49
</script>
50
50
51
51
<div
52
52
-
class="flex h-screen flex-col overflow-hidden bg-white text-sm text-neutral-800 scheme-light-dark dark:bg-neutral-950 dark:text-neutral-200 pt-[env(safe-area-inset-top)] pb-[env(safe-area-inset-bottom)]"
53
53
-
style:padding-top='var(--safe-area-inset-top)'
54
54
-
style:padding-bottom='var(--safe-area-inset-bottom)'
55
55
-
52
52
+
class="flex h-screen flex-col overflow-hidden bg-white pt-[env(safe-area-inset-top)] pb-[env(safe-area-inset-bottom)] text-sm text-neutral-800 scheme-light-dark dark:bg-neutral-950 dark:text-neutral-200"
53
53
+
style:padding-top="var(--safe-area-inset-top)"
54
54
+
style:padding-bottom="var(--safe-area-inset-bottom)"
56
55
>
57
56
{#if error}
58
57
<div class="shrink-0 border-b border-red-900 bg-red-950 px-4 py-2.5 text-xs text-red-400">