Skip to content

Commit

Permalink
Release V38
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Aug 5, 2015
1 parent 32f7af7 commit d068297
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_ = "20150704"
local _VERSION_ = 0x2003700
local _BUILD_ = "20150805"
local _VERSION_ = 0x2003800
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 @@
茗伊插件集 v38
* [聊天复制]修复与海鳗聊天复制冲突导致表情不能正确复制的问题
* [聊天过滤]不再过滤纯表情纯链接内容的聊天
* [随身便笺]解决不能输入回车换行的问题
* [聊天记录]在某些情况下可能出现的保存聊天记录失败导致记录丢失的问题
* [字体设置]新增字体设置功能可以方便自由的改变游戏字体
* [聊天监控]小窗口点击不能激活面板的问题
* [焦点列表]更新了一些默认焦点数据

茗伊插件集 v37
* [界面库]按钮重复响应点击事件的问题
* [聊天监控]不能开始监控的问题
Expand Down

0 comments on commit d068297

Please sign in to comment.