You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add patcher pkg and downloader
* fix: vite config
* feat: check and download patcher on startup
* chore: update valist sdk
* wip: download updated manifests
* chore: use dashes instead of underscore to avoid issues when parsing strings
* tech: use game api to download manifest
* chore: comments, imports, variable
* feat: add applyPatch method
* feat: add patching to update method
* feat: add getIpdtVersion method
* Add patching section to .gitignore
* Bump hp/patcher to 0.0.8
* Refactor downloadLatestGameIpdtManifest to downloadGameIpdtManifest and add optional version param
* lint
* lint
* Run translations
* Bump hp/patcher to 0.0.9
* Add getHyperPlayReleaseManifest calls to applyPatching function
* Bump hp/patcher to 0.0.10
* tech: download manifest from getManifest if not found
* fix: lint
* Update @hyperplay/patcher to 0.0.12-alpha.4
* Update @hyperplay/patcher to 0.0.12-alpha.5
* Fix code scanning alert no. 183: Incomplete string escaping or encoding
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Bump @hyperplay/patcher version
* Bump @hyperplay/patcher version
* tech: update patcher pkg
* tech: refactor applyPatching
* tech: downgrade patcher and get API from env
* Bump @hyperplay/patcher version
* WIP: patching progress on frontend
* ui: download progress
* fix: downspeed on download screen
* fix: lint
* ui: calculate actuall download size on update
* Bump @hyperplay/patcher version
* Bump @hyperplay/patcher version
* fix: totalSize
* chore: update patcher version
* fix: update library.json after patching
* fix: refresh library after patch
* Return IPDT Data Downloaded in bytes
* Add terminate callback to patchFolder
* tech: add abort handler and update size calculation
* fix: return proper abort status on cancel
* fix: progress and ETA
* fix: download size from dm
* chore: logs
* feat: use maxWorkers setting on patching method
* chore: stop flooding logs with appName empty
* chore: add more abort checks to fix windows edge cases
* ui: add patching status
* ui: if patching show only cancel
* ui: fix game page status message and progress
* feat: add LD flag
* fix: ui messages
* i18n: updated keys
* chore: yarn.lock
* tech: add analytics and error capture for patching events
* chore: tsconfig removed setting
* ci: updated release builds with ipfs secret
* fix: duplicated runs
* chore: revert tsconfig change
* fix: tests?
* tests: try another fix
* chore: remove maxWorkers option
* chore: add kubo-rpc-client dependency
* chore: revert jest and package.json file
* chore: update ui-lib
* fix: pr comments and better error handling
* tech: use fs-promises to deal with manifests and remove unused code
* fix: don't show pause button on gamecard
* fix: don't show pause button on download queue
* fix: downloaded data on dm
* tests: third try?
* tech: use dynamic import for patcher lib
* chore: add patcher to tsignore
* tech: move launchdarkly initialization to its own file
* tech: get LD init to main again
* tech: add LD helpers
* Bump @hyperplay/patcher version
* tech: use constants for import.meta for easy mocking
* tess: updated mocks
* fix: lint
* chore: pr comments
* fix: race condition when downloading manifest + add more logs
* tech: always download ipdt bin
* fix: import
* move valist sdk to dep (#1138)
* tech: updated ui lib
* Bump hyperplay/patcher version for datastoreDir
* Fix build
* Make pretty
* tech: proper deal with fetch result
Co-authored-by: Brett <27568879+BrettCleary@users.noreply.github.com>
* tech: download manifest only on game update
* tech: add temp dir and deal with connection refused
* tech: update patcher and add workers param
* Bump @hyperplay/patcher version
* tech: update patcher version to add upt support
* fix: download size on dm after finish
* fix: should update current element as well
* chore: removed log
* chore: add elapsed time on hovering finished time
* fix: pr comments
* tech: add platform to launchdarkly context
* fix: time elapsed for current
* chore: patch on windows only
* fix: lint
* fix: version
* chore: code cleanup
---------
Co-authored-by: Flavio F Lima <flavioislima@users.noreply.github.com>
Co-authored-by: jiyuu-jin <zach@valist.io>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Brett <27568879+BrettCleary@users.noreply.github.com>
0 commit comments