diff --git a/README.md b/README.md index 8d7d183..2293522 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README.zh-CN.md b/README.zh-CN.md index 74571ce..2267211 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -192,6 +192,7 @@ swift test --package-path Packages/AnnotationKit ## 路线图 - 聚光灯、放大镜、标尺、图片叠加等标注工具 +- 文字标注支持 Emoji 和自定义字体 - 截图历史浏览器 - 视频剪辑编辑器 - 光标平滑(弹簧物理) diff --git a/project.yml b/project.yml index 714eca1..e7047b1 100644 --- a/project.yml +++ b/project.yml @@ -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: