Skip to content

Commit

Permalink
Release V43
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Nov 4, 2015
1 parent 97c0e5e commit bee957b
Show file tree
Hide file tree
Showing 2 changed files with 10 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_ = "20151024"
local _VERSION_ = 0x2004200
local _BUILD_ = "20151104"
local _VERSION_ = 0x2004300
local _ADDON_ROOT_ = '/Interface/MY/'
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'

Expand Down
8 changes: 8 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
茗伊插件集 v43
* [弧形血条]集成子插件弧形血条
* [焦点列表]支持自定义界面缩放比例
* [焦点列表]新增加入永久焦点的功能
* [点数监控]新增按时间筛选点数的功能
* [门派染色]远程预览玩家时也会缓存数据了
* [门派染色]修复玩家帮会可能获取失败显示为空的问题

茗伊插件集 v42
* [核心库]修正判断地图是否为副本结果不正确的问题
* [信息显示]调整信息条的默认显示位置
Expand Down

0 comments on commit bee957b

Please sign in to comment.