Skip to content

Commit

Permalink
publish v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Jun 14, 2020
1 parent 0265fe6 commit b1e9aaf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 38 deletions.
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,25 @@ English / [中文](README_zh.md)
)](https://twitter.com/tengge11)

* Name: Shadow Editor
* Version: v0.5.3(Coming Soon)
* Version: v0.5.3
* 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.
* If helpful to you, please [DOnate](https://gitee.com/tengge1/ShadowEditor) to support us. thank you!

![image](images/scene20200503_en.jpg)

## v0.5.3 is Coming Soon
## 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.

## v0.5.2 has Released

* Release Date: May 31, 2020
* Update Logs:

1. MongoDB user and password configuration.
2. Documentation has moved to gitee wiki. [See Detail](https://gitee.com/tengge1/ShadowEditor/wikis/pages)
3. Use JSON web tokens (JWT) for user authentication.
4. Automatic saving is disabled by default.
5. Fix the bug that the uploaded data of non-admin users is not displayed.
6. Fix the bug that the resource list does not load when the user does not have permission to view all resources.
7. Fix the bug that the thumbnail cannot be set in the texture.
8. Fix the error of adding gltf format model to the scene.
9. Non-administrators cannot edit or delete other people's public scenes.
10. Fix the bug that it will be `saved as` when save twice.
11. The resource and permission management tests are complete, and there are almost no bugs in the golang server.

## Features

1. Cross-platform: `Windows`, `Linux`, `Mac`; and supports desktop and web versions.
Expand Down
24 changes: 5 additions & 19 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,25 @@
)](https://twitter.com/tengge11)

* 名称:Shadow Editor
* 版本:v0.5.3(即将到来)
* 版本:v0.5.3
* 简介:基于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。
* 如果对您有帮助,请[【捐赠】](https://gitee.com/tengge1/ShadowEditor)支持项目发展。谢谢!

![image](images/scene20200301.jpg)

## v0.5.3即将发布
## v0.5.3发布

* 发布日期:2020年6月14日
* 更新日志:

1. 修复windows上上传模型和发布场景bug。
2. 添加开源项目链接。
3. THREE.js数学模块翻译为Go语言,[点此](server/three/)查看详情。
4. 使用Travis CI作为持续集成工具。
5. 注释掉index.html文件中的ServiceWorker,因为它带来了很多问题。

## v0.5.2发布

* 发布日期:2020年5月31日
* 更新日志:

1. MongoDB用户名和密码设置。
2. 文档移动到gitee wiki。[详情](https://gitee.com/tengge1/ShadowEditor/wikis/pages)
3. 使用JSON Web令牌(JWT)进行用户身份验证。
4. 默认禁用自动保存。
5. 修复非管理员用户上传数据不显示的bug。
6. 修复用户不具有所有资源查看权限时,资源列表不加载的bug。
7. 修复贴图无法设置缩略图bug。
8. 修复向场景中添加gltf格式的模型报错。
9. 非管理员无法编辑、删除其他人的公开场景。
10. 修复连续保存两次会变为另存为的bug。
11. 资源和权限管理测试完成,golang服务端几乎没有bug了。

## 功能特点

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

0 comments on commit b1e9aaf

Please sign in to comment.