diff --git a/CHANGELOG.md b/CHANGELOG.md index b7af097688e..054dddeaa7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [2.2.4](https://github.com/netless-io/flat/compare/v2.2.3...v2.2.4) (2023-08-01) + + +### Bug Fixes + +* **config**: update AK ([c974bd55](https://github.com/netless-io/flat/commit/c974bd555d2df45aced1d444e4346f82050d6f7e)) + + + +## [2.2.3](https://github.com/netless-io/flat/compare/v2.2.2...v2.2.3) (2023-07-03) + + +### Features + +* **project**: add replay room url protocol ([#1955](https://github.com/netless-io/flat/issues/1955)) ([4d628a46](https://github.com/netless-io/flat/commit/4d628a4679e35f9b8531b09110762cfdf73c865e)) + +### Bug Fixes + +* **flat-components**: fix login cover image ([#1957](https://github.com/netless-io/flat/issues/1957)) ([96153039](https://github.com/netless-io/flat/commit/9615303921bfa0c5fd72d2dfd15fa6bb7c270832)) +* **flat-stores**: remove legacy code of scroll to top ([#1953](https://github.com/netless-io/flat/issues/1953)) ([40759210](https://github.com/netless-io/flat/commit/40759210f598ffd0c62d700456898c26b1c840d6)) + +### Performance Improvements + +* **flat-stores**: fetch users info only when necessary ([#1946](https://github.com/netless-io/flat/issues/1946)) ([d93ecc1b](https://github.com/netless-io/flat/commit/d93ecc1b3c517eb247dce276c9a4600a28a442a9)) + + + ## [2.2.2](https://github.com/netless-io/flat/compare/v2.2.1...v2.2.2) (2023-05-16) diff --git a/config/CN/.env.development b/config/CN/.env.development index e96204d07fb..250a361eaef 100644 --- a/config/CN/.env.development +++ b/config/CN/.env.development @@ -5,7 +5,7 @@ WECHAT_APP_ID=wx1133c2153a45e9b8 AGORA_OAUTH_CLIENT_ID=flat-dev GOOGLE_OAUTH_CLIENT_ID=273996094508-p97og69ojac5ja0khn1rvmi3tb7vgfgm.apps.googleusercontent.com -CLOUD_STORAGE_OSS_ALIBABA_ACCESS_KEY=LTAI5t9Gb6tzQzzLmB6cTVf7 +CLOUD_STORAGE_OSS_ALIBABA_ACCESS_KEY=LTAI5tMwHQ1xyroeneA9XLh4 CLOUD_STORAGE_OSS_ALIBABA_BUCKET=flat-storage CLOUD_STORAGE_OSS_ALIBABA_REGION=oss-cn-hangzhou diff --git a/config/CN/.env.production b/config/CN/.env.production index 1ba83b16444..ca443f4c499 100644 --- a/config/CN/.env.production +++ b/config/CN/.env.production @@ -5,7 +5,7 @@ WECHAT_APP_ID=wx96d522d69d384cce AGORA_OAUTH_CLIENT_ID=flat GOOGLE_OAUTH_CLIENT_ID=273996094508-2rpraucen77a1o5dul5ftrua5k3og157.apps.googleusercontent.com -CLOUD_STORAGE_OSS_ALIBABA_ACCESS_KEY=LTAI5t9Gb6tzQzzLmB6cTVf7 +CLOUD_STORAGE_OSS_ALIBABA_ACCESS_KEY=LTAI5tMwHQ1xyroeneA9XLh4 CLOUD_STORAGE_OSS_ALIBABA_BUCKET=flat-storage CLOUD_STORAGE_OSS_ALIBABA_REGION=oss-cn-hangzhou diff --git a/desktop/main-app/package.json b/desktop/main-app/package.json index cd7397cf69a..4c674984389 100644 --- a/desktop/main-app/package.json +++ b/desktop/main-app/package.json @@ -1,7 +1,7 @@ { "name": "flat", "productName": "Flat", - "version": "2.2.3", + "version": "2.2.4", "private": true, "description": "", "homepage": "https://github.com/netless-io/flat", diff --git a/docs/releases/v2.2.4/en.md b/docs/releases/v2.2.4/en.md new file mode 100644 index 00000000000..341160cf31e --- /dev/null +++ b/docs/releases/v2.2.4/en.md @@ -0,0 +1,3 @@ +## Fixed + +1. OSS AK Expired. diff --git a/docs/releases/v2.2.4/zh.md b/docs/releases/v2.2.4/zh.md new file mode 100644 index 00000000000..fb506d34e02 --- /dev/null +++ b/docs/releases/v2.2.4/zh.md @@ -0,0 +1,3 @@ +## 修复 + +1. 云盘上传失效