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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ The package split means you can embed, for example, `CaptureKit` or `AnnotationK
## Roadmap

- Spotlight, magnifier, ruler, image overlay annotation tools
- Emoji support and custom fonts in text annotations
- Screenshot history browser
- Video trimmer/editor
- Cursor smoothing (spring-physics during export)
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ swift test --package-path Packages/AnnotationKit
## 路线图

- 聚光灯、放大镜、标尺、图片叠加等标注工具
- 文字标注支持 Emoji 和自定义字体
- 截图历史浏览器
- 视频剪辑编辑器
- 光标平滑(弹簧物理)
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ settings:
CODE_SIGN_IDENTITY: "Developer ID Application"
DEVELOPMENT_TEAM: "T247WTJV77"
ENABLE_HARDENED_RUNTIME: YES
MARKETING_VERSION: "0.1.4"
CURRENT_PROJECT_VERSION: "6"
MARKETING_VERSION: "0.1.5"
CURRENT_PROJECT_VERSION: "7"

packages:
SharedKit:
Expand Down
Loading