Skip to content

Commit f898209

Browse files
authored
chore(version): upgrade version to v2.2.0 (#1885)
* chore(version): upgrade version to v2.2.0 * fix(service-providers): don't download node addon again
1 parent c2aa346 commit f898209

7 files changed

Lines changed: 4435 additions & 4198 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [2.2.0](https://github.com/netless-io/flat/compare/v2.1.0...v2.2.0) (2023-03-30)
2+
3+
4+
### Features
5+
6+
* **flat-components**: add avatar window ([#1847](https://github.com/netless-io/flat/issues/1847)) ([54fbc8f5](https://github.com/netless-io/flat/commit/54fbc8f5d30197b5dd1f1359bbe12d9c3192b4d1))
7+
8+
### Bug Fixes
9+
10+
* **service-providers**: fix electron share screen with audio ([#1884](https://github.com/netless-io/flat/issues/1884)) ([c2aa3468](https://github.com/netless-io/flat/commit/c2aa3468aefe76196e5f7ba855576dc2c7acef68))
11+
* **desktop**: incorrect origin in development build ([#1883](https://github.com/netless-io/flat/issues/1883)) ([60bd4772](https://github.com/netless-io/flat/commit/60bd4772fbd0b61efcb91bea09c8838acaf5b3cd))
12+
* **service-providers**: use standalone avatar for testing devices ([#1876](https://github.com/netless-io/flat/issues/1876)) ([c2893e7e](https://github.com/netless-io/flat/commit/c2893e7e7f63ebe05a6700e72cf4fc31455df4a8))
13+
* **library**: upgrade app countdown ([#1863](https://github.com/netless-io/flat/issues/1863)) ([97f7ec49](https://github.com/netless-io/flat/commit/97f7ec4974da145019ba75af3da4e955112c0f38))
14+
* **library**: duplicate app-slide ([#1862](https://github.com/netless-io/flat/issues/1862)) ([3f1ff208](https://github.com/netless-io/flat/commit/3f1ff2080ef3ef1b4187c0e0c878275cc1eb64cc))
15+
* **flat-stores**: joiner off stage leaves window ([#1856](https://github.com/netless-io/flat/issues/1856)) ([607b162c](https://github.com/netless-io/flat/commit/607b162ce156a3a346c5de54f3071d2996552b48))
16+
* **service-providers**: remove room writable hack ([#1850](https://github.com/netless-io/flat/issues/1850)) ([7c2b5462](https://github.com/netless-io/flat/commit/7c2b5462ce2f2495ef65abb8070b7c389c87f27d))
17+
* **i18n**: fix banned text ([#1841](https://github.com/netless-io/flat/issues/1841)) ([cd84cb84](https://github.com/netless-io/flat/commit/cd84cb849bc3d71f4985b427eade4f8a71cced31))
18+
* **desktop**: dedupe flat-server-api and flat-stores ([#1840](https://github.com/netless-io/flat/issues/1840)) ([d019ae0d](https://github.com/netless-io/flat/commit/d019ae0d3f24fe7ef9db6e430448b7376b4c8f16))
19+
* **desktop**: nav avatar should only fail when src exists ([#1839](https://github.com/netless-io/flat/issues/1839)) ([e1ba1922](https://github.com/netless-io/flat/commit/e1ba1922a97105288586515d5912640bf1145531))
20+
21+
22+
123
## [2.1.0](https://github.com/netless-io/flat/compare/v2.1.0...v2.1.0) (2023-02-09)
224

325

desktop/main-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flat",
33
"productName": "Flat",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"private": true,
66
"description": "",
77
"homepage": "https://github.com/netless-io/flat",

docs/releases/v2.2.0/en.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Features
2+
3+
1. Support for teachers to drag, enlarge, and full-screen video avatars
4+
2. Support for sharing computer audio simultaneously when screen sharing
5+
6+
7+
## Improved
8+
9+
1. Adjusted the initialization time of RTC to make entering the room smoother
10+
11+
12+
## Fixed
13+
14+
1. Fixed an issue with timer display errors

docs/releases/v2.2.0/zh.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 新增
2+
3+
1. 支持老师拖拽、放大、全屏视频头像
4+
2. 支持屏幕分享的时候同时共享电脑声音
5+
6+
7+
## 优化
8+
9+
1. 调整初始化RTC时间,让进入房间更流畅
10+
11+
12+
## 修复
13+
14+
1. 计时器显示错误

0 commit comments

Comments
 (0)