@xxzhushou
2019-01-02T20:26:13.000000Z
字数 4026
阅读 2458
最新版本:v2.0.230-rc4
发布日期:2018-12-26
v2.0.230 release candidate v4
2018-12-26
UIView:setPseudoStyle
函数,统一使用UIView:setStyle
函数实现;setSysConfig
函数(旧API)中的screencap_policy设置;screen.setMockTransform
函数后停止运行出现闪退的bug;screen.findColor/findColors
等找色函数中查找范围边界值计算错误的bug;UIView:removeChild
函数和UIView:removeFromParent
函数闪退的bug;UIView:setActionCallback
函数不触发回调的bug;UIView:setAttr
函数和UIView:setStyle
函数不实时更新的bug;Image.fromFile
函数加载的图像像素获取异常的bug;screen.captureTap
函数闪退的bug;string.find
函数返回结果不一致的bug;string.find
函数返回结果不一致的bug;
v2.0.226 release candidate v3
2018-12-22
UI
模块新增UI.ACTION.INPUT
类型的注册回调,用于input
的输入回调;screen.setMockTransform
函数回调中新增screen.MOCK_INPUT_FIXED
和screen.MOCK_INPUT_RELATIVE
对输入数据进行区分;screen
模块系列找色(例如screen.findColor
)函数兼容1.x引擎的查找范围;UIView:setStyle
函数对top/left/...等字段无效的bug;UIView:getAttr
函数在UIView发生变化后获取无效的bug;UIView
类响应点击操作容易出发异常的bug;UIContext:close
函数在特定场景下导致引擎崩溃的bug;storage
模块偶尔出现的数据丢失bug;setNumberConfig
和setStringConfig
函数(旧API)没有实时保存数据的bug;
v2.0.220 release candidate v3
2018-12-15
storage
模块新增purge
和commit
函数,存储文件做了加密处理;Color3B/Color3F
类新增toString
和toInt
函数,移除fromValue
和toValue
函数;screen
模块中的matchColor/matchColors/findColor/findColors
函数新增支持compact-table格式,颜色值支持int/string/Color3B格式;screen.findColor/findColors
的性能;UIView:setAttr
函数,不允许id、view、class、style、subviews、slot等属性的修改;runtime.inputText
后没有切回旧输入法的bug;playAudio
函数(旧API)播放mp3无效的bug;setScreenScale
函数(旧API)中scale值的计算错误;Color3B:toString
函数带多余换行的bug;screen.getOrientation
函数获取不正确的bug;crypto
模块处理字符串异常的bug;touch
模块在美团众包App中运行无效的bug;screen.captureTap
函数无效的bug;runtime.android.getSystemProperty
无效的bug;UIContext:show
函数调用时背景会先铺满全屏再缩小的bug;【BUG】修复了UIContext:show
函数调用瞬间点击IDE的停止运行,一直提示运行失败的bug。
v2.0.214 release candidate v2
2018-12-07
screen.snapshot
函数,降低IDE截图时间消耗;table.getn/table.foreach
等函数用法;showUI
函数(旧API)返回数据乱码的bug;showUI
(旧API)函数配置背景图片显示异常的bug;screen.init
函数时没有清理截图缓存的bug;io.input/io.output
调用报错的bug;
v2.0.201 release candidate v1
2018-11-30
v2.0.200 release candidate v1
2018-11-29
screen.findImage
函数(不支持MockTransform);EXCEPTED
相关的拼写错误(已修改为EXPECTED
);dmocr
、tesserocr
模块的兼容问题;tonumber
函数指定base时输出不正确的bug。
v2.0.122 beta
2018-11-23
lpeg
模块;runtime.inputText
函数bugfix和功能增强;UI.register
覆盖掉class设置的bug;runtime.readClipboard/runtime.writeClipboard
函数调用崩溃的bug;Image.fromFile
函数创建的Image对象取色失败和读取JPEG格式图片失败的bug;screen.findColor/screen.findColors
函数在设置了MockTransform计算错误的bug;touch.captureTap
函数连续获取时crash的bug;os.milliTime
函数获取时间戳(ms)数据异常的bug。
v2.0.120 beta
2018-11-16
UI.createContext/UI.register/UIContext:createView
函数支持三种参数格式;Image.fromFile
函数无效的bug;UIView:getAttr
函数获取数据不一致的bug。