Skip to content

Commit 6b9a028

Browse files
committed
doc: Update CHANGELOG
Signed-off-by: Hu Shenghao <dede.hu@qq.com>
1 parent 13eda3c commit 6b9a028

File tree

6 files changed

+10
-3
lines changed

6 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
### v4.2.1
3+
### v4.3.0 (2025-11-28)
4+
45
- Add no Easter egg toast for Android 2.2
6+
- Add Cat Editor mirror mode and zoom control
57
- Update translations
68
- Upgrade project dependencies
79

CHANGELOG_zh.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# 更新日志
22

3-
### v4.2.1
3+
### v4.3.0 (2025-11-28)
4+
45
- 新增 Android 2.2 无彩蛋提示
6+
- 新增 Cat Editor 镜像模式,添加缩放控制
57
- 更新翻译
68
- 升级项目依赖项
79

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
defaultConfig {
2626
applicationId = "com.dede.android_eggs"
2727
versionCode = 67
28-
versionName = "4.2.1"
28+
versionName = "4.3.0"
2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030

3131
base.archivesName.set("easter_eggs_${versionName}_${versionCode}")

eggs/Tiramisu/src/main/java/com/android_t/egg/COLREmojiCompat.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ fun findCOLRFontFile(): File? {
5555
}
5656

5757
// Find first und-Zsye font from `/system/etc/fonts.xml`.
58+
// Call hide api, may be not work on some devices.
5859
val undZsyeFontFile = UndZsyeFonts.findFirstUndZsyeFontFile()
5960
if (undZsyeFontFile != null) {
6061
if (COLRv1.analyzeCOLR(undZsyeFontFile)) {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- Add no Easter egg toast for Android 2.2
2+
- Add Cat Editor mirror mode and zoom control
23
- Update translations
34
- Upgrade project dependencies
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- 新增 Android 2.2 无彩蛋提示
2+
- 新增 Cat Editor 镜像模式,添加缩放控制
23
- 更新翻译
34
- 升级项目依赖项

0 commit comments

Comments
 (0)