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
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,34 @@ 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.1-beta.3] - 2023-10-12
8
+
## [5-r.1-beta.4] - 2024-01-25
9
+
10
+
### Added
11
+
12
+
* Add `LAppWavFileHandler` class for Android and iOS.
13
+
* Add functions for MotionSyncPlugin to `LAppWavFileHandler` in Windows and macOS.
14
+
15
+
### Changed
9
16
17
+
* Change so that `LAppSprite` is not depend on `LAppDelegate` in Android.
18
+
* Change so that `ViewController` is not include on `LAppSprite` in iOS.
19
+
* Change the path acquisition process to a library function on OpenGL Mac and Linux.
20
+
* Change the compile and target SDK version of Android OS to 14.0 (API 34).
21
+
* Upgrade the version of Android Gradle Plugin from 8.0.2 to 8.1.1.
22
+
* Upgrade the version of Gradle from 8.1.1 to 8.2.
23
+
* Change the minimum version of Android Studio to Hedgehog(2023.1.1).
24
+
25
+
### Fixed
26
+
27
+
* The version set in `sourceCompatibility` and `targetCompatibility` in `build.gradle`'s `compileOptions` has been lowered to `JavaVersion.VERSION_1_7`.
28
+
* The version of CMake set in `externalNativeBuild` was raised to `3.22.1`.
29
+
* Fix to check for null when reading json.
30
+
* Replace deprecated features in Android.
31
+
* Fix an issue that caused some graphics drivers to not render correctly in Vulkan.
32
+
* Fix an issue that caused incorrect selection of depth format in Vulkan.
33
+
* Fix errors that occurs when building with x86 in vulkan.
34
+
35
+
## [5-r.1-beta.3] - 2023-10-12
10
36
11
37
### Added
12
38
@@ -354,6 +380,7 @@ See [Core Changelog] for details.
354
380
* What was `Package.json` is currently being changed to`cubism-info.yml`.
0 commit comments