Skip to content

Commit 4db58e7

Browse files
chore: release 1.1.11
1 parent 037e936 commit 4db58e7

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.1.11
2+
3+
- Mod 更新改为先下载并校验新包,再安全替换旧包;更新失败时保留或恢复原文件,避免地图主包被提前删除。
4+
- Mod 列表默认缓存时间由 24 小时缩短至 1 小时,并串行处理并发缓存未命中,减少读取过期下载地址和重复请求。
5+
- 管理页合并同名依赖声明,采用最高版本要求且必需依赖优先,修复重复依赖行、操作菜单串联和长名称溢出问题。
6+
- 按键设置页新增适配不同操作系统的键盘占用视图,以及 Xbox、DualSense 和 Switch Pro 手柄占用视图。
7+
18
# 1.1.10
29

310
- 前端日志、前端报错和后端日志统一写入 `~/.celemod/celemod.log`,每次启动自动清空旧日志。

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cele-mod"
3-
version = "1.1.10"
3+
version = "1.1.11"
44
edition = "2024"
55

66
[lib]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "CeleMod",
4-
"version": "1.1.10",
4+
"version": "1.1.11",
55
"identifier": "com.celemod.desktop",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

src/celemod-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celemod-ui",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.10
1+
1.1.11

0 commit comments

Comments
 (0)