Commit Graph

773 Commits

Author SHA1 Message Date
Ducko 21256d5da2 [ErrorHandler] Rewrite to fix and be simpler 2021-12-12 13:06:28 +00:00
Ducko 2027d7226d [Readme] Comment out write protection advise for now 2021-12-12 12:59:45 +00:00
Ducko 43f3e7bd12 [Splash > UI] Use dynamic size for body sizing instead of fixed 2021-12-12 11:55:50 +00:00
Ducko d080988f55 [Roadmap] Mark replication of Discord splash UI 2021-12-12 11:52:49 +00:00
Ducko c5fe63413c [Splash > UI] Replicate Discord's UI look 2021-12-12 11:48:50 +00:00
Ducko 6f9b790031 [Readme] Add env variables to config docs 2021-12-12 11:47:46 +00:00
Ducko a6cdcc8f5b [Bootstrap] Add env variable to halt starting after splash for testing 2021-12-12 11:45:25 +00:00
Ducko 6e0e8e03a2 [Roadmap] Mark self-rewrite as complete 2021-12-11 22:57:39 +00:00
Ducko 8197d19aeb [Readme] Add configurable as feature 2021-12-11 22:55:29 +00:00
Ducko 41fe1b45ec [SecurityUtils] Self rewrite, also with safer patch plus using non-deprecated API 2021-12-11 22:50:26 +00:00
Ducko f7cba58ce1 [Roadmap] Explain self-rewrite better 2021-12-11 22:16:24 +00:00
Ducko a0f7481ad5 [Backoff] Add short explaination of class with comment 2021-12-11 22:15:23 +00:00
Ducko 466d3f9083 [Roadmap] Update with progress 2021-12-11 22:11:53 +00:00
Ducko 53f389c731 [Backoff] Self rewrite 2021-12-11 22:10:26 +00:00
Ducko f10a49b18a [Settings] Small refactor: add comments, tweak some variable naming 2021-12-11 21:50:23 +00:00
Ducko ba9b26945c [Settings] Use nullish operator for get default value 2021-12-11 21:44:25 +00:00
Ducko 14f342ef2f [WindowsUtils] Self rewrite, move to utils 2021-12-11 21:35:59 +00:00
Ducko 4008c7c448 [Roadmap] Initial Add 2021-12-11 20:46:56 +00:00
Ducko 0c028e0516 [Changelog] Tweak v0.3 2021-12-11 20:46:14 +00:00
Ducko 9e6d661a93 [Changelog] Add v0.3 notes 2021-12-11 20:37:32 +00:00
Ducko add80eadd6 [CI] Don't mark as pre-release so GitHub recommends 2021-12-11 20:10:49 +00:00
Ducko c17dc1fb19 [CI] Have version dynamically generated via commit 2021-12-11 20:09:43 +00:00
Ducko a8c0a15792 [ErrorHandler] Add uncaught exception handling 2021-12-11 19:51:36 +00:00
Ducko d53177898a [AsarUpdate] Handle write error without erroring fully 2021-12-11 19:51:14 +00:00
Ducko 70592854a8 [CI] Strip via JS file, simpler yaml 2021-12-11 18:21:59 +00:00
Ducko f78b043502 [Readme] Reduce size for features 2021-12-11 18:03:56 +00:00
Ducko 0777b2837c [Readme] Redo some parts to be clearer and better-ish 2021-12-11 18:02:08 +00:00
Ducko c67a438c63 [Readme] Mark asar retention as done 2021-12-11 16:55:44 +00:00
Ducko 066ef7e029 [CI] Add body to Nightly releases 2021-12-11 16:02:44 +00:00
Ducko 2eb71e71a6 [RetainAsar] Don't try on non-Win, don't try if matching asar 2021-12-11 15:59:37 +00:00
Ducko 17ce37f858 [RetainAsar] Backup next asar to app.asar.backup 2021-12-11 15:32:19 +00:00
Ducko d289cec12e [RetainAsar] Initial Add 2021-12-11 15:20:28 +00:00
Ducko c90c4fe491 [Splash > QuickStart] Simplify new updater code to use exe path, add reason logging 2021-12-11 15:20:16 +00:00
Ducko b5ad8d8fb1 [Paths] Expose exe path via func export 2021-12-11 15:19:04 +00:00
Ducko 53024c2c42 [AsarUpdate] Add buttons to modal for restarting 2021-12-11 13:30:27 +00:00
Ducko 2110bfbf41 [Bootstrap] Fix incorrectly reading autoupdate config option 2021-12-11 13:28:47 +00:00
Ducko 45723b9b66 [Bootstrap] Fix using wrong userData directory 2021-12-11 12:41:08 +00:00
Ducko 688638f03e [Readme] Use nightly for install guide 2021-12-11 11:39:05 +00:00
Ducko 98eb256a1b [AsarUpdate] Fix for new nightly url 2021-12-11 11:33:15 +00:00
Ducko b03a357a74 [CI] Disable minified builds for now 2021-12-11 11:32:48 +00:00
Ducko 5bdebf4b77 [CI] Fix installing wrong NPM package name 2021-12-11 11:30:38 +00:00
Ducko beca0ad18d [CI] Add self to paths for building 2021-12-11 11:26:47 +00:00
Ducko 0b8905cd0d [CI] Enable minified builds (WIP) 2021-12-11 11:24:44 +00:00
Ducko a0c7f0d0cd [CI] Add disabled minified builds 2021-12-11 11:21:34 +00:00
Ducko d5c2c569d7 [CI] Only release new nightly on source change 2021-12-11 11:12:04 +00:00
Ducko d952aa72fa [Bootstrap] Add more expected globals 2021-12-11 11:11:42 +00:00
Ducko 1097d42de1 [Polyfills > mkdirp] Convert to new polyfill system instead of in utils 2021-12-11 11:08:35 +00:00
Ducko 3d1d6dca06 [Readme] Revert last commit 2021-12-11 10:48:35 +00:00
Ducko dc0455eaf4 [Readme] Clarify Linux write protection with example command 2021-12-11 10:48:13 +00:00
Ducko 9412a4f07d [Readme] Add Linux disable write protection notice to install guide 2021-12-11 10:47:17 +00:00