Skip to content

Commit

Permalink
chore(project): upgrade version to 1.5.0 (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Jan 11, 2022
1 parent 3b4e7d8 commit d4cd479
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.5.0](https://github.com/netless-io/flat/compare/v1.4.0...v1.5.0) (2022-01-11)


### Bug Fixes

* **library:** sync camera on insert image ([#1281](https://github.com/netless-io/flat/issues/1281)) ([3b4e7d8](https://github.com/netless-io/flat/commit/3b4e7d895b858c461722f568d7655a15e01b4521))
* **project:** refresh channel info on reconnect ([#1274](https://github.com/netless-io/flat/issues/1274)) ([8fa0c1f](https://github.com/netless-io/flat/commit/8fa0c1f43b971a864265eef972d7c623106fe7c5))
* **renderer-app:** hot keys invalid in preview file window ([#1264](https://github.com/netless-io/flat/issues/1264)) ([f3f2bef](https://github.com/netless-io/flat/commit/f3f2bef138fa0c8b13027a6b28d7ad310399ca31))


### Features

* **desktop:** support macOS localized ([#1260](https://github.com/netless-io/flat/issues/1260)) ([d6c668a](https://github.com/netless-io/flat/commit/d6c668ab4fdd81b0662beee5b668d0a39604d058))
* **web:** add "open in browser" tip in wechat browser ([#1268](https://github.com/netless-io/flat/issues/1268)) ([76e87c8](https://github.com/netless-io/flat/commit/76e87c8678e34604e922808bbd64b693d865e2e6))



# [1.4.0](https://github.com/netless-io/flat/compare/v1.3.0...v1.4.0) (2021-12-30)


Expand Down
1 change: 1 addition & 0 deletions cspell.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ module.exports = {
"webstorm",
"Frameless",
"micromessenger",
"bokeh",

// CNCF
"nindent",
Expand Down
2 changes: 1 addition & 1 deletion desktop/main-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flat",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"description": "",
"homepage": "https://github.com/netless-io/flat",
Expand Down
14 changes: 14 additions & 0 deletions docs/releases/v1.5.0/en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Features

1. Support next step operation in PPT with click tool

## Improved

1. Adjust the interaction of disconnecting and reconnecting the whiteboard
2. Adjust the interaction of calling up APP in WeChat
3. Add bokeh effect when loading PDF image resources

## Fixed

1. When teachers use large files (PDF), there is a probability that the student side will turn pages out of sync
2. After one party disconnects and reconnects successfully, the other party still incorrectly shows that the user has left
14 changes: 14 additions & 0 deletions docs/releases/v1.5.0/zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 新增

1. 支持在 PPT 中使用点击工具进行下一步操作

## 优化

1. 调整白板断线重连交互
2. 调整微信中唤起 APP 的交互
3. 添加 PDF 图片资源加载时的虚化效果

## 修复

1. 老师使用大文件时(PDF)学生端有概率出现翻页不同步
2. 一方断线重连成功后,另一方仍然错误显示该用户已离开

0 comments on commit d4cd479

Please sign in to comment.