From 7cf276c056d8c906533b414bd2ce691a7c916485 Mon Sep 17 00:00:00 2001 From: wada Date: Thu, 2 Jun 2022 16:30:39 +0900 Subject: [PATCH] Update to Cubism 4 SDK for Web R5 beta2 --- CHANGELOG.md | 12 +++++++++++- Core/CHANGELOG.md | 13 ++++++++++++- Framework | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ae660..b571488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [4-r.5-beta.2] - 2022-06-02 + +### Fixed + +* Fixed a bug that caused Multiply Color / Screen Color of different objects to be applied. + * See `CHANGELOG.md` in Core. + * No modifications to Samples and Framework. + + ## [4-r.5-beta.1] - 2022-05-19 ### Added -* Support multiply colors and screen colors added in Cubism 4.2. +* Support Multiply Color / Screen Color added in Cubism 4.2. * See Framework and Core. @@ -108,6 +117,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Fix issue with reloading model images in WebKit. +[4-r.5-beta.2]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5-beta.1...4-r.5-beta.2 [4-r.5-beta.1]: https://github.com/Live2D/CubismWebSamples/compare/4-r.4...4-r.5-beta.1 [4-r.4]: https://github.com/Live2D/CubismWebSamples/compare/4-r.3...4-r.4 [4-r.3]: https://github.com/Live2D/CubismWebSamples/compare/4-r.3-beta.1...4-r.3 diff --git a/Core/CHANGELOG.md b/Core/CHANGELOG.md index a151171..bab67f4 100644 --- a/Core/CHANGELOG.md +++ b/Core/CHANGELOG.md @@ -5,11 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 2022-06-02 + +### Changed + +* Upgrade Core version to 04.02.0001. + +### Fixed + +* Fixed a bug that caused Multiply Color / Screen Color of different objects to be applied. + + ## 2022-05-19 ### Added -* Support new Multiply Color & Screen Color features. +* Support new Multiply Color / Screen Color features. * Support new Blend Shape features. ### Changed diff --git a/Framework b/Framework index dd67abe..375c664 160000 --- a/Framework +++ b/Framework @@ -1 +1 @@ -Subproject commit dd67abe333d3824f8fb6cf6290ebce932d26b2e3 +Subproject commit 375c664d6301ac51dd613e13f575ae5762539673