edidealt
5cac487c0f
pitch shit
2026-03-01 10:52:03 +00:00
edidealt
e8ad19b2d7
Merge pull request #251 from DanTheMan827/lossless-container-option
...
feat(downloads): add lossless container option
2026-02-28 13:19:07 +02:00
Eduard Prigoana
fa4da493e6
UI hiding
2026-02-27 22:57:11 +00:00
Daniel
07422debb9
feat(downloads): add lossless container option
...
This uses ffmpeg to ensure that the downloaded lossless audio is in the desired container format.
2026-02-27 21:23:33 +00:00
Samidy
1c1d202e91
Merge pull request #235 from gpulch/feat/mp3-download-ffmpeg-wasm
...
feat: add ffmpeg.wasm + MP3 320kbps download option
2026-02-27 02:19:13 +03:00
SamidyFR
700645919c
style: auto-fix linting issues
2026-02-23 22:58:08 +00:00
Samidy
38434f5419
Merge branch 'main' of github.com:monochrome-music/monochrome
2026-02-24 01:57:43 +03:00
Samidy
29b4899089
feat(themes): Community Themes
2026-02-24 01:57:17 +03:00
Eduard Prigoana
49c054e64a
userplaylists in editor picks + refresh button for playlist suggestions
2026-02-23 17:41:45 +00:00
gpulch
8a17bddbc3
feat: add MP3 320kbps download option with ffmpeg.wasm
...
Implements MP3 320kbps download functionality using ffmpeg.wasm for
industry-standard encoding with libmp3lame.
Features:
- New MP3_320 quality option in download settings UI
- ID3v2.3 metadata writing (title, artist, album, cover art, ISRC, etc.)
- Non-blocking encoding via Web Worker to keep UI responsive
- Proper UTF-16 with BOM text encoding for international characters
- Album artist fallback to track artist (mirrors FLAC/M4A behavior)
- Automatic format detection for downloaded audio
- Year validation to prevent writing NaN to ID3 tags
Implementation:
- mp3-encoder.js: Main encoder module with worker orchestration
- mp3-encoder.worker.js: FFmpeg Web Worker for async encoding
- id3-writer.js: ID3v2.3 tag writer with synchsafe size encoding
- Updates to api.js, metadata.js, utils.js for MP3 support
- Vite config excludes @ffmpeg packages from dep optimization
Technical details:
- Uses @ffmpeg/ffmpeg (libmp3lame 320kbps CBR, 44.1kHz)
- FFmpeg binary lazy-loaded from CDN (~25MB, cached)
- Encoding runs in separate thread (non-blocking UI)
- Proper error handling with distinct encoding vs network errors
- Memory-efficient: transfers ArrayBuffer with zero-copy
Dependencies:
- @ffmpeg/ffmpeg ^0.12.10
- @ffmpeg/util ^0.12.1
- Removed: package-lock.json (project uses bun.lock)
Closes maintainer request to use ffmpeg.wasm instead of lamejs.
2026-02-22 19:13:03 +01:00
Julien Maille
bf346f756e
Add multi-disc ZIP folders and fix playlist extension paths
2026-02-22 00:32:45 +01:00
Samidy
77d99245c8
feat(artists): artists socials
2026-02-22 01:04:02 +03:00
SamidyFR
9b269d14fd
style: auto-fix linting issues
2026-02-20 19:09:51 +00:00
Samidy
6eda36b8df
we chuds who love credit
2026-02-20 22:09:26 +03:00
BlackSigkill
bddf5a0d73
fix linting errors/warnings
2026-02-20 15:48:23 +01:00
Samidy
04e4de0fb8
fix(APIs): remove now broken free tier API, oh and other stuff but idc
2026-02-20 16:22:13 +03:00
BlackSigkill
acc9d8b5cd
add tidal biography to artists pages
2026-02-19 23:37:18 +01:00
SamidyFR
48937ed573
style: auto-fix linting issues
2026-02-19 13:55:31 +00:00
Samidy
5eba6aa224
Merge branch 'main' of github.com:monochrome-music/monochrome
2026-02-19 16:55:02 +03:00
Samidy
250ebb9f99
feat(social): profiles feature
2026-02-19 16:54:58 +03:00
Eduard Prigoana
a9f3acb289
fix4dwayne
2026-02-18 04:19:12 +00:00
Eduard Prigoana
64ff09910b
close modals on navigation
2026-02-18 03:50:00 +00:00
Eduard Prigoana
f20f3dbb9d
EQ changes
2026-02-17 20:22:47 +00:00
SamidyFR
5663b841c9
style: auto-fix linting issues
2026-02-16 19:27:03 +00:00
Samidy
50d2dd252a
feat(Playlists): youtube music imports, refined imports menu
2026-02-16 22:26:38 +03:00
IsraelGPT
18fc409e56
feat: playlist art uploads?
2026-02-16 13:40:36 +00:00
IsraelGPT
a6b27fbfc3
clear queue on navigation
2026-02-16 00:48:05 +00:00
IsraelGPT
830155c14a
more imports
2026-02-16 00:36:36 +00:00
IsraelGPT
084bf957f5
FMCL
2026-02-15 23:57:06 +00:00
satanyahoo
3fbc6b1b26
style: auto-fix linting issues
2026-02-15 22:08:08 +00:00
Gareth Dawson
64037d6ad4
refactor(settings): rename sidebar order sections
2026-02-15 21:25:42 +00:00
Gareth Dawson
bd2ef5d8d5
fix(settings): restrict sidebar reorder to main vs bottom sections
2026-02-15 21:06:48 +00:00
Julien Maille
094ae91af9
BREAK IT: the damn auth login (and fix neutralino downloads too)
2026-02-15 20:55:32 +01:00
IsraelGPT
c23f858412
JSPF playlist imports + plausible
2026-02-15 16:30:54 +00:00
IsraelGPT
790f5ee8b4
more font size changing
2026-02-15 15:30:48 +00:00
IsraelGPT
0b20caff69
equalizer changes
2026-02-15 15:01:34 +00:00
Samidy
6a438a0551
update github links
2026-02-15 16:58:32 +03:00
Gareth Dawson
0d1910285c
fix: restore iOS background play by detecting iOS before UA spoof
2026-02-14 22:56:33 +00:00
Samidy
152beda73b
uhhuh yeah
2026-02-14 23:06:03 +03:00
Samidy
283f0f3c90
DESKTOP APP FIXED WOOOO!!!
2026-02-14 22:58:56 +03:00
Samidy
2b9c9b344c
Merge branch 'main' of github.com:SamidyFR/monochrome
2026-02-14 22:40:44 +03:00
Samidy
c69d497037
feat(sidebar): pinned items
2026-02-14 22:40:39 +03:00
Eduard Prigoana
615f5dc8bd
add apple music fonts
2026-02-14 16:43:05 +00:00
Julien Maille
1a7a16d501
WIP: trying to fix neutralino linux
2026-02-14 00:46:31 +01:00
Julien Maille
cafa97cb0f
refactor(desktop): separate js for neutralino from the js used on the website
2026-02-12 14:55:06 +01:00
Eduard Prigoana
1134680c88
(WIP) add qobuz
2026-02-11 10:28:48 +00:00
Eduard Prigoana
3a1e3baec2
button fixes and new editors pick
2026-02-11 07:16:44 +00:00
Eduard Prigoana
f6dae2223f
artist blocking
2026-02-10 21:03:48 +00:00
Eduard Prigoana
ea005c68ad
remove pitch changing and allow more granular playback speed control, remember what setting tab youre on
2026-02-10 19:57:18 +00:00
Samidy
f90a85aef2
privacy friendly google api font service
2026-02-10 20:33:10 +03:00
SamidyFR
fc1bc066d2
style: auto-fix linting issues
2026-02-10 12:37:39 +00:00
Samidy
2d43e2d3cc
Merge branch 'main' of github.com:SamidyFR/monochrome
2026-02-10 15:37:18 +03:00
Samidy
d3bee6f066
fix(Player): add back add playlist button in player
2026-02-10 15:37:14 +03:00
Julien Maille
2c165d7148
FIX: clean my own mess
2026-02-10 13:19:54 +01:00
Eduard Prigoana
37b0747e05
add a clear site data button and auto-updates
2026-02-10 10:41:53 +00:00
Eduard Prigoana
f73c75f668
user playlists descriptions
2026-02-09 20:34:40 +00:00
Eduard Prigoana
fdae4ce585
back to ko-fi
2026-02-09 15:59:36 +00:00
Eduard Prigoana
29061ccd30
editor pick changes
2026-02-09 15:37:13 +00:00
Eduard Prigoana
f81973af88
pitch and speed in settings, back to ko-fi
2026-02-09 14:04:40 +00:00
Eduard Prigoana
af1c0fc1ee
feat: exponential volume
2026-02-09 13:36:33 +00:00
Eduard Prigoana
43be45b76f
feat: username and password scrobbling for last.fm
2026-02-09 12:33:11 +00:00
Eduard Prigoana
3974ec7551
feat: mono audio
2026-02-09 12:06:44 +00:00
Eduard Prigoana
19baee21aa
add custom last.fm api credential support
2026-02-09 11:44:38 +00:00
Eduard Prigoana
62937e551e
Restore manual track ordering in playlists ( fix #165 )
2026-02-09 11:18:37 +00:00
EduardPrigoana
a308d380b9
style: auto-fix linting issues
2026-02-09 10:49:11 +00:00
Eduard Prigoana
4636ae3151
(final) implement butterchurn
2026-02-09 04:09:44 +02:00
Eduard Prigoana
cc6c600817
(beta) butterchurn visualizer
2026-02-09 03:30:38 +02:00
Eduard Prigoana
9d53abada5
slight visual changes
2026-02-09 01:00:15 +00:00
Eduard Prigoana
003ddc0ab3
add more fonts functionality
2026-02-09 00:01:40 +00:00
Eduard Prigoana
8bb3b285b1
editor's picks and open in new tab
2026-02-08 22:59:21 +00:00
Eduard Prigoana
2522e0e5be
scrobbling and skeleton changes
2026-02-08 22:36:07 +00:00
binimum
f79e07837e
style: auto-fix linting issues
2026-02-08 20:02:52 +00:00
binimum
da74e7746b
Merge https://github.com/binimum/monochrome
2026-02-08 20:02:28 +00:00
binimum
133f484e4e
Urgently fix API spam issues
2026-02-08 20:00:53 +00:00
SamidyFR
d21680ee2c
style: auto-fix linting issues
2026-02-08 19:51:03 +00:00
Samidy
4677c867f0
Merge branch 'main' of github.com:SamidyFR/monochrome
2026-02-08 22:50:44 +03:00
Samidy
c3b88da054
feat(UI): Font Selection
2026-02-08 22:50:41 +03:00
Eduard Prigoana
901d001075
Clicking on the album in the player bar navigates to the album page and todo list
2026-02-08 19:39:43 +00:00
Eduard Prigoana
b349fbb329
remove install prompt
2026-02-06 16:32:37 +00:00
BlackSigkill
26acd4b225
fix sorting on monochrome's playlists
2026-02-06 11:25:02 +01:00
BlackSigkill
cf499baeb4
add sort option to any playlist
2026-02-06 10:18:51 +01:00
Eduard Prigoana
60b60bd8fa
remove dead apis, search in settings, playbar dragging
2026-02-05 20:42:15 +00:00
BlackSigkill
98ae1ff244
Clean & refactor css + linting
2026-02-05 17:12:17 +01:00
BlackSigkill
c678a761d0
fix playlist search bar want to register new credential in browser
2026-02-05 17:12:17 +01:00
BlackSigkill
c674cb5892
Add "discard" (cross) button in search bars
2026-02-05 17:12:17 +01:00
BlackSigkill
6b66d7b3f4
add a search bar in playlists to quickly find titles
2026-02-05 13:31:05 +01:00
Eduard Prigoana
2a572aec42
more scrobbling sources
2026-02-05 10:25:04 +00:00
BlackSigkill
5ffced823b
auto fix linting and formatting
2026-02-04 17:13:46 +01:00
BlackSigkill
d04e173ab7
re: add tabbed sections in settings panel
2026-02-04 17:12:51 +01:00
Eduard Prigoana
15fc0cf725
Merge pull request #138 from blacksigkill/fix/title-date
...
Show album release date next to tracks
2026-02-04 12:50:57 +02:00
Eduard Prigoana
91e2e7b3cb
hiding
2026-02-03 17:48:54 +00:00
Eduard Prigoana
3d5da2f3e1
ability to hide homepage sections
2026-02-03 17:42:39 +00:00
Eduard Prigoana
03b5bebebf
donate button
2026-02-03 17:28:22 +00:00
Eduard Prigoana
adb712b285
clear recents
2026-02-03 18:06:53 +02:00
BlackSigkill
8eaf3b376e
Add a toggle to choose what kind of track date you want
2026-02-03 14:47:45 +01:00
BlackSigkill
df3bd76be1
fix: Consistent text formatting in context menu
2026-02-03 12:46:34 +01:00
EduardPrigoana
fc2229dbf6
style: auto-fix linting issues
2026-02-01 20:35:18 +00:00
EduardPrigoana
d1c56372a4
listenbrainz
2026-02-01 22:34:52 +02:00
EduardPrigoana
47cc05e60e
EQUALIZER FINALLY
2026-02-01 22:14:35 +02:00
EduardPrigoana
e6beacd005
volumebar
2026-02-01 19:13:14 +02:00
SevereBrainDamage
42a8c8122b
Updated unclear language, removed unnecessary capitalization, etc.
2026-02-01 15:41:51 +01:00
EduardPrigoana
9d12693fec
style: auto-fix linting issues
2026-02-01 12:48:19 +00:00
EduardPrigoana
db777a7923
unreleased rework
2026-02-01 14:48:01 +02:00
EduardPrigoana
5b6d44b91e
add support for m3u, m3u8, CUE, json and NFO while downloading
2026-01-31 23:32:55 +02:00
Julien Maille
758d1ffd6f
feat: improve playlist management and visualizer consistency
2026-01-31 09:51:45 +01:00
Samidy
0ac4edd24a
chore(version): update version number
2026-01-31 08:49:51 +03:00
Samidy
148506f68c
feat(accounts): ability to reset passwords
2026-01-31 08:45:07 +03:00
Julien Maille
3307dfecb5
fix: disable browser autocomplete/history on search input
2026-01-30 21:50:31 +01:00
Julien Maille
c3041a81fd
FIX: add to queue option from three dot menu
2026-01-29 23:53:09 +01:00
JulienMaille
a6f94a8385
style: auto-fix linting issues
2026-01-28 23:04:47 +00:00
Julien Maille
49c405216b
WIP: viz
2026-01-28 22:44:00 +01:00
JulienMaille
575e4590bc
style: auto-fix linting issues
2026-01-26 20:36:13 +00:00
Julien Maille
c34d3a7db6
feat(ui): add search history and shuffle buttons
...
- Implement persistent search history with 'Clear All' functionality
- Add shuffle buttons for album and artist headers with robust logic
- Fix repeat mode incorrectly defaulting to ON on startup
- Adjust CSV progress bar position to avoid control overlap
- Remove obsolete 'Inline Buttons' track action setting
- Fix search history dropdown stacking and icon selector specificity
2026-01-26 21:35:46 +01:00
JulienMaille
5c9fcf6a3c
style: auto-fix linting issues
2026-01-25 20:43:22 +00:00
Julien Maille
a6736d571f
IMP: card three dot menu
2026-01-25 21:43:09 +01:00
JulienMaille
30401ccfa6
style: auto-fix linting issues
2026-01-25 10:00:12 +00:00
Julien Maille
68d1f726c4
Fixed several pre-existing and introduced linting issues
2026-01-25 10:59:56 +01:00
Samidy
3f3e12817f
basically monochrome 2.0 lol
2026-01-24 15:13:19 +03:00
JulienMaille
c71faae16c
style: auto-fix linting issues
2026-01-19 22:03:55 +00:00
Julien Maille
876a68e43d
FIX: linting issues
2026-01-19 23:03:30 +01:00
Julien Maille
4dd862b88c
style: harmonize sidebar icons and fix visibility on light themes
2026-01-19 22:18:01 +01:00
Samidy
6bd12624b8
Add desktop links wooo!!! (beta smh)
2026-01-19 23:40:50 +03:00
Julien Maille
b1d94a29ca
chore: fix HTMLHint attr-value-double-quotes in index.html
2026-01-19 00:08:52 +01:00
Julien Maille
c507891d46
UI: hide album name in now playing bar if identical to track title
2026-01-18 16:26:46 +01:00
JulienMaille
5d25e3ca63
style: auto-fix linting issues
2026-01-18 13:25:43 +00:00
Julien Maille
1c62121097
STYLE: Change manual install button to secondary style
2026-01-18 14:25:13 +01:00
Julien Maille
9ec2b4cfb2
FEAT: Improve first-run UX and PWA install
...
- Remove automatic keyboard shortcuts popup on startup.
- Add 'Install App' button to settings (only visible if installable).
- Allow users to manually trigger PWA installation if the initial prompt was dismissed.
2026-01-18 14:25:13 +01:00
JulienMaille
3ff27503d0
style: auto-fix linting issues
2026-01-18 13:10:31 +00:00
Julien Maille
a75d8b6b1f
UI: Improve recommended tracks and album page layout, plus linting fixes
...
- Display recommended songs and artist top tracks in two columns on desktop.
- Implement a flowing 'L-shape' layout for the album page using floats.
- Increase playbar transparency in light mode for a better frost effect.
- Fix linting issues: add missing imports, merge duplicate CSS rules, and fix HTML quoting.
2026-01-18 14:08:52 +01:00
Samidy
1658684197
Merge branch 'main' of github.com:SamidyFR/monochrome
2026-01-17 22:45:52 +03:00
Samidy
49d8783daa
update to 1.7.0, change "HR" to "HD"
2026-01-17 22:45:49 +03:00
SamidyFR
e8ec616e9d
style: auto-fix linting issues
2026-01-17 19:41:09 +00:00
Samidy
3162679411
Merge branch 'main' of github.com:SamidyFR/monochrome
2026-01-17 22:40:47 +03:00
Samidy
a1498548a8
Home page change-up, shuffle like, self-host + improvements & fixes
2026-01-17 22:40:43 +03:00
SamidyFR
ed9ee3060a
style: auto-fix linting issues
2026-01-17 01:04:40 +00:00
Samidy
e5792d035c
local music warning, lyrics panel always open, shuffle improvements & fixes
2026-01-17 04:04:12 +03:00
JulienMaille
46240b85e2
style: auto-fix linting issues
2026-01-16 22:38:54 +01:00
Julien Maille
780eee8808
feat: implement memory-efficient bulk downloads with user toggle and client-zip
2026-01-16 22:38:54 +01:00
Julien Maille
e1a44b3502
feat: add Hi-Res and Lossless quality indicators to queue and play bar
2026-01-16 22:38:53 +01:00
Samidy
cdbc17d030
Fix API Issues, fix Player error issues, Add "Go To" buttons in context menu
2026-01-17 00:32:20 +03:00
Julien Maille
1e7595c159
WIP: hi-res support
2026-01-16 18:35:32 +01:00
SamidyFR
3e212a7e5b
style: auto-fix linting issues
2026-01-16 15:47:58 +00:00
Samidy
fa716f002a
New Account System
2026-01-16 18:47:28 +03:00
Samidy
42d1b74df8
Merge branch 'main' of github.com:SamidyFR/monochrome
2026-01-13 23:38:22 +03:00
Samidy
43dfdba592
update ver
2026-01-13 23:38:19 +03:00
SamidyFR
2c0ca538d1
style: auto-fix linting issues
2026-01-13 20:26:13 +00:00
Samidy
24f5dedcfe
I HATE FIREBASE
2026-01-13 23:25:51 +03:00
Samidy
ab1f8cb2c8
chud greens
2026-01-12 14:31:42 +03:00
SamidyFR
5bb028d153
style: auto-fix linting issues
2026-01-11 23:34:32 +00:00
Samidy
f182304c7e
add recommended playlist songs, improvements, fixes & more
2026-01-12 02:33:52 +03:00
Samidy
d9af027def
fullscreen improvements
2026-01-11 07:57:16 +03:00
JulienMaille
c3fd191072
style: auto-fix linting issues
2026-01-10 23:38:11 +00:00
JulienMaille
dc3ae80d9f
style: auto-fix linting issues
2026-01-11 00:36:22 +01:00
Julien Maille
caea2fc707
Add linting infrastructure (ESLint, Stylelint, HTMLHint, Prettier) and GitHub Action with auto-fix
2026-01-11 00:25:05 +01:00
Samidy
b0386a791d
Merge pull request #63 from jijirae/main
...
Update CSV import instructions and enhance track search logic for better compatibility with Apple Music
2026-01-11 01:29:34 +03:00
Samidy
7f33d8465c
Add playlist covers, apple music, discography improvements + MUCH MUCH MORE
2026-01-11 01:27:56 +03:00
jijirae
0c1fd126d1
Update CSV import instructions and enhance track search logic for better compatibility with Apple Music
2026-01-11 01:41:57 +09:00
SevereBrainDamage
ba60f950a6
Reverted Lenis addition
2026-01-10 16:22:37 +01:00
SevereBrainDamage
0580567333
Fixed typos, grammatical errors, redundancies, etc.
...
Now, revert changes before
2026-01-10 16:09:12 +01:00
Samidy
349bba2ab0
Merge branch 'main' of github.com:SamidyFR/monochrome
2026-01-10 17:38:38 +03:00
Samidy
b1ee23d1b6
Add (EXPERIMENTAL VERY BUGGY) Smooth Scrolling Feature
2026-01-10 17:37:41 +03:00
Julien Maille
090d276765
Change ReplayGain Pre-Amp default value from 0dB to 3dB
2026-01-10 15:25:00 +01:00
Julien Maille
50b850a87d
Improve CSV import: add retry logic for track search and show artist in progress UI
2026-01-10 15:16:41 +01:00
Julien Maille
9e66a5f2f4
NEW: replaygain using track or album values from Tidal
2026-01-10 14:51:16 +01:00
Julien Maille
13d5f07b6c
refactor: simplify and standardize modal system
2026-01-10 13:33:33 +01:00
Samidy
9652998b6e
give space for create playlist button
2026-01-10 00:35:51 +03:00
Samidy
c44b30b55b
This monochrome is now official :P
2026-01-10 00:02:59 +03:00
Julien Maille
5ea6f69cb1
WIP: waveform
2026-01-09 21:31:16 +01:00
Samidy
154bdf2052
Add playlist reordering, fix issues, improve queue list, add back casting + more
2026-01-09 15:25:43 +03:00
Julien Maille
4549cc6d9a
Hide add to playlist and lyrics buttons in playbar when no song is selected
2026-01-08 20:28:54 +01:00
Julien Maille
8d53cf5a38
Update Create Playlist button color to primary
2026-01-08 20:22:14 +01:00
Samidy
89b8e7e24b
@grok just fix this dude
2026-01-08 15:20:49 +03:00
Samidy
c9f639ba6c
Merge branch 'main' of github.com:SamidyFR/monochrome
2026-01-08 14:52:06 +03:00
Samidy
d0f5626453
add sleep timer button to mobile
2026-01-08 14:52:03 +03:00
Samidy
2799cd8d85
Merge pull request #56 from NexiaMoe/feat/lyric-romaji
...
Add Japanese to Romaji converter
2026-01-08 03:17:05 -08:00
Samidy
0234df5a7c
add "add to playlist" button on player, add sleep timer feature
2026-01-08 14:14:46 +03:00
Aji Priyo Wibowo
df2b77eb7d
Feat: adding romaji convert feature on lyric
2026-01-08 15:49:54 +07:00
Samidy
6635f5ed4d
discord fix and donations
2026-01-07 23:52:25 -08:00
Julien Maille
6e52e9dffc
Fix: Modal button alignment and refactor playlist header actions
2026-01-07 21:28:41 +01:00
Julien Maille
e0528d512b
Fix: Correct data attribute usage for user playlist edit/delete buttons
2026-01-07 21:14:02 +01:00
Julien Maille
21c947fd68
WIP: auto-deploy
2026-01-07 21:03:57 +01:00
Samidy
ab44273cb3
Add Donation Option (I feel like such a bitch adding this ugh)
2026-01-06 22:45:01 +03:00
Samidy
5cdfc55e9b
add warning
2026-01-06 16:22:46 +03:00
Samidy
0449e96ffa
Spotify imports, last.fm scrobbling library fixed, color improvements & more
2026-01-06 16:09:59 +03:00
Samidy
9af5a53018
slop ass discord add
2026-01-05 12:15:14 +03:00
Julien Maille
27b6b98643
NEW: compact mode for cards, default true for artists
2026-01-04 22:53:40 +01:00
Julien Maille
3f1124f1f0
IMP: liked mixes
2026-01-04 19:17:43 +01:00
Julien Maille
4fc36f63e4
IMP: html/css
2026-01-04 13:40:02 +01:00
Samidy
59e79d071a
overhaul unofficial warning
2026-01-03 23:27:13 -08:00
Julien Maille
c83ca9c23c
improved css, larger side panel, background header image for all pages
2026-01-03 22:52:26 +01:00
Samidy
e691664925
very small changes
2026-01-03 09:49:27 -08:00
Julien Maille
3e228a0d46
FEAT: add track mix button to player bar and display release year
2026-01-03 13:00:12 +01:00
Julien Maille
0791c59f15
FEAT: add desktop navigation buttons (back/forward)
2026-01-03 11:29:59 +01:00
Julien Maille
63c342b693
IMP: improve service worker update flow to avoid stale cache and disruptive reloads
2026-01-02 13:45:33 +01:00
Julien Maille
801fa264cd
IMP: fullscreen lyrics, various css fixes
2026-01-02 00:03:34 +01:00
Julien Maille
c220e8585c
IMP: display of playlists on mobile
2026-01-01 23:03:39 +01:00
Julien Maille
6e265cfeda
imp: remove innerHTML and put it in index.html
2026-01-01 22:46:02 +01:00
Julien Maille
34dba30d6b
IMP: mix, similar stuff
2026-01-01 22:04:12 +01:00
Julien Maille
57f3e42dbe
new: mix for artists, use new api
2026-01-01 19:27:29 +01:00
Julien Maille
4ffac0ae0a
Prepare for similar artists coming from tidal api
2026-01-01 15:50:31 +01:00