diff --git a/CHANGELOG.md b/CHANGELOG.md index 214ac46..b6bd8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.5.0] - 2026/02/25 + +### Added + +- Added WebGL / WebGPU support. +- Added `EXCLUDE_INSTANTREPLAY` scripting symbol to exclude InstantReplay from the build. + +### Fixed + +- Fixed macOS universal standalone player build fails to run due to lack of universal binary of UniEnc. +- Fixed crash on Windows environment with AMD GPU. +- Fixed OOB crash when the input frame dimentions are odd. + ## [1.4.2] - 2026/01/08 ### Fixed diff --git a/Packages/jp.co.cyberagent.instant-replay.dependencies/package.json b/Packages/jp.co.cyberagent.instant-replay.dependencies/package.json index 871588c..a7f0283 100644 --- a/Packages/jp.co.cyberagent.instant-replay.dependencies/package.json +++ b/Packages/jp.co.cyberagent.instant-replay.dependencies/package.json @@ -1,6 +1,6 @@ { "name": "jp.co.cyberagent.instant-replay.dependencies", - "version": "1.4.2", + "version": "1.5.0", "displayName": "Instant Replay (depndencies)", "description": "This package contains dependencies for Instant Replay.", "unity": "2022.3", diff --git a/Packages/jp.co.cyberagent.instant-replay/package.json b/Packages/jp.co.cyberagent.instant-replay/package.json index a1dd452..1b991cd 100644 --- a/Packages/jp.co.cyberagent.instant-replay/package.json +++ b/Packages/jp.co.cyberagent.instant-replay/package.json @@ -1,6 +1,6 @@ { "name": "jp.co.cyberagent.instant-replay", - "version": "1.4.2", + "version": "1.5.0", "displayName": "Instant Replay", "description": "Instant Replay allows you to constantly record the last N seconds of gameplay and export it as a video at any time.", "unity": "2022.3",