Skip to content

Commit fa9e941

Browse files
committed
Update changelog and package.json
1 parent 6f13d5f commit fa9e941

File tree

8 files changed

+56
-4
lines changed

8 files changed

+56
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.9.0-preview] - 2021-03-10
4+
* feat: load images as Texture2D directly if they are regular Unity assets
5+
* feat: make the SIS curve applicable in runtime
6+
* feat: partially support EXR for SISPlayableAsset and RenderCachePlayableAsset
7+
* fix: reset curves for Timeline 1.5.x and up
8+
* fix: errors when moving RenderCachePlayableAsset around in Timeline
9+
* fix: errors when opening older SISPlayableAsset with no curves inside ClipData
10+
* fix: allow RenderCapturer classes to define their own Blit Material to screen
11+
* fix: errors when updating RenderCache while changing resolution
12+
* chore: use [email protected]
13+
* chore: update dependency to [email protected]
14+
* chore: Add V to indicate virtual functions in BaseRenderCapturer
15+
316
## [0.8.4-preview] - 2021-02-12
417
* feat: add extrapolation capability to FaderPlayableAsset
518
* fix: undo for StreamingImageSequencePlayableAsset and RenderCachePlayableAsset

StreamingImageSequence_HDRP~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.9.0-preview] - 2021-03-10
4+
* feat: load images as Texture2D directly if they are regular Unity assets
5+
* feat: make the SIS curve applicable in runtime
6+
* feat: partially support EXR for SISPlayableAsset and RenderCachePlayableAsset
7+
* fix: reset curves for Timeline 1.5.x and up
8+
* fix: errors when moving RenderCachePlayableAsset around in Timeline
9+
* fix: errors when opening older SISPlayableAsset with no curves inside ClipData
10+
* fix: allow RenderCapturer classes to define their own Blit Material to screen
11+
* fix: errors when updating RenderCache while changing resolution
12+
* chore: use [email protected]
13+
* chore: update dependency to [email protected]
14+
* chore: Add V to indicate virtual functions in BaseRenderCapturer
15+
316
## [0.8.4-preview] - 2021-02-12
417
* feat: add extrapolation capability to FaderPlayableAsset
518
* fix: undo for StreamingImageSequencePlayableAsset and RenderCachePlayableAsset

StreamingImageSequence_HDRP~/Packages/com.unity.streaming-image-sequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.4",
5-
"version": "0.8.4-preview",
5+
"version": "0.9.0-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.8.1-preview",
88
"com.unity.editorcoroutines": "1.0.0",

StreamingImageSequence_URP~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.9.0-preview] - 2021-03-10
4+
* feat: load images as Texture2D directly if they are regular Unity assets
5+
* feat: make the SIS curve applicable in runtime
6+
* feat: partially support EXR for SISPlayableAsset and RenderCachePlayableAsset
7+
* fix: reset curves for Timeline 1.5.x and up
8+
* fix: errors when moving RenderCachePlayableAsset around in Timeline
9+
* fix: errors when opening older SISPlayableAsset with no curves inside ClipData
10+
* fix: allow RenderCapturer classes to define their own Blit Material to screen
11+
* fix: errors when updating RenderCache while changing resolution
12+
* chore: use [email protected]
13+
* chore: update dependency to [email protected]
14+
* chore: Add V to indicate virtual functions in BaseRenderCapturer
15+
316
## [0.8.4-preview] - 2021-02-12
417
* feat: add extrapolation capability to FaderPlayableAsset
518
* fix: undo for StreamingImageSequencePlayableAsset and RenderCachePlayableAsset

StreamingImageSequence_URP~/Packages/com.unity.streaming-image-sequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.4",
5-
"version": "0.8.4-preview",
5+
"version": "0.9.0-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.8.1-preview",
88
"com.unity.editorcoroutines": "1.0.0",

StreamingImageSequence~/Packages/com.unity.streaming-image-sequence/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.9.0-preview] - 2021-03-10
4+
* feat: load images as Texture2D directly if they are regular Unity assets
5+
* feat: make the SIS curve applicable in runtime
6+
* feat: partially support EXR for SISPlayableAsset and RenderCachePlayableAsset
7+
* fix: reset curves for Timeline 1.5.x and up
8+
* fix: errors when moving RenderCachePlayableAsset around in Timeline
9+
* fix: errors when opening older SISPlayableAsset with no curves inside ClipData
10+
* fix: allow RenderCapturer classes to define their own Blit Material to screen
11+
* fix: errors when updating RenderCache while changing resolution
12+
* chore: use [email protected]
13+
* chore: update dependency to [email protected]
14+
* chore: Add V to indicate virtual functions in BaseRenderCapturer
15+
316
## [0.8.4-preview] - 2021-02-12
417
* feat: add extrapolation capability to FaderPlayableAsset
518
* fix: undo for StreamingImageSequencePlayableAsset and RenderCachePlayableAsset

StreamingImageSequence~/Packages/com.unity.streaming-image-sequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.4",
5-
"version": "0.8.4-preview",
5+
"version": "0.9.0-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.8.1-preview",
88
"com.unity.editorcoroutines": "1.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"displayName": "Streaming Image Sequence",
33
"name": "com.unity.streaming-image-sequence",
44
"unity": "2019.4",
5-
"version": "0.8.4-preview",
5+
"version": "0.9.0-preview",
66
"dependencies": {
77
"com.unity.film-internal-utilities": "0.8.1-preview",
88
"com.unity.editorcoroutines": "1.0.0",

0 commit comments

Comments
 (0)