Skip to content

Commit

Permalink
Release V40
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Aug 19, 2015
1 parent c0c6f65 commit c638f22
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_ = "20150807"
local _VERSION_ = 0x2003900
local _BUILD_ = "2015年8月19日"
local _VERSION_ = 0x2004000
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 @@
茗伊插件集 v40
* [基础库]修复某些情况下延迟函数不能执行的问题
* [界面库]修复自动完成控件描述文字显示不正常的问题
* [装备预览]预览他人装备失败时将在屏幕中央提示了
* [仓库搜索]修复帮会仓库搜索时可能结果错误的问题

茗伊插件集 v39
* [职业染色]聊天栏名字按住Alt点击可以查看装备
* [职业染色]聊天栏名字按住Shift点击可以快速选中
Expand Down

0 comments on commit c638f22

Please sign in to comment.