From a32dc3c60bc0f35bdf405383dcdd7609d7aa1e92 Mon Sep 17 00:00:00 2001 From: Black-Hole <158blackhole@gmail.com> Date: Fri, 10 Jun 2022 15:49:37 +0800 Subject: [PATCH] chore(version): upgrade version to v1.8.1 (#1565) --- CHANGELOG.md | 19 +++++++++++++++++++ desktop/main-app/package.json | 2 +- docs/releases/v1.8.1/en.md | 13 +++++++++++++ docs/releases/v1.8.1/zh.md | 13 +++++++++++++ 4 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 docs/releases/v1.8.1/en.md create mode 100644 docs/releases/v1.8.1/zh.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 58640b5dfa0..81bd6c5b806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [1.8.1](https://github.com/netless-io/flat/compare/v1.8.0...v1.8.1) (2022-06-10) + + +### Bug Fixes + +* **classroom:** force using periodic uuid when exist ([#1551](https://github.com/netless-io/flat/issues/1551)) ([1817304](https://github.com/netless-io/flat/commit/181730494896efeef8b56e59add1ca60df0ae8a5)) +* **cloud-storage:** fetch more cloud files fail ([#1558](https://github.com/netless-io/flat/issues/1558)) ([b45e14d](https://github.com/netless-io/flat/commit/b45e14d9178d77bbe96bcfe44d23b9f0664b953d)) +* **renderer-app:** fix rtc avatar missing init state ([#1544](https://github.com/netless-io/flat/issues/1544)) ([f0e620d](https://github.com/netless-io/flat/commit/f0e620ddbf6c9de8888de458761102c2ff29efef)) +* **whiteboard:** scroll bug on the edge ([#1561](https://github.com/netless-io/flat/issues/1561)) ([b5ee57c](https://github.com/netless-io/flat/commit/b5ee57c6492e35b2f95abd5e2d9aa9db6a0b5941)) +* **whiteboard:** upgrade fastboard to 0.3.4-canary.2 ([#1563](https://github.com/netless-io/flat/issues/1563)) ([dbabeff](https://github.com/netless-io/flat/commit/dbabeffad11d5fcb8a18acda9122ae7cb4cb95db)) + + +### Features + +* **project:** add rename settings ([#1545](https://github.com/netless-io/flat/issues/1545)) ([bf5f7c6](https://github.com/netless-io/flat/commit/bf5f7c6b3b33e0960a85d658b1403ff37264cbad)) +* **project:** support upload avatar ([#1559](https://github.com/netless-io/flat/issues/1559)) ([013dfd5](https://github.com/netless-io/flat/commit/013dfd56cd7a0c3df3db50fa416caeaee7c072a0)) + + + # [1.8.0](https://github.com/netless-io/flat/compare/v1.7.0...v1.8.0) (2022-05-30) diff --git a/desktop/main-app/package.json b/desktop/main-app/package.json index c4214ba5b3b..c899f7642ee 100644 --- a/desktop/main-app/package.json +++ b/desktop/main-app/package.json @@ -1,7 +1,7 @@ { "name": "flat", "productName": "Flat", - "version": "1.8.0", + "version": "1.8.1", "private": true, "description": "", "homepage": "https://github.com/netless-io/flat", diff --git a/docs/releases/v1.8.1/en.md b/docs/releases/v1.8.1/en.md new file mode 100644 index 00000000000..8744f1107a2 --- /dev/null +++ b/docs/releases/v1.8.1/en.md @@ -0,0 +1,13 @@ +## Features + +1. Support to modify nickname and avatar + +## Improved + +1. Use new version of PPT transcoding service to speed up transcoding speed +2. Adjust the whiteboard zoom interaction to scroll interaction + +## Fixed + +1. Probably can't see each other's video +2. Wrong display of cloud content paging diff --git a/docs/releases/v1.8.1/zh.md b/docs/releases/v1.8.1/zh.md new file mode 100644 index 00000000000..a81fac45927 --- /dev/null +++ b/docs/releases/v1.8.1/zh.md @@ -0,0 +1,13 @@ +## 新增 + +1. 支持修改昵称和头像 + +## 优化 + +1. 接入新版 PPT 转码服务,加快转码速度 +2. 调整白板缩放交互为滚动交互 + +## 修复 + +1. 有概率看不到对方的视频 +2. 云盘内容分页加载显示错误