jeffvli
1eac13854d
Update for 0.15.2
2 years ago
jeffvli
a334b3257a
Fix invalid MPRIS id causing errors ( #318 )
2 years ago
Arci
b5018f2f0c
Add Italian translation
I have made an Italian translation. I hope it's all ok.
2 years ago
Stanislav N. aka pztrn
0cd40f0059
Update electron-builder to fix macOS 12.3+ build.
2 years ago
Stanislav N. aka pztrn
5034fc9cf3
Fix build warnings.
2 years ago
Stanislav N. aka pztrn
287e296e00
Remove unneccessary calls for notifications.
2 years ago
Stanislav N. aka pztrn
88818ef3ff
Show notifications on playback start and manual track change.
2 years ago
zhullyb
bc646387f8
Improve Simplified Chinese translation
2 years ago
Matthias Gutjahr
d49feddfaa
Improve German translation, mainly fix typos or add missing strings ( #315 )
3 years ago
Gelaechter
5e0f04bfb4
Fix MPRIS volume integration ( #311 )
* Fix MPRIS volume integration
* Move MPRIS volume updates into volume handlers
3 years ago
devome
9cfa4e0734
Add SCOOP installation method for Windows ( #310 )
3 years ago
Lena
3bfd2fb86d
Add Gruvbox-Dark and Gruvbox-Light themes ( #304 )
* Add Gruvbox-Dark theme
* Add Gruvbox-Light theme
* Fixed contrast in Gruvbox-Light and assorted typos
* Followed yarn test's recommendations
* Code prettifying in accordance to the build test
* Fix lint error
Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
3 years ago
jeffvli
c430494653
Fix artist genre column name
3 years ago
jeffvli
b6e81591f7
Update for 0.15.1
3 years ago
jeffvli
9410add800
Add volume popup on icon hover ( #298 )
3 years ago
jeffvli
d88710cfaf
Downgrade electron 13.6.6 -> 13.6.3 ( #241 )
Resolves globalshortcut media keys for macOS
3 years ago
jeffvli
123a2a05b0
Fix macOS arm64 build
3 years ago
jeffvli
f125fbd9b8
Add macOS arm64 build
3 years ago
jeffvli
3eba6ff3ea
Update for 0.15.0
3 years ago
jeffvli
311985415c
Add page search for 'genres' on artist list
3 years ago
jeffvli
0aa0e1f71a
Add genre column to artist list
3 years ago
jeffvli
d240b6d5d3
Add playlist download ( #266 )
3 years ago
jeffvli
0d9e9ee67f
Remove bitRate requirement for playback filter
3 years ago
Kendall Garner
b3de3be4a6
Enable resuming of queue ( #293 )
* Enable resuming of queue
- on before-quit, save the queue state (entries, sorting, current song/player)
- state is compressed using brotli
- when the window is ready, restore the queue
* test
* Remove resume state and use async save
* Add default setting for resume
3 years ago
jeffvli
e8395fe40d
Add "Now Playing" as start page option
3 years ago
jeffvli
a337795ebf
Fix key on playerbar artists
3 years ago
jeffvli
4e39991f9f
Add initial version to latest release check
- Prevents initial render of update available
3 years ago
jeffvli
ebdf29b840
Improve update notice on config page
- Better for macOS users due to autoupdate unavailable
3 years ago
jeffvli
a8c2b13af6
Fix large overflow bar on cache path
3 years ago
jeffvli
f7ed0cd598
Add key to slider
3 years ago
jeffvli
eb455dffde
Fix playerbar artist title styles
3 years ago
jeffvli
df07a42fdc
Move discord-rpc functionality to hook
3 years ago
jeffvli
63421d4679
Add setting to use server image on discord rpc
3 years ago
jeffvli
6a4483d0dc
Add discord-rpc types
3 years ago
jeffvli
6618eab66f
Fix missing mpris increment on player1 ( #263 )
3 years ago
jeffvli
fca274a9aa
Clean up font declarations
3 years ago
jeffvli
5ea237221a
Remove google fonts, add local font faces
3 years ago
jeffvli
dbe7901385
Add local font files
3 years ago
jeffvli
87f0be11e0
Replace url when using legacy artist page ( #271 )
3 years ago
jeffvli
5af66e7ab9
Revert "Nav to artist albums page if legacy setting enabled ( #271 )"
This reverts commit 9eb251d298
.
3 years ago
jeffvli
9eb251d298
Nav to artist albums page if legacy setting enabled ( #271 )
3 years ago
jeffvli
45f3ed4bf6
Disable layout action bar when logged out ( #267 )
3 years ago
jeffvli
f17a7701ab
Add tableData to list double click handler ( #279 )
This fixes the play order for all sorted song list views
3 years ago
jeffvli
cc5f5d2438
Swap seek/skip button order
3 years ago
jeffvli
ca7629d748
Replace volume slider with new component
3 years ago
jeffvli
378f423488
Adjust slider styling
3 years ago
jeffvli
ec62245661
Enable "stop" button when paused ( #273 )
3 years ago
jeffvli
84accf61e4
Remove manualSeek implementation
Previous slider did not have callbacks for when drag is completed
3 years ago
jeffvli
ef2b56362f
Normalize seek slider behavior
- Update current time on drag/drop
- Memoize formatted times
3 years ago
jeffvli
ded1ffee55
Extend slider props
- Add toolTipType (str 'text' | 'time')
- Add hasToolTip (boolean)
3 years ago