Skip to content

Commit

Permalink
chore(version): upgrade version to v2.2.0 (#1885)
Browse files Browse the repository at this point in the history
* chore(version): upgrade version to v2.2.0

* fix(service-providers): don't download node addon again
  • Loading branch information
hyrious authored Mar 30, 2023
1 parent c2aa346 commit f898209
Show file tree
Hide file tree
Showing 7 changed files with 4,435 additions and 4,198 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [2.2.0](https://github.com/netless-io/flat/compare/v2.1.0...v2.2.0) (2023-03-30)


### Features

* **flat-components**: add avatar window ([#1847](https://github.com/netless-io/flat/issues/1847)) ([54fbc8f5](https://github.com/netless-io/flat/commit/54fbc8f5d30197b5dd1f1359bbe12d9c3192b4d1))

### Bug Fixes

* **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))
* **desktop**: incorrect origin in development build ([#1883](https://github.com/netless-io/flat/issues/1883)) ([60bd4772](https://github.com/netless-io/flat/commit/60bd4772fbd0b61efcb91bea09c8838acaf5b3cd))
* **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))
* **library**: upgrade app countdown ([#1863](https://github.com/netless-io/flat/issues/1863)) ([97f7ec49](https://github.com/netless-io/flat/commit/97f7ec4974da145019ba75af3da4e955112c0f38))
* **library**: duplicate app-slide ([#1862](https://github.com/netless-io/flat/issues/1862)) ([3f1ff208](https://github.com/netless-io/flat/commit/3f1ff2080ef3ef1b4187c0e0c878275cc1eb64cc))
* **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))
* **service-providers**: remove room writable hack ([#1850](https://github.com/netless-io/flat/issues/1850)) ([7c2b5462](https://github.com/netless-io/flat/commit/7c2b5462ce2f2495ef65abb8070b7c389c87f27d))
* **i18n**: fix banned text ([#1841](https://github.com/netless-io/flat/issues/1841)) ([cd84cb84](https://github.com/netless-io/flat/commit/cd84cb849bc3d71f4985b427eade4f8a71cced31))
* **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))
* **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))



## [2.1.0](https://github.com/netless-io/flat/compare/v2.1.0...v2.1.0) (2023-02-09)


Expand Down
2 changes: 1 addition & 1 deletion desktop/main-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flat",
"productName": "Flat",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"description": "",
"homepage": "https://github.com/netless-io/flat",
Expand Down
14 changes: 14 additions & 0 deletions docs/releases/v2.2.0/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Features

1. Support for teachers to drag, enlarge, and full-screen video avatars
2. Support for sharing computer audio simultaneously when screen sharing


## Improved

1. Adjusted the initialization time of RTC to make entering the room smoother


## Fixed

1. Fixed an issue with timer display errors
14 changes: 14 additions & 0 deletions docs/releases/v2.2.0/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 新增

1. 支持老师拖拽、放大、全屏视频头像
2. 支持屏幕分享的时候同时共享电脑声音


## 优化

1. 调整初始化RTC时间,让进入房间更流畅


## 修复

1. 计时器显示错误
Loading

0 comments on commit f898209

Please sign in to comment.