Skip to content

Commit 202cef0

Browse files
committed
chore: release v1.6.4
1 parent 559af59 commit 202cef0

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.4] - 2026-07-03
11+
12+
### Added
13+
- Add screenshot quality compression settings (2da49ae)
14+
- Add share extension and image open handling (83ab9fe)
15+
16+
### Changed
17+
- Refresh update check before showing install prompt (b50de35)
18+
- Simplify compressed screenshot quality hints (559af59)
19+
1020
## [1.6.3] - 2026-07-01
1121

1222
### Fixed

capcap-share-extension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.6.3</string>
22+
<string>1.6.4</string>
2323
<key>CFBundleVersion</key>
24-
<string>445</string>
24+
<string>450</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>14.0</string>
2727
<key>NSExtension</key>

capcap/App/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<key>CFBundlePackageType</key>
6565
<string>APPL</string>
6666
<key>CFBundleShortVersionString</key>
67-
<string>1.6.3</string>
67+
<string>1.6.4</string>
6868
<key>CFBundleURLTypes</key>
6969
<array>
7070
<dict>
@@ -77,7 +77,7 @@
7777
</dict>
7878
</array>
7979
<key>CFBundleVersion</key>
80-
<string>445</string>
80+
<string>450</string>
8181
<key>LSMinimumSystemVersion</key>
8282
<string>14.0</string>
8383
<key>LSUIElement</key>

0 commit comments

Comments
 (0)