From ca869dd9a7476c59ac98a2e180520c18302b4e31 Mon Sep 17 00:00:00 2001 From: Oj Date: Thu, 9 Dec 2021 11:50:16 +0000 Subject: [PATCH] [Readme] Add implementation --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae4a79c..4d3cba1 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,15 @@ ## Goals - **Hotpluggable** - just swap the asar file, nothing else needed - **Lightweight** - it should be at least as fast or lightweight, hopefully more -- **No Tracking** - no crash reporting, etc \ No newline at end of file +- **No Tracking** - no crash reporting, etc +- **Minimal** - generally only doing what is needed (see: implementation) + +## Implementation +Below is a list in order of priority, marked as complete when finished: +- [ ] Stub everything +- [ ] Bootstrapping +- [ ] Splash screen +- [ ] Auto start +- [ ] Updating + - [ ] Updater v1 + - [ ] Updater v2 \ No newline at end of file