Skip to content

Commit

Permalink
Release V67
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Dec 23, 2016
1 parent a96c1fa commit 79d98fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MY_!Base/src/MY.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- @Date : 2014-11-24 08:40:30
-- @Email : admin@derzh.com
-- @Last modified by: Emil Zhai
-- @Last modified time: 2016-12-20 16:25:16
-- @Last modified time: 2016-12-23 15:58:28
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
--------------------------------------------
-- #################################################################################################################################### --
Expand Down Expand Up @@ -115,8 +115,8 @@ MY = {}
--------------------------------------------------------------------------------------------------------------------------------------------
-- 本地函数变量
--------------------------------------------------------------------------------------------------------------------------------------------
local _BUILD_ = "20161220"
local _VERSION_ = 0x2006600
local _BUILD_ = "20161224, Merry Christmas!"
local _VERSION_ = 0x2006700
local _DEBUGLV_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
local _DELOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
local _NORESTM_ = tonumber(LoadLUAData('interface/my.nrtim.level') or nil) or -1
Expand Down
7 changes: 7 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
茗伊插件集 v67
* [基础库]BOSS列表每次都会重新生成的问题
* [聊天记录]可能翻到第0页的问题
* [聊天记录]让聊天记录默认页总是翻到最后一页
* [聊天记录]记住勾选的频道下次打开保持原样
* [聊天记录]某些情况下不能右键复制的问题

茗伊插件集 v66
* [门派染色]修复门派染色不显示的问题
* [聊天记录]优化聊天记录解决游戏中顿卡的问题
Expand Down

0 comments on commit 79d98fc

Please sign in to comment.