diff --git a/README.md b/README.md index c20c8b795..1f8f7f8d4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ English / [中文](README_zh.md) )](https://twitter.com/tengge11) * Name: Shadow Editor -* Version: v0.5.4(Coming Soon) +* Version: v0.5.4 * Description: Cross-platform 3D scene editor based on three.js, golang and mongodb. * Source: [GitHub](https://github.com/tengge1/ShadowEditor) [Gitee](https://gitee.com/tengge1/ShadowEditor) | Document: [Gitee](https://gitee.com/tengge1/ShadowEditor/wikis/pages) | Demo: [GitHub](https://tengge1.github.io/ShadowEditor-examples/) [Gitee](http://tengge1.gitee.io/shadoweditor-examples/) | Video: [Weibo](https://weibo.com/tv/v/IjIn9AyvX?fid=1034:4446986821107725) [Bilibili](https://www.bilibili.com/video/av78428475?from=search&seid=9203731141485399611) | Assets: [BaiduNetdisk](https://pan.baidu.com/s/1IxJVM6fFLoIAJG-GKHjVTA) * Technology Stack: html, css, javascript, rollup, react.js, webgl, three.js, golang, mongodb, nodejs, electron. @@ -21,7 +21,10 @@ English / [中文](README_zh.md) ![image](images/scene20200503_en.jpg) -## v0.5.4 is Coming Soon +## v0.5.4 has Released + +* Release Date: June 27, 2020 +* Update Logs: 1. Create desktop app with `Electron`. @@ -44,17 +47,6 @@ You can also manage this service in the `Windows Services Manager`. 3. Use `nodejs` to rewrite the scripts, and you can now use `npm` to manage this project. -## v0.5.3 has Released - -* Release Date: June 14, 2020 -* Update Logs: - -1. Fix bugs of uploading models and publishing scenes on windows. -2. Add links to open source projects. -3. THREE.js math module has translated into golang, [Click](server/three/) for detail. -4. Use Travis CI as a continuous integration tool. -5. Comment out ServiceWorker in the index.html file because it caused a lot of trouble. - ## Features 1. Cross-platform: `Windows`, `Linux`, `Mac`; and supports desktop and web versions. diff --git a/README_zh.md b/README_zh.md index 5441517b6..65af85923 100644 --- a/README_zh.md +++ b/README_zh.md @@ -12,7 +12,7 @@ )](https://twitter.com/tengge11) * 名称:Shadow Editor -* 版本:v0.5.4(即将发布) +* 版本:v0.5.4 * 简介:基于Three.js、Go语言和MongoDB的跨平台的3D场景编辑器。 * 源码:[GitHub](https://github.com/tengge1/ShadowEditor) [Gitee](https://gitee.com/tengge1/ShadowEditor) | 文档:[Gitee](https://gitee.com/tengge1/ShadowEditor/wikis/pages) | 示例:[GitHub](https://tengge1.github.io/ShadowEditor-examples/) [Gitee](http://tengge1.gitee.io/shadoweditor-examples/) | 视频:[微博](https://weibo.com/tv/v/IjIn9AyvX?fid=1034:4446986821107725) [Bilibili](https://www.bilibili.com/video/av78428475?from=search&seid=9203731141485399611) | 资源:[百度网盘](https://pan.baidu.com/s/1IxJVM6fFLoIAJG-GKHjVTA) * 技术栈:html、css、javascript、rollup、react.js、webgl、three.js、golang、mongodb、nodejs、electron。 @@ -20,7 +20,10 @@ ![image](images/scene20200301.jpg) -## v0.5.4即将发布 +## v0.5.4发布[【更新日志】](https://gitee.com/tengge1/ShadowEditor/wikis/pages?sort_id=2215122&doc_id=188900) + +* 发布日期:2020年6月27日 +* 更新日志: 1. 使用`Electron`创建桌面应用程序。 @@ -43,17 +46,6 @@ Ubuntu需要`libcurl4`。你可以执行`sudo apt install libcurl4`来安装它 3. 使用`nodejs`重写脚本,现在你可以使用`npm`管理这个项目。 -## v0.5.3发布 [【更新日志】](https://gitee.com/tengge1/ShadowEditor/wikis/pages?sort_id=2215122&doc_id=188900) - -* 发布日期:2020年6月14日 -* 更新日志: - -1. 修复windows上上传模型和发布场景bug。 -2. 添加开源项目链接。 -3. THREE.js数学模块翻译为Go语言,[点此](server/three/)查看详情。 -4. 使用Travis CI作为持续集成工具。 -5. 注释掉index.html文件中的ServiceWorker,因为它带来了很多问题。 - ## 功能特点 1. 跨平台:支持`Windows`、`Linux`和`Mac`;支持桌面版和Web版。