Skip to content

Commit

Permalink
Release V42
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Oct 25, 2015
1 parent 6b4063c commit 77f72b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .Framework/src/MY.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ MY = {}
-- ################################################################################################################################################## --
local _DEBUG_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
local _LOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
local _BUILD_ = "20150908"
local _VERSION_ = 0x2004100
local _BUILD_ = "20151024"
local _VERSION_ = 0x2004200
local _ADDON_ROOT_ = '/Interface/MY/'
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'

Expand Down
6 changes: 6 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
茗伊插件集 v42
* [核心库]修正判断地图是否为副本结果不正确的问题
* [信息显示]调整信息条的默认显示位置
* [聊天监控]新增时间戳格式设置的选项
* [聊天助手]集成聊天打码开关可快速切换状态方便截图

茗伊插件集 v41
* [基础库]修复某些情况下客户端刷LOG的问题
* [基础库]背景通讯在遇到特定数据时会错乱的问题
Expand Down

0 comments on commit 77f72b7

Please sign in to comment.