Skip to content

Commit

Permalink
update version number 3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
u0u0 committed Sep 8, 2019
1 parent 0924ee5 commit 0755065
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Quick-Cocos2dx-Community v3.7.7 Beta
Quick-Cocos2dx-Community v3.7.7 Release

[新增] FastTMXLayer 支持设置透明度和颜色。
[新增] WebView同步最新实现,新增cleanCachedData,setOpacityWebView,setBackgroundTransparent方法。
Expand All @@ -8,6 +8,7 @@ Quick-Cocos2dx-Community v3.7.7 Beta
[新增] Luasocket添加socket.dns.isIpv6()接口,以异步方式判断网络类型,同步优化SimpleTCP,解决可能柱塞UI的问题。
[新增] display中新加FIXED_AUTO分辨率适配模式,自动选择 FIXED_WIDTH 或 FIXED_HEIGHT。

[改进] iOS的UIWebView替换为WKWebView, lua调用接口不变
[改进] display.newSolidCircle() 正确画圆,而不是点。
[改进] zorder排序相关使用std::stable_sort,避免节点渲染顺序被打乱。
[改进] iOS editbox小改进。
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ Quick-Cocos2dx-Community 具有 Cocos2d-x 和 Quick-Cocos2d-x 的所有优点。

[http://www.cocos2d-lua.org/](http://www.cocos2d-lua.org/)

QQ 群:361920466
**社区版 千人群(1群)号:361920466**

**社区版 2群:138934064**

## 相关开源仓库地址

* 引擎代码仓库: [Quick-Cocos2dx-Community](https://github.com/u0u0/Quick-Cocos2dx-Community)
* 第三方库编译框架: [Quick-3rd-party-libs](https://github.com/u0u0/Quick-3rd-party-libs)
* vim开发插件: [vim-quick-community](https://github.com/u0u0/vim-quick-community)
* sublime开发插件: [quick-comminuty-dev](https://github.com/u0u0/quick-comminuty-dev)
* protoc-gen-lua: [protoc-gen-lua-bin](https://github.com/u0u0/protoc-gen-lua-bin)

## 快速安装指南

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.6 Release
3.7.7 Release
2 changes: 1 addition & 1 deletion cocos/cocos2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ NS_CC_BEGIN

CC_DLL const char* cocos2dVersion()
{
return "Quick-Cocos2dx-Community 3.7.6 Release";
return "Quick-Cocos2dx-Community 3.7.7 Release";
}

NS_CC_END
Expand Down
2 changes: 1 addition & 1 deletion quick/player/proj.mac/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.7.6 Release</string>
<string>3.7.7 Release</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 0755065

Please sign in to comment.