mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-17 21:50:11 +03:00
1.8.0
- updated German From previous commits: - Discord RPC option returned back to General - changed Discord RPC title to `An Anime Game` - added downloads resuming (!2) - added actions button (open launcher's folder, winetricks, winecfg) - improved `i18n.translation` method - disabled text selection - added prefix directory selection From !5 implementation (Nov 28, 2021) - added Lutris 6.21-5 runner - added recommendable field to the runners (for future feature) - removed PrefixSelector class which functionality now partially moved as an anonymous class in the constants.prefixDir property - fixed temp winetricks and winecfg buttons disabling - made LauncherLib.getGameVersion method to gather game version from its files
This commit is contained in:
parent
22e26634d3
commit
c392437b5d
3 changed files with 8 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
| Game version | Launcher version | Patch version |
|
||||
| :---: | :---: | :---: |
|
||||
| 2.3.0 | 1.7.0 | 2.3.0 stable ✅ |
|
||||
| 2.3.0 | 1.8.0 | 2.3.0 stable ✅ |
|
||||
|
||||
We have our own [An Anime Game](https://discord.gg/ck37X6UWBp) discord server where you can ask any questions
|
||||
|
||||
|
@ -131,9 +131,9 @@ npm start
|
|||
* <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)*
|
||||
* Add winetricks and winecfg buttons to settings ([notabug issue 35](https://notabug.org/nobody/an-anime-game-launcher/issues/35))
|
||||
* <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)*
|
||||
* Use `LauncherLib.getGameVersion` function instead of the `config.json`'s `version` property
|
||||
* Wine prefix folder selection *(symlinks?)* ([notabug issue 37](https://notabug.org/nobody/an-anime-game-launcher/issues/37))
|
||||
* Fix button flickering at start when the launcher's state updates
|
||||
* Game's update pre-installation
|
||||
* Screenshots explorer
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "an-anime-game-launcher",
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"description": "An Anime Game Linux Launcher",
|
||||
"author": "Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>",
|
||||
"contributors": [
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
"GameModeNotInstalled": "Sie haben GameMode nicht installiert",
|
||||
"SwitcherooNotInstalled": "Sie haben switcheroo-control nicht installiert",
|
||||
"AutoDeleteDXVKLogs": "DXVK-Logs automatisch löschen",
|
||||
"RecommendableOnly": "Show recommendable versions",
|
||||
"LauncherFolder": "launcher folder",
|
||||
"RecommendableOnly": "Empfohlene Versionen anzeigen",
|
||||
"LauncherFolder": "Launcher Ordner",
|
||||
"Prefix": "Prefix",
|
||||
"SelectDir": "Select dir",
|
||||
"ResetDir": "Reset dir",
|
||||
"SelectDir": "Ordner auswählen",
|
||||
"ResetDir": "Ordner zurücksetzen",
|
||||
"Author": "Autor",
|
||||
"NoImages": "Bilder sind nicht verfügbar",
|
||||
"SettingsTitle": "Einstellungen",
|
||||
|
|
Loading…
Add table
Reference in a new issue