Skip to content

Commit 10d8292

Browse files
committed
fix(release): 更新版本至 1.2.8.4
- 修复开启日志输出后启动有概率崩溃的问题 - 修复部分机型无法获取正确屏幕分辨率的问题 - 新增功能允许从外部软件调用启动器安装整合包 - 修复options.txt不存在lang时崩溃的问题 - 修复lang不符合xx_xx格式时启动器崩溃的问题 - 更新版本号从1.2.8.3到1.2.8.4 - 更新发布日期从2026.02.01到2026.02.06 - 更新网盘链接和APK下载地址
1 parent 7fb0bad commit 10d8292

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

version_map.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[
22
{
33
"type": "release",
4-
"versionCode": 1283,
5-
"versionName": "1.2.8.3",
6-
"date": "2026.02.01",
4+
"versionCode": 1284,
5+
"versionName": "1.2.8.4",
6+
"date": "2026.02.06",
77
"description": [
88
{
99
"lang": "en",
10-
"text": "(Translated from Chinese by AI)\n1. Fix the issue where some devices cannot access external storage folder paths, causing the launcher to crash.\n2. Add the functionality for the download interface search box to support \"Enter\" key search in the input method.\n3. Optimize the JVM crash log reading logic to prevent the launcher from freezing when log files are excessively large.\n4. Add log output detection to prevent the launcher from freezing when a large volume of logs is generated rapidly.\n5. Implement automatic modification of the touchscreen function to prevent touchscreen unresponsiveness caused by accidental touch activation."
10+
"text": "(Translated from Chinese by AI)\n1. Fixed a potential crash issue when launching with log output enabled.\n2. Fixed an issue where some device models could not obtain the correct screen resolution.\n3. Added a new feature that allows launching the installer to install modpacks from external software.\n4. Fixed a crash issue when `options.txt` does not contain a `lang` entry.\n5. Fixed a launcher crash issue when the `lang` format does not conform to `xx_xx`."
1111
},
1212
{
1313
"lang": "zh_CN",
14-
"text": "(若启动器内下载缓慢请使用网盘下载,64位的请下载arm64,不知道该下哪个的请下载all)\n1.修复部分设备无法获取外部文件夹目录导致启动器崩溃的问题\n2.添加下载界面搜索框输入法回车搜索的功能\n3.优化jvm崩溃日志读取逻辑,防止日志文件过大造成启动器卡死的问题\n4.增加日志输出检测,防止大量日志快速输出时造成启动器卡死的问题\n5.增加自动修改touchscreen功能防止误触开启导致的触控失灵问题"
14+
"text": "(若启动器内下载缓慢请使用网盘下载,64位的请下载arm64,不知道该下哪个的请下载all)\n1.修复开启日志输出后启动有概率崩溃的问题\n2.修复部分机型无法获取正确屏幕分辨率的问题\n3.新增功能允许从外部软件调用启动器安装整合包\n4.修复options.txt不存在lang时崩溃的问题\n5.修复lang不符合xx_xx格式时启动器崩溃的问题"
1515
}
1616
],
17-
"netdiskUrl": "https://pan.quark.cn/s/76b861361fa9",
18-
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.2.8.3/FCL-release-1.2.8.3-all.apk"
17+
"netdiskUrl": "https://pan.quark.cn/s/dda72110378a",
18+
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.2.8.4/FCL-release-1.2.8.4-all.apk"
1919
}
2020
]

0 commit comments

Comments
 (0)