Skip to content

Commit

Permalink
update 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
runinspring committed Sep 24, 2019
1 parent aa0582e commit 2a308d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions doc/release-note/0.2.8/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Baidu MiniGame Support 0.2.8 Release Notes

- **[NEW]** Supports setting up `data-show-log` in `index.html` and output the log information via the `egret.log` method
- **[OPTIMIZE]** Optimize the logic of destroying sound


## 百度小游戏支持库 0.2.8 更新日志
- **[新增]** 支持在 `index.html` 里设置 `data-show-log="true"` 后,通过 `egret.log` 方法输出 log 信息
- **[优化]** 优化销毁声音的逻辑


【2019.9.25】
2 changes: 1 addition & 1 deletion target/target.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectType": "baidugame",
"version": "0.2.7",
"version": "0.2.8",
"args": [
{
"name": "appid",
Expand Down
2 changes: 1 addition & 1 deletion target/template/egret.baidugame.js
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ r.prototype = e.prototype, t.prototype = new r();
/**
* 小游戏支持库版本号
*/
baidugame.version = "0.2.7";
baidugame.version = "0.2.8";
})(baidugame = egret.baidugame || (egret.baidugame = {}));
})(egret || (egret = {}));
(function (egret) {
Expand Down

0 comments on commit 2a308d1

Please sign in to comment.