From 579a9177931dc28b6e8d42641ce4a33092e32a53 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 22 Dec 2021 17:42:26 +0200 Subject: [PATCH] Older roadmap goals were moved to a separate file --- README.md | 43 ++----------------------------------------- ROADMAP.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 41 deletions(-) create mode 100644 ROADMAP.md diff --git a/README.md b/README.md index 9e198a9..b34a45f 100644 --- a/README.md +++ b/README.md @@ -108,46 +108,7 @@ yarn build # Roadmap -## ✓ To 1.0.0 release - -* Fix AppImage builds *(0.3.0)* -* 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)) *(0.3.0)* -* Update launcher logo *(0.4.0)* -* Cache launcher background picture ([notabug pull request #6](https://notabug.org/nobody/an-anime-game-launcher/pulls/6)) *(0.4.0)* -* Make Proton-GE default compatibility tool and fix game input issues (added runners manager) *(0.5.0)* -* Add preferences menu *(0.5.0)* -* Add additional telemetry checking *(0.6.0)* -* Add DXVK downloading in settings *(0.6.0)* -* Make participation in the anonymous analytics request *(0.8.0)* -* Add launcher updates notifications *(1.0.0-rc1)* -* Make automatic patch state parsing *(1.0.0-rc1)* - -## ✓ To 2.0.0 release - -* Add runners environmental variables manager *(1.1.0)* -* Add outdated files deletion when new game's update releases *(1.1.0)* -* Add installed packages deletion *(1.2.0)* -* Add voice packs support (Thank @Maroxy for the developments in the previous versions) *(1.3.0)* -* Color variants for progress bar's downloading text dependent on the background picture primary color *(1.4.0, LAB-based in 1.5.3)* -* Playing statistics *(1.4.1)* -* MangoHud support (added HUD selector) *(1.5.0)* -* Add vkBasalt support and "shaders library" *(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 -* Make shaders manager hidden if vkBasalt is not installed *(1.5.4)* -* Make MangoHud option hidden if it is not installed *(1.5.4)* -* 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)) *(1.5.8)* -* 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)) *(1.6.0)* -* Add winetricks auto-downloading when new prefix creates so it is no longer required *(1.6.0)* -* DXVK logs auto-deletion option *(1.6.0)* -* Add default wine version to download (Proton-6.20-GE-1) *(1.6.0)* -* Add dark theme support for settings menu *(1.7.0)* -* Add winetricks and winecfg buttons to settings ([notabug issue 35](https://notabug.org/nobody/an-anime-game-launcher/issues/35)) *(1.8.0)* -* Wine prefix folder selection ([notabug issue 37](https://notabug.org/nobody/an-anime-game-launcher/issues/37)) *(1.8.0)* -* Use auto-downloaded winetricks in settings menu *(1.9.0, !14)* -* Use `winecfg.exe` from the installed runner in settings menu *(1.9.0, !14)* -* Fix voice data installation *(1.9.0, !15)* -* Add fps unlocker option *(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 +* Use `LauncherLib.getGameVersion` function instead of the `config.json`'s `version` property *(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 diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..1dbd828 --- /dev/null +++ b/ROADMAP.md @@ -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) + +## ✓ To 1.0.0 release + +* Fix AppImage builds *(0.3.0)* +* 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)) *(0.3.0)* +* Update launcher logo *(0.4.0)* +* Cache launcher background picture ([notabug pull request #6](https://notabug.org/nobody/an-anime-game-launcher/pulls/6)) *(0.4.0)* +* Make Proton-GE default compatibility tool and fix game input issues (added runners manager) *(0.5.0)* +* Add preferences menu *(0.5.0)* +* Add additional telemetry checking *(0.6.0)* +* Add DXVK downloading in settings *(0.6.0)* +* Make participation in the anonymous analytics request *(0.8.0)* +* Add launcher updates notifications *(1.0.0-rc1)* +* Make automatic patch state parsing *(1.0.0-rc1)* + +## ✓ To 2.0.0 release + +* Add runners environmental variables manager *(1.1.0)* +* Add outdated files deletion when new game's update releases *(1.1.0)* +* Add installed packages deletion *(1.2.0)* +* Add voice packs support (Thank @Maroxy for the developments in the previous versions) *(1.3.0)* +* Color variants for progress bar's downloading text dependent on the background picture primary color *(1.4.0, LAB-based in 1.5.3)* +* Playing statistics *(1.4.1)* +* MangoHud support (added HUD selector) *(1.5.0)* +* Add vkBasalt support and "shaders library" *(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 +* Make shaders manager hidden if vkBasalt is not installed *(1.5.4)* +* Make MangoHud option hidden if it is not installed *(1.5.4)* +* 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)) *(1.5.8)* +* 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)) *(1.6.0)* +* Add winetricks auto-downloading when new prefix creates so it is no longer required *(1.6.0)* +* DXVK logs auto-deletion option *(1.6.0)* +* Add default wine version to download (Proton-6.20-GE-1) *(1.6.0)* +* Add dark theme support for settings menu *(1.7.0)* +* Add winetricks and winecfg buttons to settings ([notabug issue 35](https://notabug.org/nobody/an-anime-game-launcher/issues/35)) *(1.8.0)* +* Wine prefix folder selection ([notabug issue 37](https://notabug.org/nobody/an-anime-game-launcher/issues/37)) *(1.8.0)* +* Use auto-downloaded winetricks in settings menu *(1.9.0, !14)* +* Use `winecfg.exe` from the installed runner in settings menu *(1.9.0, !14)* +* Fix voice data installation *(1.9.0, !15)* +* Add fps unlocker option *(1.9.0, !15)*