Commit graph

18 commits

Author SHA1 Message Date
child_duckling
5701aea255 [connect] utils function 2022-05-01 20:39:07 -07:00
Core
c9a5fc546f
Formatted store and settings, added label elements to all inputs in settings, renamed keybinds to keybindings, optimised some code 2022-04-29 17:02:59 +01:00
booploops
82d403a9ab added ability for cideraudio to be loaded externally 2022-04-27 19:19:04 -07:00
child_duckling
0e1561127a [autoUpdate] Switch from CircleCI to GitHub Releases 2022-03-20 21:11:12 -07:00
Core
87eb8e6d59
GitHub releases 2022-03-17 16:18:20 +00:00
Core
ba6f89362d
Who tf done this 2022-03-10 17:30:57 +00:00
booploops
ae4dbb4a9a plugins update, added explore plugins 2022-03-08 17:10:36 -08:00
child_duckling
159ee76432 general update checking improvements + jsdoc + dev mode notifs 2022-03-04 22:54:06 -08:00
Core
37030073d8 Just gonna do this 2022-03-03 10:59:29 +00: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
89e0d7c104
Update notifications
Removed the shit tone of check for updates, made it manual
Redone the function in utils
Logging for autoupdater implemented
2022-02-27 18:34:40 +00:00
cryptofyre
b0c4218bcc Change JSONC to JSON. 2022-02-21 15:23:48 -06:00
booploops
e2a8b803e5 Added loadJSFrontend 2022-02-18 16:46:40 -08:00
Core
e7537e4a2b
Menubar Moved to Plugin 2022-02-06 08:12:22 +00:00
Core
0efd4eb643
Various changed to improve performance and loading of modules 2022-02-04 03:36:53 +00:00
Core
8da0ebed97 Fixed the thumbar and added icons and thumbar to build resources
Big brain me forgot it was status not state.
2022-02-02 11:11:30 +00:00
Core
b972a0e40a
Changed the paths to utils for free access across the project 2022-02-02 10:28:26 +00:00
Core
a8dc524e6a
used typescript the way its supposed to be used 2022-02-01 05:31:19 +00:00