Skip to content

Commit b540ece

Browse files
committed
release 0.5.4
1 parent 716b518 commit b540ece

File tree

2 files changed

+10
-26
lines changed

2 files changed

+10
-26
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ English / [中文](README_zh.md)
1313
)](https://twitter.com/tengge11)
1414

1515
* Name: Shadow Editor
16-
* Version: v0.5.4(Coming Soon)
16+
* Version: v0.5.4
1717
* Description: Cross-platform 3D scene editor based on three.js, golang and mongodb.
1818
* 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)
1919
* Technology Stack: html, css, javascript, rollup, react.js, webgl, three.js, golang, mongodb, nodejs, electron.
2020
* If helpful to you, please [DOnate](https://gitee.com/tengge1/ShadowEditor) to support us. thank you!
2121

2222
![image](images/scene20200503_en.jpg)
2323

24-
## v0.5.4 is Coming Soon
24+
## v0.5.4 has Released
25+
26+
* Release Date: June 27, 2020
27+
* Update Logs:
2528

2629
1. Create desktop app with `Electron`.
2730

@@ -44,17 +47,6 @@ You can also manage this service in the `Windows Services Manager`.
4447

4548
3. Use `nodejs` to rewrite the scripts, and you can now use `npm` to manage this project.
4649

47-
## v0.5.3 has Released
48-
49-
* Release Date: June 14, 2020
50-
* Update Logs:
51-
52-
1. Fix bugs of uploading models and publishing scenes on windows.
53-
2. Add links to open source projects.
54-
3. THREE.js math module has translated into golang, [Click](server/three/) for detail.
55-
4. Use Travis CI as a continuous integration tool.
56-
5. Comment out ServiceWorker in the index.html file because it caused a lot of trouble.
57-
5850
## Features
5951

6052
1. Cross-platform: `Windows`, `Linux`, `Mac`; and supports desktop and web versions.

README_zh.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@
1212
)](https://twitter.com/tengge11)
1313

1414
* 名称:Shadow Editor
15-
* 版本:v0.5.4(即将发布)
15+
* 版本:v0.5.4
1616
* 简介:基于Three.js、Go语言和MongoDB的跨平台的3D场景编辑器。
1717
* 源码:[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)
1818
* 技术栈:html、css、javascript、rollup、react.js、webgl、three.js、golang、mongodb、nodejs、electron。
1919
* 如果对您有帮助,请[【捐赠】](https://gitee.com/tengge1/ShadowEditor)支持项目发展。谢谢!
2020

2121
![image](images/scene20200301.jpg)
2222

23-
## v0.5.4即将发布
23+
## v0.5.4发布[【更新日志】](https://gitee.com/tengge1/ShadowEditor/wikis/pages?sort_id=2215122&doc_id=188900)
24+
25+
* 发布日期:2020年6月27日
26+
* 更新日志:
2427

2528
1. 使用`Electron`创建桌面应用程序。
2629

@@ -43,17 +46,6 @@ Ubuntu需要`libcurl4`。你可以执行`sudo apt install libcurl4`来安装它
4346

4447
3. 使用`nodejs`重写脚本,现在你可以使用`npm`管理这个项目。
4548

46-
## v0.5.3发布 [【更新日志】](https://gitee.com/tengge1/ShadowEditor/wikis/pages?sort_id=2215122&doc_id=188900)
47-
48-
* 发布日期:2020年6月14日
49-
* 更新日志:
50-
51-
1. 修复windows上上传模型和发布场景bug。
52-
2. 添加开源项目链接。
53-
3. THREE.js数学模块翻译为Go语言,[点此](server/three/)查看详情。
54-
4. 使用Travis CI作为持续集成工具。
55-
5. 注释掉index.html文件中的ServiceWorker,因为它带来了很多问题。
56-
5749
## 功能特点
5850

5951
1. 跨平台:支持`Windows``Linux``Mac`;支持桌面版和Web版。

0 commit comments

Comments
 (0)