-
Notifications
You must be signed in to change notification settings - Fork 37
Commit 68be5f5
[Other] Pull Latest changes (#34)
* [FIX] Remove ZSTD need for VKD3D (#1514)
* feat: use bottles vkd3d instead of valves
* fix: dependency and translatios
* i18n: updated keys
* [Fix] Not Checking games update on all platforms on refresh (#1566)
* [Fix] Check for updates for all Platforms
* Revert "[Fix] Check for updates for all Platforms"
This reverts commit 3d7650407d2809c2799df09cec79e5bc80062a04.
* fix: check for games updates on start/refresh button
* fix: type
* fix: keep individual refresh
* fix: proper update list of games updates
* [Tech] Refactor game settings with fallbacks (#1492)
* Refactor game settings with fallbacks
* Replace ~ only if needed
* use wineVersion on mac too for crossover
* [GOG] Cloud Saves support (#1396)
* Fetching compatible games list, updaing config, translating path variables to actual paths
* improv: Store sync timestamp, fix: readacting tokens in wrong place
* improv: properly run gog setup installation execs
* Show save sync option if game is not Linux native
* Fetch save path for games that are not returned by gog but installed.
Add APPLICATION_DATA_ROAMING save path
* improv: better path obtaining
* add message about save-sync beta
* generate locales
* chore: update gogdl
* fix: updater error crash
* [Fix] System Libs Helper icon spacing (#1576)
* [Fix] System Libs Helper icon spacing
* Use <> instead of another check
* Remove extra <div>
* [Feature] Option: Add games as Non-Steam Game (#1331)
* Restructure of shortcut.ts
first poc of add none steam game function
* First poc
* Add function to remove game
* Added a dummy frontend implementation
* lint fix
* Fixed paths and executables for different os
* Take usage of steam-shortcut-editor
Wrote tests for backend functions
* lint fix
* i18n and fixes
* Review suggestions
* Added --no-sandbox otpion
* Added more tests and fixed object check
* Fixed tests
* Better error messages and improved tests
* Clean up and frontend notifications
* lint fix
* yarn i18n
* First review fixes
* Review fixes (2)
* i18n update
* Added HBL created shortcuts.vdf for testing
* Review fixes (3)
* Review fixes (4)
* Add support for more images
* Clean up
- removed unessecary code
- added function to remove images
- update tests
* Clean up code and add more images
* Added background image for gog without title
* Replace logo art with transparent iamge if null
- reverted last commit aswell
* lint fix
* Rewrote creation of transparent logo
* lint fix
* Added update cicle on frontend
* Fixed where case insensitive keys were not checked
- resize bigpicture image to resolution
steam expects
* Add remove button
- fixed windows portable path
- resize images to steam resolution
* @felipecrs Fixed portable path
* Fixed translation keys
* Fixed translation keys (2)
* use parent's height for loading icon of steam shortcut
* Add option to specify steam folder
* Remove commented code
* Final clean up
* Review fiyes (1)
* Update electron/constants.ts
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
* Added function isAddedToSteam and removed
electron-store
* remove unessecary console.log
* Review changes
* Clean up eos frontend
* yarn lint
* Fix double import
* lint fix
* Added fetching of steamgriddb
* Revert steamgriddb implementation
* prettier-fix
* Generate blurry images
* Save dataURL as files
* Review fixes
Co-authored-by: Ariel Juodziukynas <arieljuod@gmail.com>
Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
* [UI] Sidebar settings button opens game settings on GamePage (#1579)
* Fix sidebar settings button
* fixes
* lint fix
* Add i18n fallback
* lint fix
* Renamed defaultSettingsPath to settingsPath
* lint fix
* [Fix] Some things missed in the EOS Overlay PR (#1563)
* Create Wineprefix if it doesn't exist
* Fastpath for Windows
* Only return latest version if overlay is installed
* Off-load onClick functions to dedicated functions + multiple improvements relating to first-time overlay install
* Frontend clean up
* lint fix
* Review fixes
* Fix: Missing !
* Improve isEnabled check a bit
Co-authored-by: Nocccer <Nocccer@gmail.com>
* [UI] Hide game title when the card is not focused (#1569)
* [Fix] Game Title on Card
* fix image and title size
* chore: upgrade electron
* fix: show whole cover on card
* fix: fit game title
* fix: wine path i18n key
Co-authored-by: Ariel Juodziukynas <arieljuod@gmail.com>
* [FIX] vkd3d and dxvk tar commands (#1582)
* [Linux] Anticheat runtimes (EAC and BattlEye) For Epic Games (#1560)
* Create new "wine" folder and move Wine Manager
* Frontend: Add new "Wine Extensions" tab with EAC and BattlEye runtimes
* Backend work to download runtimes
* Actually make the runtime settings functional
* More error handling, cleaner code
* Add first tests
* yarn lint
* Update tests to use Jest async features
* Rename: releaseData -> response
Since it doesn't *just* contain the data now
* Add extra URL check
* Catch Axios errors
* Catch HTTP errors
* Update tests
* Hide stack trace on test failure
The stacktrace was, for some reason, showing the wrong lines, which
was confusing to work with. I'd say its better to just hide it for now
* Remove yarn.lock from diff
Unrelated, but this removes `yarn.lock` changes from the diff generated
by git, which could sometimes have huge changes when people mix-and-match
`npm` and `yarn`
* Better error handling in downloadFile
* Remove some unnecessary test data
* Revamp test structure (again) and add tests for downloadFile
* Avoid creating temporary file in downloadFile success test
* Modify extractTarFile a bit and add tests for it
* Remove GameMode message
* Move DXVK and VKD3D into Wine Extensions tab
* unsafeCleanup var on tmpDir creation
Co-authored-by: Nocccer <Nocccer@gmail.com>
* [Tech] Don't 'handleProtocol' if mainWindow doesn't exist yet (#1559)
* [Tech] Clean up `runWineCommand` and other functions in `launcher.ts` (#1568)
* Remove getWineEnvSetup
* Clean up runWineCommand further
- Remove alternative binary parameter (wasn't used)
- Take a `Game` instead of just `GameSettings`
* Lint
The one time I trust VSCode on automatically linting...
* [Fix] Delete duplicate ThemeSelector element (#1580)
- ThemeSelector is present in both Accessibility and General Settings
- Removed the extra one from General Settings
* [Fix] Version on Sidebar + QuitButton
* [Fix] Pass `strip` when extracting the runtime(#1589)
* [Windows] Prompt for VCRuntime installation (#1583)
* fix: webview login wait for sid
* [Legendary] Update to v0.20.27
* [Release] v2.3.10
* Translations update from Hosted Weblate (#1592)
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
* [Fix] Beta 2 Fixes (#1590)
* fix: empty library after logout
* fix: login status not changing after logout
* chore: hide autocomplete until start typing
* fix: webview login wait for sid
* feat: show QuitButton on SteamDeck Gaming mode
* chore: lower minimum characters on autocomplete
* fix: individual library refresh
* feat: clear cache clear updates in storage
* fix: percent in gamecard
* chore: remove unused code
* fix: less spacing between first lane and others
* fix: gog breaking on empty library store
* chore: better checking of gog store
* Updating readme and install script for Debian/Ubuntu third party apt repository. (#1604)
New source provided.
* Allow override of LD_PRELOAD by user (#1599)
* ignore fullscreen if no-gui (#1596)
* [README] Supported OS, features and install info
* Fix virtual keyboard keypress (#1608)
* Fix unresponsive keys in virtual keyboard
* Add comments to prevent breaking this code
* [Fix] Update dualsense controller mappings (#1595)
* fix dualsense controller mappings
* rerun checks commit
* [Fix] Don't show available update after uninstalling (#1597)
* Translations update from Hosted Weblate (#1601)
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* [Fix] Show Tools EOS Overlay button for Epic games only (#1600)
* Show Enable/Disable EOS Overlay for Epic only
- The Enable/Disable EOS Overlay button should only be shown for legendary (Epic) games
* Run prettier
* [General] Add cli option "--fullscreen" (#1594)
* Add cli option --fullscreen
* lint fix
* Save default steam path on change (#1611)
* [General/Hotfix] Fix gog games not launching via protocol (#1606)
* Fix gog games not launching via protocol
* Show heroic after game xit
* [Fix] Make desktop shortcuts executable (#1587)
* add to beta branch
* lint fix
* move chmod inside writeFile callback
* change permission to 777
* change to 511
* switch to base 8
* add mode: 0o777 instead of chmod
* remove chmod from imports
* [Fix] Esync/Fsync toggle buttons for Proton (#1615)
* Refresh recent games when game is launched + no longer sort them on a per-store basis (#1603)
* Get rid of Epic -> GOG priority on recent games
* Refresh recent games list if a game changes status to 'playing'
* [Fix] Correct EGL Sync helpbox vertical orientation (#1618)
* Updating readme and install script for Debian/Ubuntu third party apt repository. (#1604)
New source provided.
* [README] Supported OS, features and install info
* Fix EGL Sync helpbox orientation
Fix EGL Sync helpbox is vertically aligned with the "sync" button
Co-authored-by: Raul Dipeas <rauldipeas@disroot.org>
Co-authored-by: Flávio F Lima <flavioislima@gmail.com>
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (318 of 318 strings)
Co-authored-by: DankXylese <dankxylese@slapmywang.com>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/uk/
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
* [Fix] Runtime toggle logic fix + GameMode message for Flatpak (#1620)
* Fix: Toggle the EAC runtime only once after all checks are done
I think it would be possible to toggle it & exit out of the
screen fast enough for the runtime to be enabled without it being
installed
Even if something like this isn't possible, this double-toggle was causing
unnecessary settings updates and thus disk writes
* Fix: Do the same thing for the BattlEye runtime
* Display message about EAC runtime & GameMode for Flatpak
Flatpak doesn't allow setting LD_PRELOAD, at least as far as I know,
so GameMode still has to be used there to make the EAC runtime not
crash
I've now added two messages about this:
1) If the user tries to enable the EAC runtime while GameMode is
disabled
2) If the user tries to disable GameMode while the EAC runtime is
enabled
Note: I've structured this in a way that never allows the EAC Runtime
on its own to be enabled. This might be a little restrictive, but I'd
say that's better than giving users a broken configuration
* [Feat] Proper Handler of Add/Remove shortcuts
* fix: setup .exe handling (#1627)
* [Fix] Pass runner in callTool (#1623)
* Translated using Weblate (Greek)
Currently translated at 98.9% (92 of 93 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/el/
* Translated using Weblate (Greek)
Currently translated at 100.0% (318 of 318 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/el/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (93 of 93 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/uk/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (318 of 318 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/uk/
* [Feat] Proper Handler of Adding and Removal of Desktop/Menu Shortcuts (#1628)
* [Feat] Proper Handler of Add/Remove shortcuts
* i18n: updated keys
* chore: add i18n script to pre-push
* chore: increased the min game card size a bit
* fix: package.json information
* chore: removed unucessary comment
* i18n: updated keys
* [UI] On screen keyboard theming (#1629)
* add to beta branch
* lint fix
* move chmod inside writeFile callback
* change permission to 777
* change to 511
* switch to base 8
* add mode: 0o777 instead of chmod
* remove chmod from imports
* Merge branch 'beta' of https://github.com/Etaash-mathamsetty/HeroicGamesLauncher into beta
* update electron
* Update yarn.lock
* fix osk themes
* bug fix
* [Fix] Quote util functions (#1631)
* Fix quote functions
* Update quoteIfNecessary
* [Tech] Update gogdl (#1634)
* [Tech] AppVeyor Deployment
* [Fix] Deployment Token
* [FIX] Removed unused Workflows
* [Tech] Update deploy token
* [Fix] Update Deploy Token
* [Tech] Add Artifacts name
* Swap execAsync with spawn (#1637)
* [Tech] Remove portable from AppVeyor Build
* Fix stale state of games in Recently Played list (#1622)
* Update list of recent games when uninstalling a game
* Update i18n
* Add missing keys after merge
* [Tech] Update Dist commands
* Translations update from Hosted Weblate (#1649)
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
* [UX] Prevent Display from sleep when playing + Other fixes. (#1635)
* feat: prevent display to sleep when playing a game
* chore: remove beta release workflows
* fix: #1624
* fix: powersaver blocker should stop after play
* fix: UI consistencies
* feat: unify layout buttons
* i18n: updated keys
* fix: move logic to launch command
* chore: revert lock/unlock changes
* fix: #1640
* fix: fix backslash on regex as well
* chore: remove duplicated regex char
* chore: pr comments
* [Fix] Skip fetch/check of tools if game is not installed (#1655)
* only do useEffect if game installed
* cleanup
* more cleanup
* review suggestions
* Update public/locales/pl/translation.json
* [macOS - Fix] Find crossover issue + launch win games issue + Renamed Settings (#1656)
* fix: getting crossover on macOS
* fix: launching win games on mac
* feat: rename wine for crossover on mac
* i18n: updated keys
* Update translation.json
* [Fix] Add --offline flag if game supports it and no internet connection is available (#1658)
* Add offline if supported and no internet
* i18n update
* Removed unessecary gamesettings check
* more cleanup
* Updating readme and install script for Debian/Ubuntu third party apt repository. (#1604)
New source provided.
* Translations update from Hosted Weblate (#1653)
* Merge remote-tracking branch 'origin/beta' into beta
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (333 of 333 strings)
Merge remote-tracking branch 'origin/beta' into beta
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Eric <alchemillatruth@purelymail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/zh_Hans/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Russian)
Currently translated at 100.0% (333 of 333 strings)
Merge remote-tracking branch 'origin/beta' into beta
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Sedative <tertre3@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/ru/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Merge remote-tracking branch 'origin/beta' into beta
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Merge remote-tracking branch 'origin/beta' into beta
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Co-authored-by: Eric <alchemillatruth@purelymail.com>
Co-authored-by: Sedative <tertre3@gmail.com>
* [ReadMe] Updated Sponsors List
* Show controller hints depending on focused element (#1641)
* Show controller hints depending on focused element
* Detect SteamDeck, detect disconnected controller, some css fixes
* i18n
* Fix spacebar in keyboard, add space button, fix i18n
* More i18next fixes
* install dialog actions, search bar actions, sidebar actions, card actions
* i18n
* change empty variable if
* remove comment
* add some comments
* [Fix] Fix some bugs with the OSK (#1651)
* osk bug fixes part 1
* make typing easier
* Revert "make typing easier"
This reverts commit 8729c5626d6ed927e7fe6a4a0bb6fd4b198f19cd.
* prevent future merge conflicts
* [Tech] Add Runner param to all routes (#1646)
* feat: add new runner param to routes
* feat: get proper runner in settings
* fix: use proper type on getGameInfo
* feat: get proper runner in sidebar
* fix: add runner to settings btn in card
* fix: back button in general settings
* chore: log
* fix: Pr comments
* fix: dont show game settings when uninstalled
* fix: other settings break when no steam path found
* fix: settings page breaking on windows
* fix: eos-overlay check on windows
* fix: missing runner on wine ext
* Update electron/legendary/eos_overlay/eos_overlay.ts
Co-authored-by: Mathis Dröge <34034631+CommandMC@users.noreply.github.com>
* fix: lint
* fix: returnpath on settings
Co-authored-by: Mathis Dröge <34034631+CommandMC@users.noreply.github.com>
* [Fix] Path not Writable + Disk Space Info (#1575)
* Rewrite checkDiskSpace
* feat: check for parent access
* i18n: better warning message
* feat: add getFirstExistingParentPath by Noccer
* chore: revert i18n changes
* chore: log comment
* chore: log
Co-authored-by: Flavio F Lima <flavioislima@gmail.com>
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Azerbaijani)
Currently translated at 0.8% (3 of 351 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 0.8% (3 of 351 strings)
Added translation using Weblate (Azerbaijani)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (94 of 94 strings)
Added translation using Weblate (Azerbaijani)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ümid Quliyev <lucifer25x@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/az/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/az/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* [GOG Saves] Support multiple save locations (#1648)
* Handle multiple save locations
* Update gogdl
* generate i18n
* Apply CommandMC's review suggestions
* Get real path to follow symlinks, . and .. symbols
* Pass syncCommands as prop to avoid duplicated code
* Faster loading when values are already set, MacOS native fix
* Fix file not found error, fallback runWineCommandForGame to shell on windows, Change mapping of the APPLICATION_SUPPORT path
* fix: saves locations on windows
* Add Documents directory discovery from regedit to legendary games
Co-authored-by: Flavio Lima <flavioislima@gmail.com>
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (94 of 94 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/hu/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (94 of 94 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/hu/
* Translated using Weblate (Hungarian)
Currently translated at 99.1% (348 of 351 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/hu/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 79.2% (278 of 351 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/pt_BR/
* Translated using Weblate (Persian)
Currently translated at 100.0% (351 of 351 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/fa/
* Translated using Weblate (Persian)
Currently translated at 100.0% (94 of 94 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/fa/
* Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (94 of 94 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/az/
* Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (351 of 351 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/az/
* [Fix]: i18n keys
* [Fix] Show uncaught exception in frontend and exit heroic. (#1662)
* close app on uncaugth exception
* empty commit (0)
* empty commit (1)
* [UX] Alert the user about new Heroic updates for Stable and Beta Releases (#1674)
* feat: fetch new heroic releases info
* fix: types
* feat: show new releases on sidebar
* feat: improve beta checking
* feat: settings and notification
* i18n: updated keys
* feat: more beta detection improvements
* chore: log
* added test for semverGt
* update test
* Add test for undefined
Co-authored-by: Nocccer <Nocccer@gmail.com>
* [Fix] Check if steam flatpak is really installed (#1675)
* Add flatpak steam check
* i18n update
* [Tech] AppVeyor Configuration (#1650)
* chore: remove caching
* chore: use yarn for builds
* chore: trigger build
* chore: re add caching
* chore: update variable
* fix: slash
* trigger build
* chore: remove artifact
* Revert "chore: remove artifact"
This reverts commit 40a67fb1e6f26e46ac18bf0a7f3a280401d1d418.
* trigger build
* chore: set artifacts on interface
* chore: put artifacts back
* test
* test 2
* test 3
* test build on linux
* upgrade node
* use yarn
* fix wine
* try on macOS
* test on ubuntu again
* mac second try
* linux new try
* test with no space in name
* test win setup again
* feat: updated release workflow
* [Fix] changing route after login (#1678)
* [UI/UX] Show quit button if controller is activated (#1669)
* [Tech] Update Electron to 20.0.1 (#1647)
* add to beta branch
* lint fix
* move chmod inside writeFile callback
* change permission to 777
* change to 511
* switch to base 8
* add mode: 0o777 instead of chmod
* remove chmod from imports
* Merge branch 'beta' of https://github.com/Etaash-mathamsetty/HeroicGamesLauncher into beta
* update electron
* Update yarn.lock
* update electron
* update electron to 20
* update electron again
* Merge remote-tracking branch 'origin/beta' into beta
Translated using Weblate (German)
Currently translated at 100.0% (352 of 352 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Nico <d3sox@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/de/
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Basque)
Currently translated at 100.0% (94 of 94 strings)
Translated using Weblate (Basque)
Currently translated at 7.4% (7 of 94 strings)
Translated using Weblate (Basque)
Currently translated at 5.3% (5 of 94 strings)
Added translation using Weblate (Basque)
[i18n] Updated translations (Basque)
Currently translated at 100.0% (12 of 12 strings)
[i18n] Updated translations (Basque)
Currently translated at 8.3% (1 of 12 strings)
Added translation using Weblate (Basque)
Translated using Weblate (Basque)
Currently translated at 99.7% (359 of 360 strings)
Translated using Weblate (Basque)
Currently translated at 99.7% (353 of 354 strings)
Translated using Weblate (Basque)
Currently translated at 99.7% (351 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Gontzal Manuel Pujana Onaindia <thadahdenyse@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/eu/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/eu/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/login-page/eu/
Translation: Heroic Games Launcher
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Danish)
Currently translated at 99.7% (359 of 360 strings)
Translated using Weblate (Danish)
Currently translated at 99.7% (353 of 354 strings)
Translated using Weblate (Danish)
Currently translated at 99.7% (351 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/da/
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Romanian)
Currently translated at 95.8% (345 of 360 strings)
Translated using Weblate (Romanian)
Currently translated at 95.7% (339 of 354 strings)
Translated using Weblate (Romanian)
Currently translated at 95.7% (337 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/ro/
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Arabic)
Currently translated at 99.4% (358 of 360 strings)
Translated using Weblate (Arabic)
Currently translated at 99.4% (352 of 354 strings)
Translated using Weblate (Arabic)
Currently translated at 99.4% (350 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/ar/
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.9% (349 of 360 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.8% (343 of 354 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.8% (341 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/nb_NO/
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Bosnian)
Currently translated at 99.7% (359 of 360 strings)
Translated using Weblate (Bosnian)
Currently translated at 99.7% (353 of 354 strings)
Translated using Weblate (Bosnian)
Currently translated at 99.7% (351 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/bs/
Translation: Heroic Games Launcher/Globals
* Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (360 of 360 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (354 of 354 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (352 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/az/
Translation: Heroic Games Launcher/Globals
* [Fix]: Missing i18n keys
* Translated using Weblate (Spanish)
Currently translated at 100.0% (94 of 94 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (360 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/es/
* Translated using Weblate (Russian)
Currently translated at 100.0% (360 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/ru/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (360 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/zh_Hans/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 83.0% (299 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/pt_BR/
* Translated using Weblate (Basque)
Currently translated at 100.0% (360 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/eu/
* [i18n] Updated translations (Basque)
Currently translated at 100.0% (12 of 12 strings)
Translation: Heroic Games Launcher
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/login-page/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (94 of 94 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/eu/
* Squashed commit of the following:
commit 6eb2c427fa68244629ef038d5e398a02e6739e60
Author: Gontzal Manuel Pujana Onaindia <thadahdenyse@gmail.com>
Date: Tue Aug 9 08:48:21 2022 +0000
Translated using Weblate (Basque)
Currently translated at 100.0% (94 of 94 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/eu/
commit 4d8952992ea8e60579f9ab543a4838d5785b7ff7
Author: Gontzal Manuel Pujana Onaindia <thadahdenyse@gmail.com>
Date: Tue Aug 9 07:55:29 2022 +0000
[i18n] Updated translations (Basque)
Currently translated at 100.0% (12 of 12 strings)
Translation: Heroic Games Launcher
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/login-page/eu/
commit 4e00506aa5419fbd04815031e6edcaeb8484f888
Author: Gontzal Manuel Pujana Onaindia <thadahdenyse@gmail.com>
Date: Tue Aug 9 07:52:43 2022 +0000
Translated using Weblate (Basque)
Currently translated at 100.0% (360 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/eu/
commit 0e4125d8d8c15aecc7233abea77636cd7c7b927b
Author: Vitor Henrique <vitorhcl00@gmail.com>
Date: Tue Aug 9 09:24:38 2022 +0000
Translated using Weblate (Portuguese (Brazil))
Currently translated at 83.0% (299 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/pt_BR/
commit c89303333914b7ca83ad0860f71bb96251136aac
Author: Eric <alchemillatruth@purelymail.com>
Date: Tue Aug 9 01:16:22 2022 +0000
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (360 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/zh_Hans/
commit 8f6b44ec7f735134ab71133ce929dba7e37dcdc4
Author: Sedative <tertre3@gmail.com>
Date: Tue Aug 9 06:39:40 2022 +0000
Translated using Weblate (Russian)
Currently translated at 100.0% (360 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/ru/
commit 84e6902706a55549f2ee29d67612bf3cae094e87
Author: Ariel Juodziukynas <arieljuod@gmail.com>
Date: Mon Aug 8 23:39:31 2022 +0000
Translated using Weblate (Spanish)
Currently translated at 100.0% (360 of 360 strings)
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/es/
commit df379a37ea08695ae7921f0be552456c3fdb13b0
Author: Ariel Juodziukynas <arieljuod@gmail.com>
Date: Mon Aug 8 23:33:40 2022 +0000
Translated using Weblate (Spanish)
Currently translated at 100.0% (94 of 94 strings)
Translation: Heroic Games Launcher/GamePage
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/es/
commit cfc3885e4c7843c4a15e8877bae4930b20bea4e1
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 10:45:56 2022 +0200
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (360 of 360 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (354 of 354 strings)
Translated using Weblate (Azerbaijani)
Currently translated at 100.0% (352 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/az/
Translation: Heroic Games Launcher/Globals
commit 4f426a952faa3154d7b9cf03d5c6cd4a7350c80b
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 10:45:56 2022 +0200
Translated using Weblate (Bosnian)
Currently translated at 99.7% (359 of 360 strings)
Translated using Weblate (Bosnian)
Currently translated at 99.7% (353 of 354 strings)
Translated using Weblate (Bosnian)
Currently translated at 99.7% (351 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/bs/
Translation: Heroic Games Launcher/Globals
commit 903ed4cc37296291fc0c59d9e787ca60d26a4822
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 10:45:56 2022 +0200
Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.9% (349 of 360 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.8% (343 of 354 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 96.8% (341 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/nb_NO/
Translation: Heroic Games Launcher/Globals
commit d304301b3b1e0473be466e27258bdd5c67557952
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 10:45:56 2022 +0200
Translated using Weblate (Arabic)
Currently translated at 99.4% (358 of 360 strings)
Translated using Weblate (Arabic)
Currently translated at 99.4% (352 of 354 strings)
Translated using Weblate (Arabic)
Currently translated at 99.4% (350 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/ar/
Translation: Heroic Games Launcher/Globals
commit 3ecbce398233c0c63335657e64947acce2f4c10c
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 10:45:55 2022 +0200
Translated using Weblate (Romanian)
Currently translated at 95.8% (345 of 360 strings)
Translated using Weblate (Romanian)
Currently translated at 95.7% (339 of 354 strings)
Translated using Weblate (Romanian)
Currently translated at 95.7% (337 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/ro/
Translation: Heroic Games Launcher/Globals
commit 0743f2745f670c363c78818d64f6b420b6b18203
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 10:45:55 2022 +0200
Translated using Weblate (Danish)
Currently translated at 99.7% (359 of 360 strings)
Translated using Weblate (Danish)
Currently translated at 99.7% (353 of 354 strings)
Translated using Weblate (Danish)
Currently translated at 99.7% (351 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/da/
Translation: Heroic Games Launcher/Globals
commit 7c28a42c3d80cfd60b9a22f347579442af518e71
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 10:45:55 2022 +0200
Translated using Weblate (Basque)
Currently translated at 100.0% (94 of 94 strings)
Translated using Weblate (Basque)
Currently translated at 7.4% (7 of 94 strings)
Translated using Weblate (Basque)
Currently translated at 5.3% (5 of 94 strings)
Added translation using Weblate (Basque)
[i18n] Updated translations (Basque)
Currently translated at 100.0% (12 of 12 strings)
[i18n] Updated translations (Basque)
Currently translated at 8.3% (1 of 12 strings)
Added translation using Weblate (Basque)
Translated using Weblate (Basque)
Currently translated at 99.7% (359 of 360 strings)
Translated using Weblate (Basque)
Currently translated at 99.7% (353 of 354 strings)
Translated using Weblate (Basque)
Currently translated at 99.7% (351 of 352 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Gontzal Manuel Pujana Onaindia <thadahdenyse@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/eu/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/eu/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/login-page/eu/
Translation: Heroic Games Launcher
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
commit 62c8a8d88a758c1418e08a36fb8016618547590e
Author: Hosted Weblate <hosted@weblate.org>
Date: Tue Aug 9 10:45:55 2022 +0200
Merge remote-tracking branch 'origin/beta' into beta
Translated using Weblate (German)
Currently translated at 100.0% (352 of 352 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Nico <d3sox@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/de/
Translation: Heroic Games Launcher/Globals
* [Fix] Hide Install from Context Menu while downloading a game (#1685)
Hide the unnecessary Install option in the gamecard (right-click menu) of an uninstalled game while another game is being downloaded.
* [Fix] Multiple frontend fixes for add to steam feature (#1684)
* remove notify if game is not on steam
* Multiple frontend fixes
* review suggestions
* [Fix] Disable notifications if they are not supported. (E.g. Steamdeck Gamemode) (#1693)
* Disable notification on steam deck gamemode
* empty commit (1)
* empty commit (2)
* Fix tests
* Show notification if supported
* add isSteamDeckGameMode again
* [GOG] Fix errors when offline (#1668)
* add isOnline checks, and load local library cache when offline
* Move isOnline check to getUserDetails
* [i18n] Updated translations (Azerbaijani)
Currently translated at 100.0% (12 of 12 strings)
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/login-page/az/
Translation: Heroic Games Launcher
Translation: Heroic Games Launcher/GamePage
* Translated using Weblate (Basque)
Currently translated at 100.0% (358 of 358 strings)
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Sergio Varela <sergitroll9@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/eu/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (358 of 358 strings)
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Eric <alchemillatruth@purelymail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/zh_Hans/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Translated using Weblate (Spanish)
Currently translated at 100.0% (358 of 358 strings)
Co-authored-by: Ariel Juodziukynas <arieljuod@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/es/
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Translation: Heroic Games Launcher/Globals
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
* [UI/UX] Game Page Tools Reorganization (#1702)
* [UI/UX] Game Page Tools Reorganization
* i18n: updated keys
* chore: move shortcuts to the beggining
* [i18n] Updated Translations (#1688)
* [i18n] Updated translations (Azerbaijani)
Currently translated at 100.0% (12 of 12 strings)
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/login-page/az/
Translation: Heroic Games Launcher
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (358 of 358 strings)
Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Eric <alchemillatruth@purelymail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/zh_Hans/
Translation: Heroic Games Launcher/GamePage
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Update translation files
Updated by "Squash Git commits" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/gamepage/
Translation: Heroic Games Launcher/GamePage
* Translated using Weblate (Spanish)
Currently translated at 100.0% (358 of 358 strings)
Co-authored-by: Ariel Juodziukynas <arieljuod@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/heroic-games-launcher/globals/es/
Translation: Heroic Games Launcher/Globals
* Update translation files
Updated by "Squash…1 parent 39694c2 commit 68be5f5Copy full SHA for 68be5f5
File tree
260 files changed
+9780
-7588
lines changed- .github/workflows
- .vscode
- flatpak
- patches/p7zip
- public
- locales
- ar
- az
- be
- bg
- bs
- ca
- cs
- da
- de
- el
- en
- es
- et
- eu
- fa
- fi
- fr
- gl
- hr
- hu
- id
- it
- ja
- ko
- ml
- nb_NO
- nl
- pl
- pt
- pt_BR
- ro
- ru
- sk
- sv
- ta
- tr
- uk
- vi
- zh_Hans
- zh_Hant
- src
- backend
- __mocks__
- __tests__
- runtimes/test_data
- anticheat
- api
- dialog
- __mocks__
- gog
- legendary
- eos_overlay
- logger
- __mocks__
- __tests__
- proxy
- shortcuts
- nonesteamgame
- __tests__
- test_data
- shortcuts
- wine
- manager
- runtimes
- __tests__/runtimes
- test_data
- common
- frontend
- components/UI
- ActionIcons
- Dialog
- DialogHandler
- components/MessageBoxModal
- ErrorComponent
- LanguageSelector
- OfflineMessage
- Sidebar
- components/SidebarLinks
- SmallInfo
- ThemeSelector
- ToggleSwitch
- TwoColTableInput
- UninstallModal
- helpers
- hooks
- screens
- Game
- GamePage
- GameSubMenu
- Library
- components
- GameCard
- InstallModal
- RecentlyPlayed
- Login
- Settings
- components
- AdvancedSettings
- FooterInfo
- GeneralSettings
- LogSettings
- OtherSettings
- SyncSaves
- Tools
- WineExtensions
- WineSettings
- WineManager/components/WineItem
- state
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
260 files changed
+9780
-7588
lines changed+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
| 6 | + |
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
|
.github/workflows/draft-release-linux.yml
Copy file name to clipboardexpand all lines: .github/workflows/draft-release-linux.yml-22
This file was deleted.
.github/workflows/draft-release-mac.yml
Copy file name to clipboardexpand all lines: .github/workflows/draft-release-mac.yml-21
This file was deleted.
+5-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 5 | + | |
| 6 | + | |
13 | 7 |
| |
14 | 8 |
| |
15 |
| - | |
| 9 | + | |
16 | 10 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 11 | + | |
| 12 | + | |
25 | 13 |
| |
26 | 14 |
| |
27 | 15 |
|
+22-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
9 | 8 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 9 | + | |
14 | 10 |
| |
15 | 11 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 12 | + | |
19 | 13 |
| |
20 |
| - | |
| 14 | + | |
| 15 | + | |
21 | 16 |
| |
22 | 17 |
| |
23 | 18 |
| |
24 | 19 |
| |
25 | 20 |
| |
26 | 21 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 22 | + | |
30 | 23 |
| |
31 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
32 | 27 |
| |
33 | 28 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 29 | + | |
37 | 30 |
| |
38 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
|
0 commit comments