Skip to content

Commit 78c9f4c

Browse files
committed
release: 22.0.5
1 parent d220a15 commit 78c9f4c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# 更新日志
33

4+
## 茗伊插件集 v22.0.5
5+
6+
* [基础库] 修复复选框自动宽度无法显示最后一个字符的问题
7+
* [团队工具] 修复成就状态无法搜索的问题
8+
* [目标监控] 监控禁止使用提示语改为仅聊天频道显示
9+
410
## 茗伊插件集 v22.0.4
511

612
* [聊天记录] 按要求暂时禁用聊天角色名称复制功能

MY_!Base/src/lib/Base.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ local CODE_PAGE = {
4646
}
4747

4848
local _NAME_SPACE_ = 'MY'
49-
local _BUILD_ = '20240612'
50-
local _VERSION_ = '22.0.4'
49+
local _BUILD_ = '20240614'
50+
local _VERSION_ = '22.0.5'
5151
local _MENU_COLOR_ = {255, 165, 79}
5252
local _INTERFACE_ROOT_ = 'Interface/'
5353
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'

0 commit comments

Comments
 (0)