Skip to content

Commit ec10146

Browse files
chore: release 1.1.5
1 parent 47c61e8 commit ec10146

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.5
2+
- 修复更新弹窗与模组管理对话框的样式与交互问题。
3+
- 新增 MiaoNet+ 表情选择器:虚拟化图集取帧、拖拽管理表情,完善 MiaoNet+ 表情设置。
4+
15
# 1.1.4
26
- 修复 Everest Ultra 更新后自动修复 RushHelper 的流程,并显示下载、校验和替换进度。
37
- Profile 改为可选功能:默认直接使用 blacklist.txt,已有多个 Profile 时自动启用;新增 Profile 管理、孤立依赖类型选择和始终开启 Mod 处理。

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

0 commit comments

Comments
 (0)