Skip to content

Commit 2be2550

Browse files
committed
Update marketing site version to v1.10.1
1 parent 087c7ed commit 2be2550

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.10.1] - 2026-04-03
6+
- New documents open in front instead of behind existing windows
7+
- Outline panel no longer overlaps the preview in side-by-side mode
8+
59
## [1.10.0] - 2026-04-02
610
- Document outline panel lets you jump to any heading with a click
711
- Native spell checking with persistent preferences for each document

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ targets:
4444
base:
4545
PRODUCT_BUNDLE_IDENTIFIER: com.sabotage.clearly
4646
PRODUCT_NAME: Clearly
47-
MARKETING_VERSION: "1.10.0"
47+
MARKETING_VERSION: "1.10.1"
4848
CURRENT_PROJECT_VERSION: "1"
4949
SWIFT_VERSION: "5.9"
5050
CODE_SIGN_ENTITLEMENTS: Clearly/Clearly.entitlements
@@ -79,7 +79,7 @@ targets:
7979
base:
8080
PRODUCT_BUNDLE_IDENTIFIER: com.sabotage.clearly.quicklook
8181
PRODUCT_NAME: ClearlyQuickLook
82-
MARKETING_VERSION: "1.10.0"
82+
MARKETING_VERSION: "1.10.1"
8383
CURRENT_PROJECT_VERSION: "1"
8484
SWIFT_VERSION: "5.9"
8585
GENERATE_INFOPLIST_FILE: NO

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h1>Clearly Markdown</h1>
177177
<a href="https://github.com/Shpigford/clearly/releases/latest/download/Clearly.dmg" class="btn secondary">Direct Download</a>
178178
<a href="https://github.com/Shpigford/clearly" class="btn secondary">GitHub</a>
179179
</div>
180-
<p class="requires">v1.10.0 &middot; Requires macOS Sonoma or later</p>
180+
<p class="requires">v1.10.1 &middot; Requires macOS Sonoma or later</p>
181181

182182
<img src="screenshot.jpg" alt="Clearly Markdown — editor and preview side by side" class="screenshot">
183183

0 commit comments

Comments
 (0)