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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,44 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
8
+
## [5-r.3] - 2025-02-18
9
+
10
+
### Added
11
+
12
+
* Add new motion loop processing that seamlessly connects the start and end points of the loop.
13
+
* The `isLooped` variable has been moved from the `CubismMotion` class to the `ACubismMotion` class as `isLoop`.
14
+
* Add the setter for `isLoop`, `setLoop(boolean loop)`, to class `ACubismMotion`.
15
+
* Add the getter for `isLoop`, `getLoop()`, to class `ACubismMotion`.
16
+
* The `isLoopFadeIn` variable was moved from class `CubismMotion` to class `ACubismMotion`.
17
+
* Add the setter for `isLoopFadeIn`, `setLoopFadeIn(boolean loopFadeIn)`, to class `ACubismMotion`.
18
+
* Add the getter for `isLoopFadeIn`, `getLoopFadeIn()`, to class `ACubismMotion`.
19
+
* Add a variable `motionBehavior` for version control to the `CubismMotion` class.
20
+
21
+
### Changed
22
+
23
+
* Change the compile and target SDK version of Android OS to 15.0 (API 35).
24
+
* Upgrade the version of Android Gradle Plugin from 8.1.1 to 8.6.1.
25
+
* Upgrade the version of Gradle from 8.2 to 8.7.
26
+
* Change the minimum version of Android Studio to Ladybug(2024.2.1).
27
+
* Change the arguments of `CsmMotionSegmentEvaluationFunction.evaluate` from `(float time, int basePointIndex)` to `(final List<CubismMotionPoint> points, final float time)` to align with the Cubism SDK for Native codebase.
28
+
* Accordingly, change the implementation of the following methods.
0 commit comments