-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.16.0 #367
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code style changes and fixes
Currently translated at 9.7% (33 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/fa/
Currently translated at 13.6% (46 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/fa/
Currently translated at 0.3% (1 of 339 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/te/
Improved GOG API error handling Small UI tweaks
Code style changes and fixes
Currently translated at 84.9% (310 of 365 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/de/
Currently translated at 84.9% (310 of 365 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/de/
When the given new `value` equals the iterated `dir` the `work_dir_path` was saved as `$game_dir` and on query tested against `$game_dir/` which resulted in the final path `$game_dir/$game_dir`: ~~~ L326 return get_file(work_dir_path); L249 if(!path.has_prefix("$game_dir/") && !path.has_prefix("/")) { path = "$game_dir/" + path; } ~~~ Fix #358
Adds missing command parameter to the script call. Not sure if that's also needed a few lines below for the emulator part. Fixes #360
Currently translated at 100.0% (365 of 365 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/pt_BR/
Currently translated at 100.0% (365 of 365 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/pt_BR/
Currently translated at 29.0% (106 of 365 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/zh_Hant_HK/
Currently translated at 29.0% (106 of 365 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/zh_Hant/
Currently translated at 100.0% (365 of 365 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/tr/
Currently translated at 100.0% (365 of 365 strings) Translation: GameHub/Translations Translate-URL: https://hosted.weblate.org/projects/gamehub/translations/tr/
Enhance steam shortcut creation
Add steam image provider
Fix setting work_dir to install_dir
Don't create symlink if there's already a blockdevice linked
Fix GH_INSTALL_DIR for custom scripts
tkashkin
added a commit
that referenced
this pull request
Sep 1, 2021
0.16.0 Former-commit-id: b0f5e25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.