-
-
Notifications
You must be signed in to change notification settings - Fork 289
Releases: utkarshdalal/GameNative
Releases · utkarshdalal/GameNative
v1.0.0
@github-actions
github-actions
51298b3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Downloads
gamenative-v1.0.0.apk— Standard build (Android 8–14). Recommended for most users.
What's Changed
Added after prerelease
- fixed controller not working on glibc + other controller issues by @AndreVto in #1502
- Update default configs for devices so more games work out of the box by @utkarshdalal in #1521
- fixes for bionic steam client (remove crashes) by @joshuatam in #1505
- Fix Darkest Dungeon Workshop mod handling by @Nightwalker743 in #1500
- Improve game pause/resume timing and synchronization by @joshuatam in #1506
- Add ALT + ENTER control action by @Nightwalker743 in #1498
- Add more variable preset suggestions by @Catpotatos in #1497
- fix Vulkan renderer scaling/screen effects by @xXJSONDeruloXx in #1503 and me
- Fix: Long exe game names not SIGSTOPed due to getting truncate by @Catpotatos in #1496
- preserve zip payload extensions for Steam workshop by @Nightwalker743 in #1523
- fix: update pulseaudio suspend/resume handling by @joshuatam in #1527
From prerelease
- Brought in Vulkan Renderer from Winlator Ludashi (thank you @StevenMXZ) - improves performance and input latency
- Updated controller implementation by @AndreVto - improves performance and input latency in #1471
- Improvements to LSFG-vk framegen - should work more reliably. @xXJSONDeruloXx brought in lsfg-vk Android layer v1.0.2
- Added modern build of GameNative app for latest version of Android - for Play Store release
- Added beta bionic Steam implementation for online play with no Steam client overhead (back up your saves before using it) - by @joshuatam and me
- Updated controller implementation - fixes Kingdom Hearts 1.5 + 2.5 ReMIX by @AndreVto
- Several pulse audio fixes, reduced latency, reliably pause and resume by @joshuatam
- Improve perf HUD temperature sensor accuracy and GPU usage coverage by @xXJSONDeruloXx in #1406
- Automatic frontend sync for installed/uninstalled games by @vitormf in #1454
- Fix: Stuck loading screen during Mono/XAudio install by @Catpotatos in #1395
- Improve shortcut icons - use clientIcon instead of icon for steam shortcuts by @Raxcoms in #1402
- Faster boots - cache Steam save file hashes between syncs by @kiequoo in #1227
- Fix steam playtime not being tracked after sleeping the device or going offline - resend steam presence after reconnect by @xXJSONDeruloXx in #1278
- Cap Steam DL size to installSize to avoid gigantic dl size reporting. by @phobos665 in #1482
- Allow sign in with Steam Guard TOTP code by @peanut250 in #1241
- Fixed stylus handling in TouchpadView by @ppsz in #1334
- Steam cloud save fix - Two Point Museum works by @kiequoo in #1465
- Epic Offline Mode for offline launches by @phobos665 in #1467
- Fixed Steam games showing account name instead of user name by @utkarshdalal in #1492
- Fix games sometimes continuing to run threads in background when paused and eating battery by @Catpotatos in #1491
- Fix simultaneous dpad and left stick input by @Nightwalker743 in #1445
- Fix range button scrolling in touchmode by @Nightwalker743 in #1446
- Fix touchscreen click-drag cursor tracking by @Nightwalker743 in #1449
- Fix hold gesture mouse click timing by @Nightwalker743 in #1450
- fix: clear persona state and hide status picker on sign out by @ben-pearson in #1312
- Show remaining storage space in Storage Manager by @ben-pearson in #1321
- fix: Exclude custom games from compatibility filter by @joshuatam in #1412
- chore: fexcore-2605 by @phobos665 and @linkq in #1422
- don't block local launch when remote runs a non-Steam shortcut by @ben-pearson in #1396
- fix: update child windows when parent geometry is changed by @AndreVto in #1436
- Fix graphics glitches - Remove TU_DEBUG=deck_emu default. by @phobos665 in #1481
- fix: add Korean and Romanian to language switcher, sort by ISO code by @linkq in #1349
- i18n: extract booting splash tips into translatable string resources by @linkq in #1350
- Fix RenPy workshop mod duplication by @Ivantyaj in #1394
- fix: add game fix for Danganronpa 2 (STEAM 413420) by @tlt21 in #1301
- fix(envvars): escape spaces on round-trip; fix crash on save by @jeremybernstein in #1429
- sync offline achievements on reconnect by @xXJSONDeruloXx in #1268
- fix: Cleanup/remove unused functions etc. by @phobos665 in #1362
- Japanese translation by @utkarshdalal in #1475
- fix: Improve process handling for reliable suspend/resume by @joshuatam in #1457
- fix: Pause and resume PerformanceHudView with lifecycle by @joshuatam in #1463
- Attempted added support for USB external storage by @utkarshdalal in #1476
- fix Steam ForegroundServiceDidNotStartInTimeException crash by @phobos665 in #1485
- fix Steam achievement timestamps by @phobos665 in #1473
- fix(steam/download): close race that hangs Update/Verify at 0% by @jeremybernstein in #1434
New Contributors
- @Raxcoms made their first contribution in #1402
- @Ivantyaj made their first contribution in #1394
- @ppsz made their first contribution in #1334
- @peanut250 made their first contribution in #1241
- @vitormf made their first contribution in #1454
Full Changelog: v0.9.2...v1.0.0
Contributors
- @joshuatam
- @jeremybernstein
- @kiequoo
- @vitormf
- @linkq
- @utkarshdalal
- @phobos665
- @ben-pearson
- @Raxcoms
- @ppsz
- @tlt21
- @Ivantyaj
- @AndreVto
- @xXJSONDeruloXx
- @Nightwalker743
- @StevenMXZ
- @peanut250
- @Catpotatos
joshuatam, jeremybernstein, and 16 other contributors
Assets 3
63 people reacted
v1.0.0-prerelease
@github-actions
github-actions
2bea2aa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.0.0-prerelease
Pre-release
Pre-release
Downloads
gamenative-v1.0.0-prerelease.apk— Legacy build (Android 8–14). Recommended for most users.gamenative-v1.0.0-prerelease-modern.apk— Modern build (Android 11+). Built for the latest Android, so no security warning about an outdated target. No D drive access and no custom game support; glibc not supported, external storage location moved.
What's Changed
- Brought in Vulkan Renderer from Winlator Ludashi (thank you @StevenMXZ) - improves performance and input latency
- Updated controller implementation by @AndreVto - improves performance and input latency in #1471
- Improvements to LSFG-vk framegen - should work more reliably. @xXJSONDeruloXx brought in lsfg-vk Android layer v1.0.2
- Added modern build of GameNative app for latest version of Android - for Play Store release
- Added beta bionic Steam implementation for online play with no Steam client overhead (back up your saves before using it) - by @joshuatam and me
- Updated controller implementation - fixes Kingdom Hearts 1.5 + 2.5 ReMIX by @AndreVto
- Several pulse audio fixes, reduced latency, reliably pause and resume by @joshuatam
- Improve perf HUD temperature sensor accuracy and GPU usage coverage by @xXJSONDeruloXx in #1406
- Automatic frontend sync for installed/uninstalled games by @vitormf in #1454
- Fix: Stuck loading screen during Mono/XAudio install by @Catpotatos in #1395
- Improve shortcut icons - use clientIcon instead of icon for steam shortcuts by @Raxcoms in #1402
- Faster boots - cache Steam save file hashes between syncs by @kiequoo in #1227
- Fix steam playtime not being tracked after sleeping the device or going offline - resend steam presence after reconnect by @xXJSONDeruloXx in #1278
- Cap Steam DL size to installSize to avoid gigantic dl size reporting. by @phobos665 in #1482
- Allow sign in with Steam Guard TOTP code by @peanut250 in #1241
- Fixed stylus handling in TouchpadView by @ppsz in #1334
- Steam cloud save fix - Two Point Museum works by @kiequoo in #1465
- Epic Offline Mode for offline launches by @phobos665 in #1467
- Fixed Steam games showing account name instead of user name by @utkarshdalal in #1492
- Fix games sometimes continuing to run threads in background when paused and eating battery by @Catpotatos in #1491
- Fix simultaneous dpad and left stick input by @Nightwalker743 in #1445
- Fix range button scrolling in touchmode by @Nightwalker743 in #1446
- Fix touchscreen click-drag cursor tracking by @Nightwalker743 in #1449
- Fix hold gesture mouse click timing by @Nightwalker743 in #1450
- fix: clear persona state and hide status picker on sign out by @ben-pearson in #1312
- Show remaining storage space in Storage Manager by @ben-pearson in #1321
- fix: Exclude custom games from compatibility filter by @joshuatam in #1412
- chore: fexcore-2605 by @phobos665 and @linkq in #1422
- don't block local launch when remote runs a non-Steam shortcut by @ben-pearson in #1396
- fix: update child windows when parent geometry is changed by @AndreVto in #1436
- Fix graphics glitches - Remove TU_DEBUG=deck_emu default. by @phobos665 in #1481
- fix: add Korean and Romanian to language switcher, sort by ISO code by @linkq in #1349
- i18n: extract booting splash tips into translatable string resources by @linkq in #1350
- Fix RenPy workshop mod duplication by @Ivantyaj in #1394
- fix: add game fix for Danganronpa 2 (STEAM 413420) by @tlt21 in #1301
- fix(envvars): escape spaces on round-trip; fix crash on save by @jeremybernstein in #1429
- sync offline achievements on reconnect by @xXJSONDeruloXx in #1268
- fix: Cleanup/remove unused functions etc. by @phobos665 in #1362
- Japanese translation by @utkarshdalal in #1475
- fix: Improve process handling for reliable suspend/resume by @joshuatam in #1457
- fix: Pause and resume PerformanceHudView with lifecycle by @joshuatam in #1463
- Attempted added support for USB external storage by @utkarshdalal in #1476
- fix Steam ForegroundServiceDidNotStartInTimeException crash by @phobos665 in #1485
- fix Steam achievement timestamps by @phobos665 in #1473
- fix(steam/download): close race that hangs Update/Verify at 0% by @jeremybernstein in #1434
New Contributors
- @Raxcoms made their first contribution in #1402
- @Ivantyaj made their first contribution in #1394
- @ppsz made their first contribution in #1334
- @peanut250 made their first contribution in #1241
- @vitormf made their first contribution in #1454
Full Changelog: v0.9.2...v1.0.0-prerelease
Contributors
- @joshuatam
- @jeremybernstein
- @kiequoo
- @vitormf
- @linkq
- @utkarshdalal
- @phobos665
- @ben-pearson
- @Raxcoms
- @ppsz
- @tlt21
- @Ivantyaj
- @AndreVto
- @xXJSONDeruloXx
- @Nightwalker743
- @StevenMXZ
- @peanut250
- @Catpotatos
joshuatam, jeremybernstein, and 16 other contributors
Assets 4
55 people reacted
v0.9.2
@github-actions
github-actions
cd1670f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Revert multicontroller support, fix controller issues on 0.9.1
- Epic denuvo support, Hogwarts Legacy working (requires sign out of Epic and back in)
- Correct half-texel offset in FSR RCAS sampling by @xXJSONDeruloXx in #1386
- Ensure single-depot DLCs are not filtered by language (fixes Skyrim in Japanese) by @joshuatam in #1398
- Exclude Steam China depots from download consideration (fixes Eastw ard in Chinese), requires log out and log inof Steam by @joshuatam in #1399
- Fixed games showing as 0B if deleted from storage manager, fixed Resume button, other downloading improvements
- Fix disabled mouse in Glibc - allow XI2 only on bionic container by @AndreVto in #1389
Full Changelog: v0.9.1...v0.9.2
Assets 3
48 people reacted
v0.9.2-prerelease
v0.9.2-prerelease
Pre-release
Pre-release
What's Changed
- Revert multicontroller support, fix controller issues on 0.9.1
- Epic denuvo support, Hogwarts Legacy working (requires sign out of Epic and back in)
- Correct half-texel offset in FSR RCAS sampling by @xXJSONDeruloXx in #1386
- Ensure single-depot DLCs are not filtered by language (fixes Skyrim in Japanese) by @joshuatam in #1398
- Exclude Steam China depots from download consideration (fixes Eastw ard in Chinese), requires log out and log inof Steam by @joshuatam in #1399
- Fixed games showing as 0B if deleted from storage manager, fixed Resume button, other downloading improvements
Full Changelog: v0.9.1...v0.9.2-prerelease
Assets 3
14 people reacted
v0.9.1
@github-actions
github-actions
4faaf13
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Added since prerelease
- LSFG-VK frame generation integration by @xXJSONDeruloXx in #1322
- Fixes for games not appearing, DLC not appearing and some games showing as 0B.
- Fixes for offline launches via frontends by @jeremybernstein in #1283
- Fixes for frame rate cap, task manager, FSR fit scaling mode to preserve container aspect ration by @xXJSONDeruloXx
- let XI2 throw error on unimplemented opcode (lets EA app install) by @AndreVto in #1354
- Proton symlink fixes by @unbelievableflavour
From v0.9.1-prerelease
- Added support for Epic EOS DRM and online play (by @phobos665 and me) in #1285
- Added multi-controller support by @bllendev in #1047
- Update wine-mono version to 11.0.0 in installer scripts, fixes online play for some games by @Catpotatos in #1133
- Eliminate random container corruption and wine prefix overwrites by @Catpotatos and me in #1310
- Fixed bug when local Steam saves could be overwritten after playing offline and going online by @jeremybernstein in #1169
- Significant fixes to Steam cloud saves where game had no UFS preset by @joshuatam in #1100
- Multicontroller support by @bllendev in #1261
- Added Ludashi's/Gamehub's HDR (aka "Vivid mode") by @xXJSONDeruloXx in #1106
- Added FSR 1.0 & Scaling Modes by @xXJSONDeruloXx in #1112
- Eliminated infinite booting screens by @jeremybernstein in #1136
- Fixed bug introduced in 0.9.0 hiding Steam games and DLC, enhance DLC display by @joshuatam in #1191
- Fixed bug introduced in 0.9.0 where redists were not downloaded for Steam games by @joshuatam in #1166
- Added GameNative's new custom proton 10 builds by @AndreVto , @joshuatam in #1275
- Made both Epic and GOG downloads from Asia in #1220
- Massive improvements to touchscreen mode and gestures by @Nightwalker743 in #1276
- Fixed audio in games like Skyrim by automatically extracting XAudio DLLs in Proton 10 by @joshuatam in #1184
- Made layouts cutout/notch aware in #1299
- Reduce Application Error 0000065432 by making Unpack Files more aggressive in #1300
- Fix mouse movement in games that use raw mouse input and clipcursor by @AndreVto in #1084
- Add ability to import Steam games via custom paths by @joshuatam in #1066
- Added ability to manually set location for workshop mods by @Nightwalker743 in #1072
- Added task manager in sidebar by @xXJSONDeruloXx in #1121
- Added dialog for known configs with missing components rather than failing silently by @jeremybernstein in #801
- added in-game FPS clamp for quick performance adjustments by @xXJSONDeruloXx in #1081
- Added toggle to enable/disable showing achievements by @phobos665 in #1251
- Add Steam save import and export actions by @xXJSONDeruloXx in #966
- Added fexcore 2604 by @xXJSONDeruloXx in #1170
- Added Box64 0.4.2 by @phobos665 in #1262
- Added new turnip drivers for 8 Elite and 7xx/6xx (26.2.0, fixes UE5 DX12 games) to manifest by @utkarshdalal in #1263
- Added toggle to disable Posthog analytics by @utkarshdalal in #1236
- Added optional in-app game recommendations page by @utkarshdalal in #1235
- Show actionable dialog when Steam session is taken by another device instead of silent crash by @ben-pearson in #1306
- Fixed some Steam games showing container desktop on press play by @kiequoo in #1198
- Fix wrong install size showing for some games by @jeremybernstein in #1054
- Fix Steam cloud saves with unhandled UFS path types and fix save pattern parsing edge cases by @kiequoo in #1157
- Preserve file timestamps during Steam Cloud download by @joshuatam in #1199
- Sync cloud saves immediately after install by @kiequoo in #1264
And many more:
- fix: prevent carousel touch loss during pagination by @xXJSONDeruloXx in #1127
- fix: Download support files for gen 2 by @unbelievableflavour in #1130
- gamefix: Added wine env var fix type + fix for stardew by @unbelievableflavour in #1156
- Empty Wine/XDG trash on container shutdown by @jeremybernstein in #1151
- fix: Added additional directory for xna msi by @unbelievableflavour in #1125
- fix: match UFS save file globs case-insensitively by @AnikethanVA in #1183
- feat: Added force cloud sync for GOG + made toasts consistent across platforms by @unbelievableflavour in #812
- Fix library view not updating after game uninstall by @jeremybernstein in #956
- Fix connection banner visibility and slow disconnect detection by @jeremybernstein in #918
- Add reusable INI game fix for Imperivm by @Misazam in #1009
- feat: disable IME extract UI and centralize singleLine keyboard behavior by @jeremybernstein in #1014
- fix: perf hud fps fix for other wrappers by @xXJSONDeruloXx in #1164
- feat: Added option to toggle button hints bar by @unbelievableflavour in #811
- Fix: GOG chunk URL broken when CDN token is in query string by @unbelievableflavour in #1215
- fix: skip spurious conflict when cache wiped but local matches cloud by @jeremybernstein in #1228
- chore(): openApi specs for Gog, Epic & Amazon by @phobos665 in #1234
- gamefix: More fallout game fixes by @unbelievableflavour in #1134
- gamefix: Kingdom hearts 3 (epic) gamefix by @unbelievableflavour in #1161
- fix: kill stale wine processes before launch by @xXJSONDeruloXx in #1195
- fix: GOG cloud save fetch failure handling by @kiequoo in #1201
- feat: Parallelize Steam cloud save downloads by @kiequoo in #1226
- fix: use stored installPath in GOGManager.deleteGame to prevent uninstall failures by @xXJSONDeruloXx in #1255
- Added some changes for rockstar launcher by @utkarshdalal in #1274
- feat/refactor: Improve GOGDownloadManager download efficiency by @joshuatam in #1277
- fix(workshop): force standard Steam UGC path for Tale of Immortal by @linkq in #1260
- Move Touchscreen Mode toggle to in-game sidebar by @Nightwalker743 in #1249
- fix: late release single tap in touchscreen mode to fix clicking in some games by @AndreVto in #1212
- fix: gog download pause / resume handling logic by @joshuatam in #1291
- fix: resolve cloud save path for Danganronpa 2 (app 413420) by @tlt21 in #1297
- Fix: Rounded corners being clipped as rectangles in CompactLibraryTabBar by @sdkahal in #1293
- feat: move Disable Mouse Input to in-game Quick Menu overlay by @ben-pearson in #1267
- fix: keep exit button visible on ultrawide phones by making tab rail scrollable by @xXJSONDeruloXx in #1307
- i18n: update and complete Chinese localizations (zh_CN & zh_TW) by @sdkahal in #1315
- feat: add Show Keyboard extra binding to control editor by @Nightwalker743 in #1271
- fix: Meta Quest 3/3s black screen on Turnip driver by @lvonasek in #1185
- gamefix: Added jazz jack collection args fix by @unbelievableflavour in #1131
- fix: persist screen effects settings per game by @xXJSONDeruloXx in #1108
- refactor: Symlink imagefs_shared home in the variants + migrate old home contents by @unbelievableflavour in #1030
- fix: Missing X11 keysym entries for Num and Caps Lock keys by @Unnvaldr in #1149
- fix: eliminate global symlink dependency in PathType.toAbsPath by @kiequoo in #1305
- Added slay the spire 2 gamefix by @unbelievableflavour in #1160
- Refactor: Moved all gamefixes to gamefixes/types for clear structure by @unbelievableflavour in #1217
- fix/feat: allow config dxvk and vkd3d version together by @joshuatam in #1083
- fix(workshop): skip ZIP extraction for games that read archives directly by @linkq in #1316
- refactor: Symlink imagefs_shared proton in the variants + migrate old proton versions by @unbelievableflavour in #1034
New Contributors
- @AnikethanVA made their first contribution in #1183
- @Misazam made their first contribution in #1009
- @bllendev made their first contribution in #1047
- @linkq made their first contribution in #1260
- @tlt21 made their first contribution in #1297
- @sdkahal made their first contribution in #1293
- @ben-pearson made their first contribution in #1267
Full Changelog: v0.9.0...v0.9.1
Contributors
- @joshuatam
- @jeremybernstein
- @kiequoo
- @linkq
- @unbelievableflavour
- @utkarshdalal
- @phobos665
- @lvonasek
- @Unnvaldr
- @ben-pearson
- @tlt21
- @Misazam
- @AnikethanVA
- @sdkahal
- @AndreVto
- @bllendev
- @xXJSONDeruloXx
- @Nightwalker743
- @Catpotatos
joshuatam, jeremybernstein, and 17 other contributors
Assets 3
43 people reacted
v0.9.1-prerelease
@github-actions
github-actions
bb9a75e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.9.1-prerelease
Pre-release
Pre-release
What's Changed
- Added support for Epic EOS DRM and online play (by @phobos665 and me) in #1285
- Added multi-controller support by @bllendev in #1047
- Update wine-mono version to 11.0.0 in installer scripts, fixes online play for some games by @Catpotatos in #1133
- Eliminate random container corruption and wine prefix overwrites by @Catpotatos and me in #1310
- Fixed bug when local Steam saves could be overwritten after playing offline and going online by @jeremybernstein in #1169
- Significant fixes to Steam cloud saves where game had no UFS preset by @joshuatam in #1100
- Multicontroller support by @bllendev in #1261
- Added Ludashi's/Gamehub's HDR (aka "Vivid mode") by @xXJSONDeruloXx in #1106
- Added FSR 1.0 & Scaling Modes by @xXJSONDeruloXx in #1112
- Eliminated infinite booting screens by @jeremybernstein in #1136
- Fixed bug introduced in 0.9.0 hiding Steam games and DLC, enhance DLC display by @joshuatam in #1191
- Fixed bug introduced in 0.9.0 where redists were not downloaded for Steam games by @joshuatam in #1166
- Added GameNative's new custom proton 10 builds by @AndreVto , @joshuatam in #1275
- Made both Epic and GOG downloads from Asia in #1220
- Massive improvements to touchscreen mode and gestures by @Nightwalker743 in #1276
- Fixed audio in games like Skyrim by automatically extracting XAudio DLLs in Proton 10 by @joshuatam in #1184
- Made layouts cutout/notch aware in #1299
- Reduce Application Error 0000065432 by making Unpack Files more aggressive in #1300
- Fix mouse movement in games that use raw mouse input and clipcursor by @AndreVto in #1084
- Add ability to import Steam games via custom paths by @joshuatam in #1066
- Added ability to manually set location for workshop mods by @Nightwalker743 in #1072
- Added task manager in sidebar by @xXJSONDeruloXx in #1121
- Added dialog for known configs with missing components rather than failing silently by @jeremybernstein in #801
- added in-game FPS clamp for quick performance adjustments by @xXJSONDeruloXx in #1081
- Added toggle to enable/disable showing achievements by @phobos665 in #1251
- Add Steam save import and export actions by @xXJSONDeruloXx in #966
- Added fexcore 2604 by @xXJSONDeruloXx in #1170
- Added Box64 0.4.2 by @phobos665 in #1262
- Added new turnip drivers for 8 Elite and 7xx/6xx (26.2.0, fixes UE5 DX12 games) to manifest by @utkarshdalal in #1263
- Added toggle to disable Posthog analytics by @utkarshdalal in #1236
- Added optional in-app game recommendations page by @utkarshdalal in #1235
- Show actionable dialog when Steam session is taken by another device instead of silent crash by @ben-pearson in #1306
- Fixed some Steam games showing container desktop on press play by @kiequoo in #1198
- Fix wrong install size showing for some games by @jeremybernstein in #1054
- Fix Steam cloud saves with unhandled UFS path types and fix save pattern parsing edge cases by @kiequoo in #1157
- Preserve file timestamps during Steam Cloud download by @joshuatam in #1199
- Sync cloud saves immediately after install by @kiequoo in #1264
And many more:
- fix: prevent carousel touch loss during pagination by @xXJSONDeruloXx in #1127
- fix: Download support files for gen 2 by @unbelievableflavour in #1130
- gamefix: Added wine env var fix type + fix for stardew by @unbelievableflavour in #1156
- Empty Wine/XDG trash on container shutdown by @jeremybernstein in #1151
- fix: Added additional directory for xna msi by @unbelievableflavour in #1125
- fix: match UFS save file globs case-insensitively by @AnikethanVA in #1183
- feat: Added force cloud sync for GOG + made toasts consistent across platforms by @unbelievableflavour in #812
- Fix library view not updating after game uninstall by @jeremybernstein in #956
- Fix connection banner visibility and slow disconnect detection by @jeremybernstein in #918
- Add reusable INI game fix for Imperivm by @Misazam in #1009
- feat: disable IME extract UI and centralize singleLine keyboard behavior by @jeremybernstein in #1014
- fix: perf hud fps fix for other wrappers by @xXJSONDeruloXx in #1164
- feat: Added option to toggle button hints bar by @unbelievableflavour in #811
- Fix: GOG chunk URL broken when CDN token is in query string by @unbelievableflavour in #1215
- fix: skip spurious conflict when cache wiped but local matches cloud by @jeremybernstein in #1228
- chore(): openApi specs for Gog, Epic & Amazon by @phobos665 in #1234
- gamefix: More fallout game fixes by @unbelievableflavour in #1134
- gamefix: Kingdom hearts 3 (epic) gamefix by @unbelievableflavour in #1161
- fix: kill stale wine processes before launch by @xXJSONDeruloXx in #1195
- fix: GOG cloud save fetch failure handling by @kiequoo in #1201
- feat: Parallelize Steam cloud save downloads by @kiequoo in #1226
- fix: use stored installPath in GOGManager.deleteGame to prevent uninstall failures by @xXJSONDeruloXx in #1255
- Added some changes for rockstar launcher by @utkarshdalal in #1274
- feat/refactor: Improve GOGDownloadManager download efficiency by @joshuatam in #1277
- fix(workshop): force standard Steam UGC path for Tale of Immortal by @linkq in #1260
- Move Touchscreen Mode toggle to in-game sidebar by @Nightwalker743 in #1249
- fix: late release single tap in touchscreen mode to fix clicking in some games by @AndreVto in #1212
- fix: gog download pause / resume handling logic by @joshuatam in #1291
- fix: resolve cloud save path for Danganronpa 2 (app 413420) by @tlt21 in #1297
- Fix: Rounded corners being clipped as rectangles in CompactLibraryTabBar by @sdkahal in #1293
- feat: move Disable Mouse Input to in-game Quick Menu overlay by @ben-pearson in #1267
- fix: keep exit button visible on ultrawide phones by making tab rail scrollable by @xXJSONDeruloXx in #1307
- i18n: update and complete Chinese localizations (zh_CN & zh_TW) by @sdkahal in #1315
- feat: add Show Keyboard extra binding to control editor by @Nightwalker743 in #1271
- fix: Meta Quest 3/3s black screen on Turnip driver by @lvonasek in #1185
- gamefix: Added jazz jack collection args fix by @unbelievableflavour in #1131
- fix: persist screen effects settings per game by @xXJSONDeruloXx in #1108
- refactor: Symlink imagefs_shared home in the variants + migrate old home contents by @unbelievableflavour in #1030
- fix: Missing X11 keysym entries for Num and Caps Lock keys by @Unnvaldr in #1149
- fix: eliminate global symlink dependency in PathType.toAbsPath by @kiequoo in #1305
- Added slay the spire 2 gamefix by @unbelievableflavour in #1160
- Refactor: Moved all gamefixes to gamefixes/types for clear structure by @unbelievableflavour in #1217
- fix/feat: allow config dxvk and vkd3d version together by @joshuatam in #1083
- fix(workshop): skip ZIP extraction for games that read archives directly by @linkq in #1316
- refactor: Symlink imagefs_shared proton in the variants + migrate old proton versions by @unbelievableflavour in #1034
New Contributors
- @AnikethanVA made their first contribution in #1183
- @Misazam made their first contribution in #1009
- @bllendev made their first contribution in #1047
- @linkq made their first contribution in #1260
- @tlt21 made their first contribution in #1297
- @sdkahal made their first contribution in #1293
- @ben-pearson made their first contribution in #1267
Full Changelog: v0.9.0...v0.9.1-prerelease
Contributors
- @joshuatam
- @jeremybernstein
- @kiequoo
- @linkq
- @unbelievableflavour
- @utkarshdalal
- @phobos665
- @lvonasek
- @Unnvaldr
- @ben-pearson
- @tlt21
- @Misazam
- @AnikethanVA
- @sdkahal
- @AndreVto
- @bllendev
- @xXJSONDeruloXx
- @Nightwalker743
- @Catpotatos
joshuatam, jeremybernstein, and 17 other contributors
Assets 3
31 people reacted
v0.9.0
What's Changed
Fixes since prerelease:
- Fix touchpad right-click by @Nightwalker743 in #1071
- fix: remove 30s brightness blackout from ambient download overlay by @xXJSONDeruloXx in #1086
- add OpenAL Soft Audio support, added presets for WINEDLLOVERRIDES for Quick Audio fixing by @Catpotatos in #1102
- BCN emulation was hidden from Proton x86_x64 by @Catpotatos in #1109
- Fix old installs for storage mgr by @xXJSONDeruloXx in #1111
- Handle store-specific best configs by @utkarshdalal in #1115
- Reduce GC pressure in CaseInsensitiveFileSystem by @jeremybernstein in #1120
- Fix crash on game start on Meta Quest by @lvonasek in #1105
- Don't show logged out steam splash when offline by @utkarshdalal in #1138
- Hide local saves only setting by @utkarshdalal in #1139
Fixes from 0.9.0-prerelease:
- Updated Wrapper - initial PowerVR (Pixel 10) GPU support - thanks to @sharpy66 and @Pipetto-crypto
- Added "use known config" and automatic best configs for Epic, GOG and Amazon by @unbelievableflavour in #892
- Added Steam workshop implementation by @Nightwalker743 in #977
- Added support for Steam game versions/branches by @morganwalkup in #870
- Added "compatibility" filter by @unbelievableflavour in #813
- Added downloads & storage manager by @xXJSONDeruloXx and @eredisg in #878
- Added carousel layout by @xXJSONDeruloXx in #797
- Fixes for launching from frontends by @jeremybernstein
- Fix Steam cloud saves for games like Cult of the Lamb and Blue Revolver - apply UFS rootoverrides for Windows save paths by @kiequoo in #839
- Screensaver for download screen OLED protection by @ObfuscatedVoid in #1017
- fix for games with Steam Input by @kiequoo in #1026
- Samsung DeX support by @AndreVto in #793
- Upload achievements in real-time & custom achievement pop-up placements by @phobos665 in #975
- Fix display of game playtime by @kiequoo in #957
- Preserve settings on Steam logout by @xXJSONDeruloXx in #903
- Winlator ludashi effects by @xXJSONDeruloXx in #803
- Improve boot splash tip readability on dark displays by @nacl-dev in #823
- Launch games in the correct workingDir, fix some cloud saves and no launches by @kiequoo in #775
- Reduces boot time on external storage by @giovannygb in #747
- Fix CursorWindow crash on large Steam libraries by @jeremybernstein in #961
- add battery temperature metric to performance HUD by @xXJSONDeruloXx in #991
- Nicer amazon images by @unbelievableflavour in #1021
- Nicer images for in GOG detail screens by @unbelievableflavour in #998
- Reduce buggy game calculation size (eg in RE4) by @jeremybernstein in #929
- Adjust color scheme of the External Display Input (on Thor-type devices) by @MayRedBeWithYou in #838
And many more:
- Add connector context to XConnectorEpoll logs by @xXJSONDeruloXx in #869
- Fixed a bug with steam 2017 vc redists by @unbelievableflavour in #886
- feat: performance hud customizability, adtl params by @xXJSONDeruloXx in #877
- Fix SD card game detection after crash by @jeremybernstein in #889
- Added "not logged in" splash screens by @unbelievableflavour in #844
- Update manifest.json by @utkarshdalal in #879
- Bugfix: Launch deps should be run in offline mode by @unbelievableflavour in #898
- fix: allow downloads over VPN connections by @jeremybernstein in #882
- Fix Steam WebSocket idle disconnects by @jeremybernstein in #771
- Fix cold-launch intent race, add failure feedback by @jeremybernstein in #884
- Fix dpad ordinality on dpad that allows opposing directions to be pressed simultaneously by @iobg in #805
- fix(): update achievement background for better contrast by @phobos665 in #836
- Moved image fetching to custom games by @unbelievableflavour in #810
- fix(): silent hill 4 reg fixes by @phobos665 in #926
- Fix carousel external mouse scrolling and dragging by @xXJSONDeruloXx in #931
- Support old manifest download size format (Assassin's Creed 1 fix) by @unbelievableflavour in #924
- Add Steam cloud saves browser shortcut by @xXJSONDeruloXx in #840
- Feat/perf hud text outline by @xXJSONDeruloXx in #915
- Added launch argument gamefixes by @unbelievableflavour in #930
- Fix intent launch edge cases: two-tier snackbar, offline fallback by @jeremybernstein in #912
- Fix "Resume" button staying after completed download/update by @jeremybernstein in #923
- fix: show Steam sign-in in menu after logout by @jeremybernstein in #790
- refactor: poison Toast and migrate to SnackbarManager by @jeremybernstein in #851
- Skip symlinks in exe search by @unbelievableflavour in #900
- fix: stabilize carousel cpu perf on idle by @xXJSONDeruloXx in #968
- Fix expired license filtering without JSON string parsing by @jeremybernstein in #985
- fix: prevent quick menu controller tab focus bounce by @xXJSONDeruloXx in #976
- fix: preserve Steam session state on unexpected auth loss by @xXJSONDeruloXx in #973
- fix: defer intent launches until GOG/Epic/Amazon service is ready by @jeremybernstein in #987
- feat: allow disabling of cloud saves per game by @xXJSONDeruloXx in #596
- fix: correct FEX_SMC_CHECKS env var to FEX_SMCCHECKS by @jeremybernstein in #990
- Make images fill their container for library layout: hero by @unbelievableflavour in #1003
- feat: add new keyboard QuickMenu navigation keys by @AndreVto in #946
- Added Ubisoft Connect preinstall step by @unbelievableflavour in #921
- feat: add Xbox controller style toggle to swap A↔B and X↔Y button icons by @kiequoo in #958
- fix: verify controller characteristics as detection by @AndreVto in #972
- Fix ControlsProfile binding deserialization by @Nightwalker743 in #979
- Use canonical root for dosdevices (imagefs parent safeguard) by @unbelievableflavour in #1029
- Refactored default Proton downloads to launch deps by @unbelievableflavour in #1031
- fix: custom game exit quits app instead of returning to library by @jeremybernstein in #1040
- fix: track axis press state to avoid spurious releases by @jeremybernstein in #1001
- Fix case-sensitive filesystem creating duplicate directories by @jeremybernstein in #941
- fix: preserve xconnector waits across suspend interrupts by @xXJSONDeruloXx in #1033
- fix: Steam cloud save sync fixes by @kiequoo in #1044
- fix: prevent quick menu tab debounce when controller active by @xXJSONDeruloXx in https://github.com/utkarsh...
Contributors
- @joshuatam
- @jeremybernstein
- @kiequoo
- @unbelievableflavour
- @utkarshdalal
- @phobos665
- @lvonasek
- @eredisg
- @giovannygb
- @morganwalkup
- @iobg
- @MayRedBeWithYou
- @sharpy66
- @Pipetto-crypto
- @AndreVto
- @xXJSONDeruloXx
- @Nightwalker743
- @Catpotatos
- @nacl-dev
- @ObfuscatedVoid
joshuatam, jeremybernstein, and 18 other contributors
Assets 3
64 people reacted
v0.9.0-prerelease
v0.9.0-prerelease
Pre-release
Pre-release
What's Changed
- Updated Wrapper - initial PowerVR (Pixel 10) GPU support - thanks to @sharpy66 and @Pipetto-crypto
- Added "use known config" and automatic best configs for Epic, GOG and Amazon by @unbelievableflavour in #892
- Added Steam workshop implementation by @Nightwalker743 in #977
- Added support for Steam game versions/branches by @morganwalkup in #870
- Added "compatibility" filter by @unbelievableflavour in #813
- Added downloads & storage manager by @xXJSONDeruloXx and @eredisg in #878
- Added carousel layout by @xXJSONDeruloXx in #797
- Fixes for launching from frontends by @jeremybernstein
- Fix Steam cloud saves for games like Cult of the Lamb and Blue Revolver - apply UFS rootoverrides for Windows save paths by @kiequoo in #839
- Screensaver for download screen OLED protection by @ObfuscatedVoid in #1017
- fix for games with Steam Input by @kiequoo in #1026
- Samsung DeX support by @AndreVto in #793
- Upload achievements in real-time & custom achievement pop-up placements by @phobos665 in #975
- Fix display of game playtime by @kiequoo in #957
- Preserve settings on Steam logout by @xXJSONDeruloXx in #903
- Winlator ludashi effects by @xXJSONDeruloXx in #803
- Improve boot splash tip readability on dark displays by @nacl-dev in #823
- Launch games in the correct workingDir, fix some cloud saves and no launches by @kiequoo in #775
- Reduces boot time on external storage by @giovannygb in #747
- Fix CursorWindow crash on large Steam libraries by @jeremybernstein in #961
- add battery temperature metric to performance HUD by @xXJSONDeruloXx in #991
- Nicer amazon images by @unbelievableflavour in #1021
- Nicer images for in GOG detail screens by @unbelievableflavour in #998
- Reduce buggy game calculation size (eg in RE4) by @jeremybernstein in #929
- Adjust color scheme of the External Display Input (on Thor-type devices) by @MayRedBeWithYou in #838
And many more:
- Add connector context to XConnectorEpoll logs by @xXJSONDeruloXx in #869
- Fixed a bug with steam 2017 vc redists by @unbelievableflavour in #886
- feat: performance hud customizability, adtl params by @xXJSONDeruloXx in #877
- Fix SD card game detection after crash by @jeremybernstein in #889
- Added "not logged in" splash screens by @unbelievableflavour in #844
- Update manifest.json by @utkarshdalal in #879
- Bugfix: Launch deps should be run in offline mode by @unbelievableflavour in #898
- fix: allow downloads over VPN connections by @jeremybernstein in #882
- Fix Steam WebSocket idle disconnects by @jeremybernstein in #771
- Fix cold-launch intent race, add failure feedback by @jeremybernstein in #884
- Fix dpad ordinality on dpad that allows opposing directions to be pressed simultaneously by @iobg in #805
- fix(): update achievement background for better contrast by @phobos665 in #836
- Moved image fetching to custom games by @unbelievableflavour in #810
- fix(): silent hill 4 reg fixes by @phobos665 in #926
- Fix carousel external mouse scrolling and dragging by @xXJSONDeruloXx in #931
- Support old manifest download size format (Assassin's Creed 1 fix) by @unbelievableflavour in #924
- Add Steam cloud saves browser shortcut by @xXJSONDeruloXx in #840
- Feat/perf hud text outline by @xXJSONDeruloXx in #915
- Added launch argument gamefixes by @unbelievableflavour in #930
- Fix intent launch edge cases: two-tier snackbar, offline fallback by @jeremybernstein in #912
- Fix "Resume" button staying after completed download/update by @jeremybernstein in #923
- fix: show Steam sign-in in menu after logout by @jeremybernstein in #790
- refactor: poison Toast and migrate to SnackbarManager by @jeremybernstein in #851
- Skip symlinks in exe search by @unbelievableflavour in #900
- fix: stabilize carousel cpu perf on idle by @xXJSONDeruloXx in #968
- Fix expired license filtering without JSON string parsing by @jeremybernstein in #985
- fix: prevent quick menu controller tab focus bounce by @xXJSONDeruloXx in #976
- fix: preserve Steam session state on unexpected auth loss by @xXJSONDeruloXx in #973
- fix: defer intent launches until GOG/Epic/Amazon service is ready by @jeremybernstein in #987
- feat: allow disabling of cloud saves per game by @xXJSONDeruloXx in #596
- fix: correct FEX_SMC_CHECKS env var to FEX_SMCCHECKS by @jeremybernstein in #990
- Make images fill their container for library layout: hero by @unbelievableflavour in #1003
- feat: add new keyboard QuickMenu navigation keys by @AndreVto in #946
- Added Ubisoft Connect preinstall step by @unbelievableflavour in #921
- feat: add Xbox controller style toggle to swap A↔B and X↔Y button icons by @kiequoo in #958
- fix: verify controller characteristics as detection by @AndreVto in #972
- Fix ControlsProfile binding deserialization by @Nightwalker743 in #979
- Use canonical root for dosdevices (imagefs parent safeguard) by @unbelievableflavour in #1029
- Refactored default Proton downloads to launch deps by @unbelievableflavour in #1031
- fix: custom game exit quits app instead of returning to library by @jeremybernstein in #1040
- fix: track axis press state to avoid spurious releases by @jeremybernstein in #1001
- Fix case-sensitive filesystem creating duplicate directories by @jeremybernstein in #941
- fix: preserve xconnector waits across suspend interrupts by @xXJSONDeruloXx in #1033
- fix: Steam cloud save sync fixes by @kiequoo in #1044
- fix: prevent quick menu tab debounce when controller active by @xXJSONDeruloXx in #996
- Overlay: show active state on toggle icons, use per-item accent colors by @unbelievableflavour in #873
New Contributors
- @iobg made their first contribution in #805
- @sharpy66 made their first contribution in #904
- @nacl-dev made their first contribution in #823
- @morganwalkup made their first contribution in #870
- @MayRedBeWithYou made their first contribution in #838
Full Changelog: v0.8.1...v0.9.0-prerelease
Contributors
- @jeremybernstein
- @kiequoo
- @unbelievableflavour
- @utkarshdalal
- @phobos665
- @eredisg
- @giovannygb
- @morganwalkup
- @iobg
- @MayRedBeWithYou
- @sharpy66
- @Pipetto-crypto
- @AndreVto
- @xXJSONDeruloXx
- @Nightwalker743
- @nacl-dev
- @ObfuscatedVoid
jeremybernstein, kiequoo, and 15 other contributors
Assets 3
46 people reacted
v0.8.1
@github-actions
github-actions
778b8ba
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Added Steam achievement support!
- Correctly install prerequisites like VCRedist, PhysX, XNA, etc by @unbelievableflavour
- Add quick menu performance HUD overlay by @xXJSONDeruloXx in #777
- Fix bug for Steam downloads where they get stuck on "Resume" in #767
- Fix local saves being overwritten with cloud saves if connection lost during gameplay by @xXJSONDeruloXx in #791
- Fixed infinite booting screens, black screens on boot and improved ability to download contents from our endpoints
- Fixes Edit Container crashes on older Android versions by @Catpotatos in #753
- Fix external game launches while app is open & avoid pop-ups on external launch by @phobos665 in #759
- Added container config export/import for all platforms by @unbelievableflavour in #649
- Added per-game auto-pause/resume settings by @xXJSONDeruloXx in #746
- Fixed VirGL in Glibc containers - Will enable Mali users to play 2D games in Glibc by @Catpotatos in #763
- Fixed touchpad input by @AndreVto in #725
- Added language-support for gen 1 GOG downloader by @unbelievableflavour in #743
- Added language support for Epic (also shrinks game sizes) by @unbelievableflavour in #754
- Replace Toast with Compose Snackbar system by @jeremybernstein in #697
- Show games on internal and external storage at the same time by @jeremybernstein in #781
- Allow searching for game titles with diacritics removed by @danbruno in #712
- add fexcore 2603 by @phobos665 in #723
- remove trim for passwords to fix trailing spaces in some user passwords by @phobos665 in #736
- Fix: Closing FileInputStream and BufferedReader on listRunningWineProcesses by @giovannygb in #756
- refactor: deduplicate network connectivity checks by @jeremybernstein in #648
- Fix app crash in race condition in DownloadInfo ETA by snapshotting speed samples by @unbelievableflavour in #755
- fix: resume immediately when opening keyboard in manual suspend mode by @xXJSONDeruloXx in #779
- Translation into Russian by @Denis11212 in #695
Bugfixes from v0.8.1-prerelease:
- fix: skip achievements generation when Steam not logged in by @jeremybernstein in #835
- fix: allow intent launches for non-Steam and offline-mode games by @jeremybernstein in #832
- Added app screen gradient so back button stays visible by @unbelievableflavour in #843
- Fix/cpu affinity empty selection crash by @xXJSONDeruloXx in #764
- fix: wait for exit sync before returning to launcher by @xXJSONDeruloXx in #792
- fix(): Epic name mismatch between game and container ID + added logging for container deletion to catch orphans by @Catpotatos in #760
- Fix crash on empty depot list (#729) by @jeremybernstein in #772
- fix: update action shows Resume instead of download progress by @jeremybernstein in #806
- Updated achievement uploading code to not skip achievements.json when... by @utkarshdalal in #847
- Cleaned up UI on Portrait screens (on game page) and on small landsca... by @utkarshdalal in #862
- Consolidated networking code to always attempt Google DNS, should pre... by @utkarshdalal in #861
- Handle XServerView lifecycle across app sleep by @xXJSONDeruloXx in #853
- fix: SD card games unrecoverable when external storage toggle off by @jeremybernstein in #809
New Contributors
- @Denis11212 made their first contribution in #695
- @danbruno made their first contribution in #712
- @Catpotatos made their first contribution in #753
- @giovannygb made their first contribution in #756
Full Changelog: v0.8.0...v0.8.1
Contributors
- @jeremybernstein
- @danbruno
- @unbelievableflavour
- @utkarshdalal
- @phobos665
- @giovannygb
- @Denis11212
- @AndreVto
- @xXJSONDeruloXx
- @Catpotatos
jeremybernstein, danbruno, and 8 other contributors
Assets 3
53 people reacted
v0.8.1-prerelease
v0.8.1-prerelease
Pre-release
Pre-release
What's Changed
- Added Steam achievement support!
- Correctly install prerequisites like VCRedist, PhysX, XNA, etc by @unbelievableflavour
- Add quick menu performance HUD overlay by @xXJSONDeruloXx in #777
- Fix bug for Steam downloads where they get stuck on "Resume" in #767
- Fix local saves being overwritten with cloud saves if connection lost during gameplay by @xXJSONDeruloXx in #791
- Fixed infinite booting screens, black screens on boot and improved ability to download contents from our endpoints
- Fixes Edit Container crashes on older Android versions by @Catpotatos in #753
- Fix external game launches while app is open & avoid pop-ups on external launch by @phobos665 in #759
- Added container config export/import for all platforms by @unbelievableflavour in #649
- Added per-game auto-pause/resume settings by @xXJSONDeruloXx in #746
- Fixed VirGL in Glibc containers - Will enable Mali users to play 2D games in Glibc by @Catpotatos in #763
- Fixed touchpad input by @AndreVto in #725
- Added language-support for gen 1 GOG downloader by @unbelievableflavour in #743
- Added language support for Epic (also shrinks game sizes) by @unbelievableflavour in #754
- Replace Toast with Compose Snackbar system by @jeremybernstein in #697
- Show games on internal and external storage at the same time by @jeremybernstein in #781
- Allow searching for game titles with diacritics removed by @danbruno in #712
- add fexcore 2603 by @phobos665 in #723
- remove trim for passwords to fix trailing spaces in some user passwords by @phobos665 in #736
- Fix: Closing FileInputStream and BufferedReader on listRunningWineProcesses by @giovannygb in #756
- refactor: deduplicate network connectivity checks by @jeremybernstein in #648
- Fix app crash in race condition in DownloadInfo ETA by snapshotting speed samples by @unbelievableflavour in #755
- fix: resume immediately when opening keyboard in manual suspend mode by @xXJSONDeruloXx in #779
- Translation into Russian by @Denis11212 in #695
New Contributors
- @Denis11212 made their first contribution in #695
- @danbruno made their first contribution in #712
- @Catpotatos made their first contribution in #753
- @giovannygb made their first contribution in #756
Full Changelog: v0.8.0...v0.8.1-prerelease
Contributors
- @jeremybernstein
- @danbruno
- @unbelievableflavour
- @phobos665
- @giovannygb
- @Denis11212
- @AndreVto
- @xXJSONDeruloXx
- @Catpotatos
jeremybernstein, danbruno, and 7 other contributors
Assets 3
27 people reacted