Releases: lzhgus/Capso
Releases · lzhgus/Capso
Capso 0.2.0
What's Changed
- Fix Sparkle appcast metadata and self-window capture by @lzhgus in #33
- Keep no-update feedback non-modal in Preferences by @lzhgus in #34
- Polish screenshot selection overlay feedback by @lzhgus in #35
- feat: add Capture Area to Clipboard and Capture Area & Annotate shortcuts by @lzhgus in #36
- fix: scroll capture auto-stop removed — only stops on Done by @lzhgus in #39
- feat: add Screenshot History with configurable retention by @lzhgus in #40
- chore: release v0.2.0 by @lzhgus in #42
- [codex] Fix history media actions and add right-click screenshot cancel by @lzhgus in #43
Full Changelog: v0.1.9...v0.2.0
Capso 0.1.9
Capso 0.1.8
What's Changed
- fix: add Sparkle EdDSA signing for auto-update by @lzhgus in #20
- chore: bump version to v0.1.8 by @lzhgus in #21
Full Changelog: v0.1.7...v0.1.8
Capso 0.1.7
What's Changed
- fix: annotation tool switching no longer alters drawn objects by @lzhgus in #18
- chore: bump version to v0.1.7 by @lzhgus in #19
Full Changelog: v0.1.6...v0.1.7
Capso 0.1.6
What's Changed
- feat: integrate Sparkle for in-app auto-updates by @lzhgus in #10
- chore: reformat String Catalogs to Xcode canonical format by @lzhgus in #11
- fix: annotation editor disappearing when clicking other windows by @lzhgus in #13
- chore: bump version to v0.1.6 by @lzhgus in #14
- fix: notarization Invalid — remove network entitlement, add retry + logging by @lzhgus in #16
- fix: re-sign Sparkle framework for notarization by @lzhgus in #17
Full Changelog: v0.1.5...v0.1.6
Capso 0.1.5
What's Changed
- chore: add Homebrew tap support and auto-update workflow by @lzhgus in #4
- fix: recording toolbar icons invisible in Light mode by @lzhgus in #6
- fix: add explicit permissions to CI workflow by @lzhgus in #7
- fix: allow capturing Capso's own windows (e.g. Settings) by @lzhgus in #8
- chore: bump version to v0.1.5 by @lzhgus in #9
Full Changelog: v0.1.4...v0.1.5
Capso 0.1.1
Capso v0.1.1 — Localization
Added multi-language support. The app now follows your macOS system language automatically.
New Languages
- 🇨🇳 Simplified Chinese (简体中文)
- 🇯🇵 Japanese (日本語)
- 🇰🇷 Korean (한국어)
What's Localized
- All UI: preferences, menus, toolbars, alerts, tooltips
- System permission descriptions (camera, microphone, screen recording)
- Annotation editor tools and beautify panel
- OCR text recognition interface
- Recording controls and preview
How to Use
The app automatically matches your macOS language. You can also set a per-app language override in System Settings → General → Language & Region → Applications.
Full Changelog: v0.1.0...v0.1.1
Capso 0.1.0
Capso v0.1.0 — Initial Release
The free, open-source alternative to CleanShot X. Built with Swift 6.0 and SwiftUI.
Features
- Screenshots — area, window, and fullscreen capture with Quick Access floating preview
- Screen Recording — MP4 and GIF with system audio, microphone, and webcam PiP
- Annotation Editor — arrows, shapes, text, freehand, pixelate, counters, highlighter
- Screenshot Beautification — background color, padding, rounded corners, shadow
- OCR — instant and visual text recognition
- Pin to Screen — float captures as always-on-top windows
- Global Keyboard Shortcuts — fully configurable
- Localization — English + Simplified Chinese
Download
Download Capso-0.1.0.dmg, open it, and drag Capso to your Applications folder.
The DMG is signed with Developer ID and notarized by Apple — macOS Gatekeeper will let you open it without warnings.
Build from Source
brew install xcodegen
git clone https://github.com/lzhgus/Capso.git
cd Capso && xcodegen generate
open Capso.xcodeproj