File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 · Requires macOS Sonoma or later</ p >
180+ < p class ="requires "> v1.10.1 · Requires macOS Sonoma or later</ p >
181181
182182 < img src ="screenshot.jpg " alt ="Clearly Markdown — editor and preview side by side " class ="screenshot ">
183183
You can’t perform that action at this time.
0 commit comments