Skip to content

Commit

Permalink
Release V41
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Sep 9, 2015
1 parent 66981b3 commit ae479cc
Show file tree
Hide file tree
Showing 2 changed files with 11 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_ = "2015年8月19日"
local _VERSION_ = 0x2004000
local _BUILD_ = "20150908"
local _VERSION_ = 0x2004100
local _ADDON_ROOT_ = '/Interface/MY/'
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'

Expand Down
9 changes: 9 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
茗伊插件集 v41
* [基础库]修复某些情况下客户端刷LOG的问题
* [基础库]背景通讯在遇到特定数据时会错乱的问题
* [快速登出]提供再次点击登出则取消登出游戏的功能
* [聊天时间]修复未激活的标签页聊天时间不正确的问题
* [聊天记录]解决游戏闪退等特殊情况下聊天记录可能丢失的问题
* [门派染色]玩家信息改变时染色缓存不能更新的问题
* [门派染色]优化新数据对比处理逻辑减少读取数据的磁盘消耗

茗伊插件集 v40
* [基础库]修复某些情况下延迟函数不能执行的问题
* [界面库]修复自动完成控件描述文字显示不正常的问题
Expand Down

0 comments on commit ae479cc

Please sign in to comment.