This repository has been archived by the owner on May 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Changelog
Rishabh M edited this page Mar 9, 2022
·
5 revisions
- Added support for alternate GOG binary
- Launch scripts now specify game type (Epic or GOG)
- GOG games now launch from Steam (thanks to gogdl v0.2 used in Heroic 2.2.2)
- Includes both Legendary and gogdl binaries in the new binaries folder
- Launch scripts now make use of the above binaries for AppImage users
- Fixed bug that displayed "Heroic or games not installed" error dialog for users with only GOG games installed
- Fixed bug that displayed "Failed to launch" error dialog and used the alternate Legendary binary instead of gogdl for AppImage users trying to launch GOG games
- Fixed bug that displayed "Heroic is not running" dialog for AppImage users with GOG library
- Support launching of GOG Linux and Windows games
- New Error dialog alerts the user if launching of games (bash script) fails
- New Error dialog alerts AppImage user if Heroic is not running
- Added support for alternate Legendary binary
- Added missing command for Nvidia Prime Render (DRI_PRIME=1)
- Checks if AppImage is running by searching for the temporary folder that includes path to the built-in Legendary binary
- Removed special characters in game names (like Rocket League®) because launching via Steam displayed UnicodeEncodeError
- Fixed typo that prevented games from launching with Proton
- Checks if Zenity is installed ( previously implemented only in setup )
- Added "Heroic" to the game name for better clarity
- Added a caution note to readme.txt
- You no longer need Python3 installed on your system
- The program now runs from a single executable - just click and run!
- Updates parameters of each game's bash file individually. Previously updated for all games at once whenever a game was launched.
- Alerts user if the program fails to execute (if a game's launch parameter settings checking fails)
- Alerts user if Heroic or Legendary is not installed or no games are installed
- The game launch files (bash files) will now be named after the game's actual name for easy identification.
- Users will be alerted with an error dialog if the program fails to execute and report it on GitHub.
- The program failed whenever it couldn't find a parameter in the .json file. Now, it assumes those parameters as OFF. (Refer Issue #6)
- Auto-Save-Sync parameter removed by default (Included only if toggled)
- Auto-installs Zenity if not present
- GUI dialogs implemented (Using Zenity)
- Added MangoHUD support for OpenGL games
- Support for Heroic 2.0.0 version added.
- The program is now run by the new setup.sh file.
- Launch parameters auto-update when running any game's launch file.*
- (Note - As of versions 1.3 and below, you had to run the program every time you changed launch parameters in the Heroic app. Now, you DON'T need to do this.)
Version 1.3.0 - 5/12/21
- Fixed bug that launched two instances of a game
- Games now run in offline mode if no internet connection is detected.
- The save path is also included in the cloud save-sync parameter.
Version 1.1.0 - 20/11/21
- Launch files of uninstalled games won't be generated due to leftover files.
- The game's actual name will be displayed and mentioned in the bash script.
- Now detects if no games are installed and displays a relevant message.