mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-18 08:12:16 +03:00
Changed project versioning
2.2.0-beta[N] -> 0.[N].0 for example, 2.2.0-beta5 became 0.5.0
This commit is contained in:
parent
55b854e1ad
commit
261a229bc5
2 changed files with 12 additions and 12 deletions
22
README.md
22
README.md
|
@ -10,7 +10,7 @@
|
|||
|
||||
| Game version | Launcher version | Patch version |
|
||||
| :---: | :---: | :---: |
|
||||
| 2.2.0 | 2.2.0-beta7 ⚠️ | 2.2.0-stable ✅ |
|
||||
| 2.2.0 | 0.7.0 ⚠️ | 2.2.0 stable ✅ |
|
||||
|
||||
Download from [Releases](https://notabug.org/nobody/an-anime-game-launcher/releases)
|
||||
|
||||
|
@ -42,21 +42,21 @@ npm start
|
|||
|
||||
# Roadmap
|
||||
|
||||
To 2.2.0-release1
|
||||
To 1.0.0 release
|
||||
|
||||
* <s>Fix AppImage builds</s> *(beta 3)*
|
||||
* <s>Parse background banners from the game's API ([issue #1](https://notabug.org/nobody/an-anime-game-launcher/issues/1), [pull request #2](https://notabug.org/nobody/an-anime-game-launcher/pulls/2))</s> *(beta 3)*
|
||||
* <s>Update launcher logo</s> *(beta 4)*
|
||||
* <s>Cache launcher background picture ([pull request #6](https://notabug.org/nobody/an-anime-game-launcher/pulls/6))</s> *(beta 4)*
|
||||
* <s>Make Proton-GE default compatibility tool and fix game input issues</s> (added runners manager) *(beta 5)*
|
||||
* <s>Add preferences menu</s> *(beta 5)*
|
||||
* <s>Add additional telemetry checking</s> *(beta 6)*
|
||||
* <s>Add DXVK downloading in settings</s> *(beta 6)*
|
||||
* <s>Fix AppImage builds</s> *(0.3.0)*
|
||||
* <s>Parse background banners from the game's API ([issue #1](https://notabug.org/nobody/an-anime-game-launcher/issues/1), [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 ([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)*
|
||||
* Add launcher updates notifications
|
||||
* Make automatical patch state parsing
|
||||
* Make participation in the anonymous analytics request
|
||||
|
||||
To 2.2.0-release2
|
||||
To 2.0.0 release
|
||||
|
||||
* Add outdated files deletion when new game's update releases
|
||||
* Add voice packs support
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "an-anime-game-linux-launcher",
|
||||
"version": "2.2.0-beta7",
|
||||
"version": "0.7.0",
|
||||
"description": "An Anime Game Linux Launcher",
|
||||
"author": "Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>",
|
||||
"contributors": [
|
||||
|
|
Loading…
Add table
Reference in a new issue