mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-25 22:36:21 +03:00
Older roadmap goals were moved to a separate file
This commit is contained in:
parent
bf1f8372f4
commit
579a917793
2 changed files with 48 additions and 41 deletions
43
README.md
43
README.md
|
@ -108,46 +108,7 @@ yarn build
|
|||
|
||||
# Roadmap
|
||||
|
||||
## ✓ <s>To 1.0.0 release</s>
|
||||
|
||||
* <s>Fix AppImage builds</s> *(0.3.0)*
|
||||
* <s>Parse background banners from the game's API ([notabug issue #1](https://notabug.org/nobody/an-anime-game-launcher/issues/1), [notabug pull request #2](https://notabug.org/nobody/an-anime-game-launcher/pulls/2))</s> *(0.3.0)*
|
||||
* <s>Update launcher logo</s> *(0.4.0)*
|
||||
* <s>Cache launcher background picture ([notabug pull request #6](https://notabug.org/nobody/an-anime-game-launcher/pulls/6))</s> *(0.4.0)*
|
||||
* <s>Make Proton-GE default compatibility tool and fix game input issues</s> (added runners manager) *(0.5.0)*
|
||||
* <s>Add preferences menu</s> *(0.5.0)*
|
||||
* <s>Add additional telemetry checking</s> *(0.6.0)*
|
||||
* <s>Add DXVK downloading in settings</s> *(0.6.0)*
|
||||
* <s>Make participation in the anonymous analytics request</s> *(0.8.0)*
|
||||
* <s>Add launcher updates notifications</s> *(1.0.0-rc1)*
|
||||
* <s>Make automatic patch state parsing</s> *(1.0.0-rc1)*
|
||||
|
||||
## ✓ <s>To 2.0.0 release</s>
|
||||
|
||||
* <s>Add runners environmental variables manager</s> *(1.1.0)*
|
||||
* <s>Add outdated files deletion when new game's update releases</s> *(1.1.0)*
|
||||
* <s>Add installed packages deletion</s> *(1.2.0)*
|
||||
* <s>Add voice packs support</s> (Thank @Maroxy for the developments in the previous versions) *(1.3.0)*
|
||||
* <s>Color variants for progress bar's downloading text dependent on the background picture primary color</s> *(1.4.0, LAB-based in 1.5.3)*
|
||||
* <s>Playing statistics</s> *(1.4.1)*
|
||||
* <s>MangoHud support</s> (added HUD selector) *(1.5.0)*
|
||||
* <s>Add vkBasalt support and "shaders library"</s> *(1.5.0)*
|
||||
- [yagocl's](https://notabug.org/Krock/GI-on-Linux/src/master/static/vkBasalt_yagocl.conf) basic sharpening preset *(without pictures)*
|
||||
- [notahuman's](https://notabug.org/Krock/GI-on-Linux/src/master/static/vkBasalt_notahuman.conf) prime preset v2
|
||||
* <s>Make shaders manager hidden if vkBasalt is not installed</s> *(1.5.4)*
|
||||
* <s>Make MangoHud option hidden if it is not installed</s> *(1.5.4)*
|
||||
* <s>GameMode integration ([notabug issue 28](https://notabug.org/nobody/an-anime-game-launcher/issues/28), [notabug pull request 30](https://notabug.org/nobody/an-anime-game-launcher/pulls/30))</s> *(1.5.8)*
|
||||
* <s>Hybrid GPU integration ([notabug issue 29](https://notabug.org/nobody/an-anime-game-launcher/issues/29), [notabug pull request 33](https://notabug.org/nobody/an-anime-game-launcher/pulls/33))</s> *(1.6.0)*
|
||||
* <s>Add winetricks auto-downloading when new prefix creates so it is no longer required</s> *(1.6.0)*
|
||||
* <s>DXVK logs auto-deletion option</s> *(1.6.0)*
|
||||
* <s>Add default wine version to download</s> (Proton-6.20-GE-1) *(1.6.0)*
|
||||
* <s>Add dark theme support for settings menu</s> *(1.7.0)*
|
||||
* <s>Add winetricks and winecfg buttons to settings ([notabug issue 35](https://notabug.org/nobody/an-anime-game-launcher/issues/35))</s> *(1.8.0)*
|
||||
* <s>Wine prefix folder selection ([notabug issue 37](https://notabug.org/nobody/an-anime-game-launcher/issues/37))</s> *(1.8.0)*
|
||||
* <s>Use auto-downloaded winetricks in settings menu</s> *(1.9.0, !14)*
|
||||
* <s>Use `winecfg.exe` from the installed runner in settings menu</s> *(1.9.0, !14)*
|
||||
* <s>Fix voice data installation</s> *(1.9.0, !15)*
|
||||
* <s>Add fps unlocker option</s> *(1.9.0, !15)*
|
||||
This is our current roadmap goals. You can find older ones [here](ROADMAP.md)
|
||||
|
||||
## ➤ To 3.0.0 release
|
||||
|
||||
|
@ -191,8 +152,8 @@ yarn build
|
|||
|
||||
### Features
|
||||
|
||||
* <s>Use `LauncherLib.getGameVersion` function instead of the `config.json`'s `version` property</s> *(deprecated due to the new core functions)*
|
||||
* Add downloading pause button
|
||||
* Use `LauncherLib.getGameVersion` function instead of the `config.json`'s `version` property
|
||||
* Fix button flickering at start when the launcher's state updates
|
||||
* Game's update pre-installation
|
||||
* Screenshots explorer
|
||||
|
|
46
ROADMAP.md
Normal file
46
ROADMAP.md
Normal file
|
@ -0,0 +1,46 @@
|
|||
# Roadmap
|
||||
|
||||
This file is a roadmap archive. You can see here which journey we made to make the launcher looks like it looks
|
||||
|
||||
And that's not a final! Our future goals you can find in [readme](README.md)
|
||||
|
||||
## ✓ <s>To 1.0.0 release</s>
|
||||
|
||||
* <s>Fix AppImage builds</s> *(0.3.0)*
|
||||
* <s>Parse background banners from the game's API ([notabug issue #1](https://notabug.org/nobody/an-anime-game-launcher/issues/1), [notabug pull request #2](https://notabug.org/nobody/an-anime-game-launcher/pulls/2))</s> *(0.3.0)*
|
||||
* <s>Update launcher logo</s> *(0.4.0)*
|
||||
* <s>Cache launcher background picture ([notabug pull request #6](https://notabug.org/nobody/an-anime-game-launcher/pulls/6))</s> *(0.4.0)*
|
||||
* <s>Make Proton-GE default compatibility tool and fix game input issues</s> (added runners manager) *(0.5.0)*
|
||||
* <s>Add preferences menu</s> *(0.5.0)*
|
||||
* <s>Add additional telemetry checking</s> *(0.6.0)*
|
||||
* <s>Add DXVK downloading in settings</s> *(0.6.0)*
|
||||
* <s>Make participation in the anonymous analytics request</s> *(0.8.0)*
|
||||
* <s>Add launcher updates notifications</s> *(1.0.0-rc1)*
|
||||
* <s>Make automatic patch state parsing</s> *(1.0.0-rc1)*
|
||||
|
||||
## ✓ <s>To 2.0.0 release</s>
|
||||
|
||||
* <s>Add runners environmental variables manager</s> *(1.1.0)*
|
||||
* <s>Add outdated files deletion when new game's update releases</s> *(1.1.0)*
|
||||
* <s>Add installed packages deletion</s> *(1.2.0)*
|
||||
* <s>Add voice packs support</s> (Thank @Maroxy for the developments in the previous versions) *(1.3.0)*
|
||||
* <s>Color variants for progress bar's downloading text dependent on the background picture primary color</s> *(1.4.0, LAB-based in 1.5.3)*
|
||||
* <s>Playing statistics</s> *(1.4.1)*
|
||||
* <s>MangoHud support</s> (added HUD selector) *(1.5.0)*
|
||||
* <s>Add vkBasalt support and "shaders library"</s> *(1.5.0)*
|
||||
- [yagocl's](https://notabug.org/Krock/GI-on-Linux/src/master/static/vkBasalt_yagocl.conf) basic sharpening preset *(without pictures)*
|
||||
- [notahuman's](https://notabug.org/Krock/GI-on-Linux/src/master/static/vkBasalt_notahuman.conf) prime preset v2
|
||||
* <s>Make shaders manager hidden if vkBasalt is not installed</s> *(1.5.4)*
|
||||
* <s>Make MangoHud option hidden if it is not installed</s> *(1.5.4)*
|
||||
* <s>GameMode integration ([notabug issue 28](https://notabug.org/nobody/an-anime-game-launcher/issues/28), [notabug pull request 30](https://notabug.org/nobody/an-anime-game-launcher/pulls/30))</s> *(1.5.8)*
|
||||
* <s>Hybrid GPU integration ([notabug issue 29](https://notabug.org/nobody/an-anime-game-launcher/issues/29), [notabug pull request 33](https://notabug.org/nobody/an-anime-game-launcher/pulls/33))</s> *(1.6.0)*
|
||||
* <s>Add winetricks auto-downloading when new prefix creates so it is no longer required</s> *(1.6.0)*
|
||||
* <s>DXVK logs auto-deletion option</s> *(1.6.0)*
|
||||
* <s>Add default wine version to download</s> (Proton-6.20-GE-1) *(1.6.0)*
|
||||
* <s>Add dark theme support for settings menu</s> *(1.7.0)*
|
||||
* <s>Add winetricks and winecfg buttons to settings ([notabug issue 35](https://notabug.org/nobody/an-anime-game-launcher/issues/35))</s> *(1.8.0)*
|
||||
* <s>Wine prefix folder selection ([notabug issue 37](https://notabug.org/nobody/an-anime-game-launcher/issues/37))</s> *(1.8.0)*
|
||||
* <s>Use auto-downloaded winetricks in settings menu</s> *(1.9.0, !14)*
|
||||
* <s>Use `winecfg.exe` from the installed runner in settings menu</s> *(1.9.0, !14)*
|
||||
* <s>Fix voice data installation</s> *(1.9.0, !15)*
|
||||
* <s>Add fps unlocker option</s> *(1.9.0, !15)*
|
Loading…
Reference in a new issue