Skip to content

Commit 87d04ec

Browse files
chore: release 1.1.10
1 parent ac5b55d commit 87d04ec

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.1.10
2+
3+
- 前端日志、前端报错和后端日志统一写入 `~/.celemod/celemod.log`,每次启动自动清空旧日志。
4+
- 下载更新已安装 Mod 时保留原有启用状态,仅新安装的 Mod 应用“安装后自动禁用”等默认设置。
5+
- 预设支持重命名,并在重命名后保持当前启用状态。
6+
- 隐藏 Mod 详情页底部滚动条,修复管理页状态按钮在长行中断字换行。
7+
- Windows 发布文件名加入版本号。
8+
- 推荐内容新增移动平滑相关条目;离开按键设置页时可中断正在进行的按键读取。
9+
110
# 1.1.9
211

312
- 下载请求不再统一添加 `Cache-Control: no-cache`,提高 CDN 缓存命中率。

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.9"
3+
version = "1.1.10"
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.9",
4+
"version": "1.1.10",
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.9",
3+
"version": "1.1.10",
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.9
1+
1.1.10

0 commit comments

Comments
 (0)