Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion config/CN/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/CN/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.2.3",
"version": "2.2.4",
"private": true,
"description": "",
"homepage": "https://github.com/netless-io/flat",
Expand Down
3 changes: 3 additions & 0 deletions docs/releases/v2.2.4/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Fixed

1. OSS AK Expired.
3 changes: 3 additions & 0 deletions docs/releases/v2.2.4/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 修复

1. 云盘上传失效