@@ -4,6 +4,49 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+
8+ ## [ 5-r.5] - 2026-04-02
9+
10+ ### Added
11+
12+ * Add functionality to change motion calculation order.
13+ * Add ` cubismlook ` class that implements the target tracking feature.
14+ * The target tracking feature can now specify parameter IDs through the ` Framework ` .
15+
16+ ### Changed
17+
18+ * Change multiply and screen color functions to separate class with renamed methods.
19+
20+ ### Fixed
21+
22+ * Fix unnecessary multiply color and screen color settings in mask drawing.
23+
24+ ### Removed
25+
26+ * Remove deprecated functions from CubismMotion:
27+ * ` setIsLoop() ` (use ` setLoop() ` instead)
28+ * ` isLoop() ` (use ` getLoop() ` instead)
29+ * ` setIsLoopFadeIn() ` (use ` setLoopFadeIn() ` instead)
30+ * ` isLoopFadeIn() ` (use ` getLoopFadeIn() ` instead)
31+ * Remove deprecated functions from CubismExpressionMotionManager:
32+ * ` getCurrentPriority() ` (priority is not used in expression motion playback)
33+ * ` getReservePriority() ` (priority is not used in expression motion playback)
34+ * ` setReservePriority() ` (priority is not used in expression motion playback)
35+ * ` startMotionPriority() ` (use ` startMotion() ` instead)
36+ * Remove deprecated fields from CubismExpressionMotionManager:
37+ * ` _currentPriority ` (priority is not used in expression motion playback)
38+ * ` _reservePriority ` (priority is not used in expression motion playback)
39+ * Remove deprecated function from CubismExpressionMotion:
40+ * ` getFadeWeight() ` (use ` CubismExpressionMotionManager.getFadeWeight() ` instead)
41+ * Remove deprecated field from CubismExpressionMotion:
42+ * ` _fadeWeight ` (can cause bugs)
43+ * Remove deprecated functions from CubismModel:
44+ * ` getOverwriteFlagForModelCullings() ` (renamed to ` getOverrideFlagForModelCullings() ` )
45+ * ` setOverwriteFlagForModelCullings() ` (renamed to ` setOverrideFlagForModelCullings() ` )
46+ * ` getOverwriteFlagForDrawableCullings() ` (renamed to ` getOverrideFlagForDrawableCullings() ` )
47+ * ` setOverwriteFlagForDrawableCullings() ` (renamed to ` setOverrideFlagForDrawableCullings() ` )
48+
49+
750## [ 5-r.5-beta.3.1] - 2026-02-19
851
952### Fixed
@@ -390,6 +433,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
390433* Reformat code using Prettier and ESLint.
391434
392435
436+ [ 5-r.5 ] : https://github.com/Live2D/CubismWebFramework/compare/5-r.5-beta.3.1...5-r.5
393437[ 5-r.5-beta.3.1 ] : https://github.com/Live2D/CubismWebFramework/compare/5-r.5-beta.3...5-r.5-beta.3.1
394438[ 5-r.5-beta.3 ] : https://github.com/Live2D/CubismWebFramework/compare/5-r.5-beta.2...5-r.5-beta.3
395439[ 5-r.5-beta.2 ] : https://github.com/Live2D/CubismWebFramework/compare/5-r.5-beta.1...5-r.5-beta.2
0 commit comments