Commit graph

2680 commits

Author SHA1 Message Date
booploops
6924c76f4c adds playlist track mapping 2022-03-02 15:05:41 -08:00
booploops
9f81aa9ad2 playlists will not rebuild if in dev 2022-03-02 07:22:29 -08:00
booploops
b446b82c7b improvements to controller scroll groups 2022-03-02 06:59:27 -08:00
booploops
66a659ad77 library now uses CiderCache 2022-03-02 06:32:13 -08:00
booploops
760fce64c9 Update index.js 2022-03-02 06:03:48 -08:00
booploops
864ffaee77 Merge branch 'develop' of https://github.com/ciderapp/Cider into develop 2022-03-02 06:03:20 -08:00
booploops
a8375c5c59 adds playlist caching 2022-03-02 06:03:19 -08:00
Core
0a4151d5a4
circle config update 2022-03-02 11:26:57 +00:00
Core
d647be3271
lockfile update 2022-03-02 11:26:07 +00:00
Core
34dbfc1f86
Update 2022-03-02 11:23:02 +00:00
booploops
0f8b739705 virtual cursor 2022-03-02 00:33:27 -08:00
booploops
e308160bec controller test 2022-03-01 22:04:27 -08:00
Maikiwi
197a14c236 condense vars 2022-03-01 20:31:10 -08:00
GamingLiamStudios
63ff918b91
Update en_OWO.json 2022-03-02 09:18:26 +11:00
GamingLiamStudios
aac19570ad
Update en_OWO.json 2022-03-02 09:17:07 +11:00
GamingLiamStudios
20036aeafd
Merge branch 'ciderapp:develop' into develop 2022-03-02 09:14:00 +11:00
JYW0803
aec0651ba0
Fix update (#534)
```
[2022-03-01 08:24:54.075] [error] TypeError: autoUpdater.checkForUpdate is not a function
    at Function.checkForUpdate (C:\Program Files\Cider\resources\app.asar\src\main\base\utils.ts:161:27)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at IpcMainImpl.<anonymous> (C:\Program Files\Cider\resources\app.asar\src\main\base\browserwindow.ts:976:13)
[2022-03-01 08:24:54.075] [error] (node:29508) UnhandledPromiseRejectionWarning: TypeError: autoUpdater.checkForUpdate is not a function
    at Function.checkForUpdate (C:\Program Files\Cider\resources\app.asar\src\main\base\utils.ts:161:27)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at IpcMainImpl.<anonymous> (C:\Program Files\Cider\resources\app.asar\src\main\base\browserwindow.ts:976:13)
[2022-03-01 08:24:54.075] [error] (node:29508) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 4)
```
2022-03-01 12:26:11 -08:00
Core
a539e25b70
Merge remote-tracking branch 'origin/develop' into develop 2022-03-01 15:18:07 +00:00
Core
18c72b4afb
Updated base 2022-03-01 15:18:00 +00:00
vapormusic
290c72d6b5 fix macos build 2022-03-01 22:03:40 +07:00
vapormusic
8e846e0dc6 change id 2022-03-01 19:17:38 +07:00
vapormusic
874f6e89a9 ok 2022-03-01 19:13:59 +07:00
Maikiwi
5a4e1ab882 Update audio.js 2022-03-01 19:13:01 +07:00
vapormusic
c2a0bf2f45 add metadata support 2022-03-01 19:12:15 +07:00
vapormusic
6e0bfa99be switch id 2022-03-01 19:12:15 +07:00
vapormusic
8268cb6662
Merge pull request #533 from Nosh118/develop
Make lyrics button more transparent when not available
2022-03-01 18:53:12 +07:00
Nosh118
a582f03475
Update chrome-top.ejs 2022-03-01 08:50:26 +00:00
Nosh118
d1d2dd2b18
Update chrome-bottom.ejs 2022-03-01 08:50:17 +00:00
booploops
3d134a6652 show lyrics as disabled even if not present 2022-03-01 00:17:16 -08:00
booploops
cdca2427d8 increased default artwork res if twopanel 2022-03-01 00:06:59 -08:00
booploops
8013d663e9 added window style to settings 2022-02-28 23:57:47 -08:00
booploops
c832e9e959 Update index.js 2022-02-28 22:59:42 -08:00
booploops
3f9bb100d7 will now write id to theme.json 2022-02-28 22:50:31 -08:00
booploops
e125060fab temporarily changed version of adm-zip to older version 2022-02-28 22:47:27 -08:00
booploops
e865e41b93 adds theme notifications 2022-02-28 22:42:02 -08:00
booploops
b4de904cd0 added open themes folder button 2022-02-28 22:12:38 -08:00
booploops
f46826d696 verify commit field exists 2022-02-28 22:06:46 -08:00
booploops
fa48b2fdbc Merge branch 'develop' of https://github.com/ciderapp/Cider into develop 2022-02-28 22:01:20 -08:00
booploops
a60c91b379 changed how themes are saved 2022-02-28 22:01:14 -08:00
yazninja
b09ec0100a
Add Winget building to CircleCI artifacts (#522)
* Add config for winget electron builder

* add winget build run in circleCI

* add winget building in scripts
2022-02-28 20:48:00 -08:00
booploops
5a160068cf startup mask, fixes mpris preventing quit 2022-02-28 20:04:12 -08:00
Core
2d16423106
#523 Patch 2022-03-01 03:37:20 +00:00
booploops
24fbfb6dc4 untied current artwork from lcd artwork 2022-02-28 19:25:37 -08:00
booploops
96a333ee91 replaced border with thin shadow 2022-02-28 19:01:34 -08:00
booploops
7de713ef7f added lcdArtworkSize directive 2022-02-28 18:57:30 -08:00
booploops
f800dc0a0a commas 2022-02-28 18:30:12 -08:00
GamingLiamStudios
75d3a43277
Merge branch 'ciderapp:develop' into develop 2022-03-01 09:13:03 +11:00
GamingLiamStudios
fad920960e
Update en_OWO.json (#521)
Translated with https://gist.github.com/GamingLiamStudios/25fcecabcd8b4cc9444b4b161c3e0033
2022-02-28 10:40:12 -08:00
Core
af68214177 Depends update 2022-02-28 16:33:45 +00:00
Core
e23e7a6fe1 Fixes to playlist time 2022-02-28 14:33:59 +00:00