From 4008c7c4482dcf5510ecbc91a13799afc6656549 Mon Sep 17 00:00:00 2001 From: Oj Date: Sat, 11 Dec 2021 20:46:56 +0000 Subject: [PATCH] [Roadmap] Initial Add --- README.md | 19 ------------------- roadmap.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 19 deletions(-) create mode 100644 roadmap.md diff --git a/README.md b/README.md index b39f317..8caa85c 100644 --- a/README.md +++ b/README.md @@ -9,25 +9,6 @@ - **:sewing_needle: Patching**: A future platform for custom patches to further enhance -
- -## To Be Implemented -Below is a list in order of priority, removed when completed: -- [ ] A bunch of specific minor fixes / features - - [ ] Add Discord-specific Electron flags? -- [ ] Auto start -- [ ] First run -- [ ] Self-write some small parts of internals -- [ ] Self-write updater code (currently mostly copied) -- [ ] Compatibility / replication of original Discord splash? - -## Custom Patches / Changes -Custom patches are another main goal of OpenAsar, patching enhancements where otherwise impossible to do so with traditional mods. Our current ideas for patches to do: -- [X] Rewrite portions of Discord's code to not rely on external dependencies, increasing speed and decreasing size -- [X] Skipping checking for updates on startup -- [ ] Linux host app updating - -
## Install Guide diff --git a/roadmap.md b/roadmap.md new file mode 100644 index 0000000..adeb895 --- /dev/null +++ b/roadmap.md @@ -0,0 +1,12 @@ +# OpenAsar Roadmap + +## v2.0 +- [ ] Self-write updater code + +## v1.0 +- [ ] A bunch of specific minor fixes / features + - [ ] Add Discord-specific Electron flags? +- [ ] Auto start +- [ ] First run +- [ ] Self-write some small parts of internals +- [ ] Compatibility / replication of original Discord splash \ No newline at end of file