Kendall Garner
515cadb916
Better cross platform font handling ( #2104 )
...
* fix: better handling of custom font
Practically speaking, custom font seems to have only worked on Linux, because
`net.fetch` would include the mime type in the response headers which could validate the payload.
This doesn't appear to be the case on windows/macOS. Instead:
1. On Linux (or if some other system supports it), check the content type. If good, serve as normal
2. Otherwise, fetch the payload. Read the first four to five bytes and check for a valid magic number.
Additionally, to prevent arbitrary requests fetching other paths via injected content, sync the custom font path
to the main process, and then make _every_ request to `feishin:/` point to the same renderer path.
When setting the font, first send the path to the main process. This will register `feishin:/` to point
to the path provided. This is done via a promise-based set.
Finally, provide a default value for the file input (a best effort approximation for the last part of the file path)
on the file input component.
* make the linter happy
2026-06-02 19:34:16 +00:00
jeffvli
99ae0c99c6
fix restart requirement logic when switching windowbar style
2026-05-28 00:46:07 -07:00
jeffvli
e206136156
add physical key mapping for useHotkeys to support alt keyboard languages ( #2051 )
2026-05-26 21:55:08 -07:00
jeffvli
239ef4a4ec
add album mode for autodj
...
- add selection modes: similar, random
- add autodj settings in playerbar popover
2026-05-25 19:23:37 -07:00
Simon Bråten
f098f848a3
feat: reading custom css from external file ( #2012 )
...
* feat: reading custom css from external file
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-05-25 14:53:53 -07:00
Kendall Garner
7befd70e21
Apply additional security recommendations ( #2050 )
...
* enable sandbox
* enable CSP (umami tentatively works?) and reduce amount of ipc APIs exposed
* remove csp from index
2026-05-22 22:09:22 -07:00
Kendall Garner
2befcb4e74
disable node integration ( #2049 )
2026-05-20 21:06:28 -07:00
jeffvli
c4ef6f3799
add sidebar playlist folder settings to env, add compact sidebar playlist view
2026-05-13 17:26:41 -07:00
Norman
74939c6417
Adding a hotkey to jump to the currently playing song (only works without pagination) ( #2024 )
2026-05-13 17:08:05 -07:00
Shawn
27a62a2a02
feat(sidebar): multi-level playlist folders with tree and navigation views ( #2017 )
...
Group playlists into folders using a configurable separator (default '/').
Three view modes:
- Single: first-level grouping only (original behavior)
- Tree: full recursive nesting with connecting lines (configurable indent and line color)
- Navigation: drill-down view with stacked breadcrumb chain
Folders are sorted before playlists at every level. New settings render as
indented sub-options under the master 'Enable folders' toggle.
2026-05-13 17:07:45 -07:00
Jeff
e2a1d813a9
Use proper casing for i18n locales ( #1998 )
2026-05-11 19:42:07 -07:00
jeffvli
323130a877
add toggle for app-suspension for powersave block ( #1992 )
2026-05-01 21:24:45 -07:00
Mitch Ray
fcc69980e4
Stretch the wavesurfer waveform to the full height ( #1962 )
...
* Stretch the wavesurfer waveform to the full height
* Add waveform stretch setting
2026-04-27 20:28:03 -07:00
Kendall Garner
8869278898
make theme selector serachable
2026-04-10 20:03:50 -07:00
Darius
816adfa6c7
Waveform playerbar improvements ( #1781 )
...
* Defer waveform loading & show default seek bar as fallback
* Add configurable waveform loading delay
* Add 2s default value for waveform loading delay
* disable transcoding config on waveform url
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-03-24 10:06:25 -07:00
jeffvli
e40a175e12
add qobuz and listenbrainz external links
2026-03-17 21:10:31 -07:00
jeffvli
db88a6bc22
support vertical play queue layout
2026-03-17 19:01:01 -07:00
riccardo
d96b282cae
feat: "open in spotify" button ( #1839 )
...
* feat: open in spotify
* fix: disable native spotify URI by default
2026-03-15 11:49:33 -07:00
Kendall Garner
04b22431f4
fix(settings): proper description for sidebar configuration
2026-03-15 09:16:12 -07:00
Kendall Garner
7c4cbaad9a
feat(player): add server-side autosave capability
2026-03-06 20:01:35 -08:00
Benjamin
41f1f376bc
feat: customizable item layout on fullscreen player ( #1769 )
...
* change container display to release type, readd badge styling to improve contrast
* make everything customizable
2026-03-04 21:23:14 -08:00
jeffvli
93791aea15
add setting to override theme primary shade ( #1791 )
2026-03-04 20:58:30 -08:00
Lyosha
e5f99af43b
Fix image resolution setting value checking ( #1741 )
2026-02-20 13:10:26 -08:00
jeffvli
9e63ee2735
add loading spinners for some lazy loaded content
2026-02-13 15:04:54 -08:00
York
9cde569c7d
Add option to show playing icon in Discord RPC ( #1699 )
...
* feat: add option to show playing/paused icon in Discord RPC
2026-02-11 21:14:58 -08:00
York
5197c967c2
fix: use theme mode property for macOS native window theme ( #1685 )
...
Co-authored-by: York <york@BonecharMac.local >
2026-02-10 21:09:32 -08:00
jeffvli
a28c403093
adjust wording and toggles for analytics/updates ( #1654 )
2026-02-09 22:19:49 -08:00
jeffvli
6efa308e85
fix release channel input value
2026-02-06 04:13:53 -08:00
jeffvli
cf663de2fc
add handlers and setting for nightly release
2026-02-05 23:45:32 -08:00
jeffvli
4c256348fc
add configuration to blur explicit album/song art
2026-02-04 01:20:31 -08:00
rushii
4423b06807
fix(Settings): mpv path selector ( #1641 )
...
An unnecessary default value appears to be stringifying a Promise when a separate useEffect hook is supposed to properly load the setting value.
2026-02-03 22:56:09 -08:00
jeffvli
ac5611fdca
add favorite songs section to artist page ( #1604 )
2026-02-02 22:23:38 -08:00
Kendall Garner
d2d8ea8249
misc type fixes, album artist header page favorite/rating work now
2026-02-01 22:04:46 -08:00
Exceen
ce46e0f351
feat: add regex filter setting for sidebar playlists ( #1589 )
...
* added regex filter for sidebar playlists
---------
Co-authored-by: jeffvli <jeffvictorli@gmail.com >
2026-02-01 18:25:37 -08:00
jeffvli
1a5e513526
add list filter collections
2026-01-30 20:03:27 -08:00
jeffvli
ad83e95a46
decouple audio device setting property depending on player type ( #1617 )
2026-01-30 17:55:25 -08:00
jeffvli
a1a837298f
fix title/description of home feature style setting
2026-01-29 19:58:54 -08:00
Mike Benz
796629b4e6
Enable Playlist in sidebar to be sorted ( #1542 )
...
* add playlist reorder in sidebar
2026-01-28 20:54:20 -08:00
jeffvli
78aebd7c5d
add configuration to revert to single-select ItemGrid behavior
2026-01-28 20:14:05 -08:00
jeffvli
a5541745c3
add toggle for single/multiple home feature carousel ( #1581 ) ( #1412 )
2026-01-22 01:18:34 -08:00
jeffvli
0c1537e5ef
prevent duplicate audio device in selector ( #1598 )
2026-01-22 00:33:52 -08:00
jeffvli
ef5daad1dd
add more dynamic imports to optimize bundle
2026-01-17 07:32:16 -08:00
jeffvli
03c1fb0ff2
add missing table body to hotkeys manager
2026-01-04 14:31:18 -08:00
jeffvli
0596faf51e
readd mpv reload handler
2026-01-04 01:01:01 -08:00
jeffvli
a66c67e86d
optimize settings store
2026-01-03 01:01:54 -08:00
jeffvli
6aeec1e89c
add filepath replacement setting ( #1402 )
2026-01-02 01:23:29 -08:00
jeffvli
588e0609fd
add list playback and navigation hotkeys ( #1469 )
2026-01-01 14:02:02 -08:00
jeffvli
82a566aee1
add artist release type configuration, fix page configurations
2025-12-29 20:54:58 -08:00
Leonardo Salgueiro
df0d4b7032
feat: adding setting to show/hide user ratings ( #1426 )
...
* adding show/hide user ratings setting
2025-12-28 01:04:50 -08:00
BatteredBunny
63015195b0
feat: Add DISABLE_AUTO_UPDATES env variable for disabling updates in the application entirely ( #1446 )
2025-12-28 00:50:55 -08:00