Skip to content

Commit

Permalink
Update what's new page
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong committed Sep 8, 2022
1 parent eae49bb commit f05f9ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
18 changes: 13 additions & 5 deletions docs/cn/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 🔥 为 iOS 16 做好准备

Taio 已经为即将到来的 iOS 16 发布做好准备,带来了包括但不限于如下主要更新:

- 全新的锁屏小组件
- 全新的 iPadOS 可定制工具栏
- 全新的文档内查找流程
- 全新的编辑菜单和标题菜单
- 全新的剪贴板粘贴按钮

请试试看并让我们知道您的想法!

### 🔨 内嵌文本动作

支持在文本动作中运行其他文本动作,这意味着它们现在是可以被复用的。
Expand All @@ -23,8 +35,4 @@
- 针对文件设置高亮模式
- 备份和恢复动作库
- 更好的文件导入
- 大量的修复和重新设计

### ⚡️ 指令面板

输入 `/` 或按下 `⌘ /` 来显示指令面板,不离开键盘就能执行更多操作,[了解更多](https://docs.taio.app/#/cn/editor/command-palette)
- 大量的修复和重新设计
18 changes: 13 additions & 5 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 🔥 Ready for iOS 16

Taio has been refreshed for the upcoming iOS 16 release, with major updates including but not limited to:

- New lock screen widgets
- New customizable toolbar for iPadOS
- New text find workflow
- New edit menu and title menu
- New paste button for clipboard

Please take a look and let us know what you think!

### 🔨 Embed Text Actions

Text actions can embed other text actions, which means they are reusable now.
Expand All @@ -23,8 +35,4 @@ Added support for both `file templates` and customizable `default file name`. Yo
- Per-file highlight mode
- Actions backup & restore
- Better import
- Lots of fixes and redesigns

### ⚡️ Command Palette

Type `/` or press `⌘ /` to show command palette, achieve more without leaving the keyboard, [learn more](https://docs.taio.app/#/editor/command-palette).
- Lots of fixes and redesigns

0 comments on commit f05f9ef

Please sign in to comment.