Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Packages/jp.co.cyberagent.instant-replay/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down