From ad5c24e7b24a9bb349a87b1738999cd47b2b036d Mon Sep 17 00:00:00 2001 From: lzhgus Date: Sat, 11 Apr 2026 17:39:00 -0700 Subject: [PATCH] chore: bump version to v0.1.5 v0.1.5 changelog: - Fix recording toolbar icons invisible in Light mode (force dark colorScheme) - Fix window capture excluding Capso's own windows (e.g. Settings) - Add explicit permissions to CI workflow (CodeQL security fix) - Add Homebrew tap support (brew tap lzhgus/tap && brew install --cask capso) - Add auto-update Homebrew cask on release in build workflow - Add Homebrew install instructions to READMEs - Add emoji support and custom fonts to roadmap --- README.md | 1 + README.zh-CN.md | 1 + project.yml | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) 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: