Releases: Heroic-Games-Launcher/HeroicGamesLauncher
1.1.3 - Other Bugfixes and Update Notification
1.1.2 - Game Update and BugFixes
Features:
- Added Downloading Progress information on the card
- Added info about the download size of the game while downloading
- Added the possibility to Update a game before launching it.
- Added a better filter for the library with Downloading on it.
- Added Wine and Winetricks as dependencies for deb, rpm, and pacman packages and on AUR.
Fixes
- Fix some errors when trying to install DXVK on Ubuntu. #82
- Fix Play button not changing state when killing a game #31
- Removed message about using proton on default wine prefix
- Other small fixes
- Other small optimizations
Thanks for all that contributed to the code this last week:
@thepedroferrari @wiryfuture @tomascarreira @Linux4Good
Buy me a Coffee: https://ko-fi.com/flavioislima
1.1.1 'Crocodile' Bugfixes
Features:
- Added several help boxes on the settings pages to help with the configuration.
Bugfixes:
- Fix: No logo on some game images
- Fix: Does not show Percent when downloading in some distros #27
Buy me a Coffee: https://ko-fi.com/flavioislima
1.1 'Crocodile'
New Features
- New Settings screen split into categories
- Sync with an existing Epic Games Store installation (on other partitions, for instance)
- Sync Saves both manually and automatically
- Added GameMode option #37
- Added Show FPS option (For DXVK HUD, Mangohud still works as an ENV variable)
- Added a lot of output when running Heroic from the terminal, so it can help with debugging. You should be able to check some legendary commands like install, launch, etc. Status of Sync-saves, install progress, etc.
BugFixes
- Proton could not be found on Steam Flatpak #49
- Proton wasn't using the
--wrapper
argument, making it not work as intended. #28 - Refreshing library resets search field but not search results #51
- Added back the scrollbar #46
- Other minor fixes
Buy me a Coffee: https://ko-fi.com/flavioislima
Screenshots
1.0.3 - BugFixes
1.0.1 - Bugfixes and small tweaks
Support the project at Ko-Fi:
You can now support the Project on Ko-Fi: https://ko-fi.com/flavioislima
New Features
- Settings are saved automatically now
- Non installed games are shown as greyed out now and installed games in color.
Bugfixes:
- Fix: Games won't launch if wine path contains spaces #26
- Fix: Changing the default installation path has no effect #25
- Fix: Not Showing Proton installed on
steamapps/common
folder. - Fix: Clear button always showing on the Search bar
- Fix: Not updating installing list after canceling the installation
- Fix: Stopping one installation was stopping all others
- General optimizations
1.0 'Enel'
So, after a few weeks of work, we reached our first Milestone 1.0. And yes, this is a Major version because I don't consider it just an MVP anymore, since it has most of the features that I wanted to include since the project started.
Now the next step is to figure out how to distribute the app on the official repositories of the main distros, I do appreciate it if someone can help us with that :D
Thanks for all the support we got from the Linux community!
Thanks @octoshrimpy for the help with the design as well.
Changelog and a few Screenshots:
- Completely changed the design based on the UX research we did
- Added Global and per Game Settings page to configure default wine (or proton), wine prefix, and launch options.
- Option to install the game on a default path(configurable), custom path, or import an already installed game.
- No need for Xterm anymore, all installation feedback is on the installation page now.
- Login screen redone
- Better menus for log out and refresh library
- Option to filter only installed games.
- Possibility to stop the installation
- Possibility to stop a running game
- Added Game description
- Several bugfixes
- Heroic creates a default config folder in $HOME/.config/heroic/config.json
- Both Game configs and Launch logs are saved for the debugging process in the config folder /GamesConfig
Bugs/Limitations:
- Right now the proton and wine version comes only from what is in the compatibilitytools.d folder for Steam and for Lutris it comes from .local/share/lutris/runners/wine. This will be fixed on the next release.
- It is possible to fix this creating a symlink like this:
ln -s $HOME/.steam/root/steamapps/common/Proton\ 5.0/ $HOME/.steam/root/compatibilitytools.d/
- Sometimes the library is not updated after installing/uninstalling a game. Just use the Refresh Library button under your userName.
- Just noticed that changing the default installation path is not working, it keeps installing in ~/Games/Heroic. I'll send a fix soon.
0.4.1-beta Bugfixes
This is the latest release before the next big one that will bring a major overhaul on usability and features.
This basically fixes two bugs:
- Sometimes after the login nothing was happening and the library wasn't being loaded. This was caused by some games/dlc that didn't have any image so it was breaking the logic. I added a fallback image for those cases.
- The other one was the impossibility of install games in folder with spaces.
0.4.0-beta
- New Login system, no need to log in using xterm anymore.
- Added logout option.
- The games are properly loaded after the login.
- More bugfixes on plays and installs.
- Initial implementation of a config system to store game personalization, etc.
0.3.2 Beta
The Design got some great improvements on this release and the login flow is also fixed, for now with a workaround but soon we will change the way that it is to be more intuitive.