Updated roadmap goals

This commit is contained in:
Observer KRypt0n_ 2021-12-28 12:12:40 +02:00
parent 35d9e82222
commit 10b910c2ae
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA
2 changed files with 14 additions and 5 deletions

View file

@ -150,18 +150,29 @@ This is our current roadmap goals. You can find older ones [here](ROADMAP.md)
* <s>Downloading progress</s>
* Launcher state functionality
* <s>Game launch available</s>
* Game update (installation) required
* Voice data update (installation) required
* <s>Game update (installation) required</s>
* <s>Voice data update (installation) required</s>
* Patch unavailable
* Test patch available
* Make Svelte components
* <s>Checkbox</s>
* <s>Selectbox</s>
* SelectionList
* <s>SelectionList</s>
* SelectableCheckbox
* PropertiesEditor
* Rewrite sass code, provide more flexible theming ability
* <s>Add `svelte-i18n`</s>
* Game pre-installation
* Telemetry checking
* Launcher auto-updates
* Statistics window
* Debugger
* Loading screen
* Tooltips for some options
* Theming system
* Chengelog window
* Default runner auto-installation
* Ability to change the temp directory where the launcher should download some files
### Features

View file

@ -2,8 +2,6 @@
import { onMount } from 'svelte';
import { _, locale, locales } from 'svelte-i18n';
import Shaders from './ts/core/Shaders';
import Checkbox from './components/Checkbox.svelte';
import SelectionBox from './components/SelectionBox.svelte';
import DXVKSelectionList from './components/DXVKSelectionList.svelte';