Skip to content

Commit dfdbbb1

Browse files
committed
Update marketing site version to v1.13.0
1 parent 9f1002a commit dfdbbb1

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.13.0] - 2026-04-08
6+
- Create new untitled documents without saving them first
7+
- Bold and bold-italic text now renders visually in the editor instead of just showing markers
8+
- Pick custom icons for folders in the sidebar
9+
- Compact file explorer rows and refined sidebar layout for easier scanning
10+
511
## [1.12.0] - 2026-04-08
612
- File explorer sidebar shows favorite locations and recent files for quick navigation
713

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.12.0"
47+
MARKETING_VERSION: "1.13.0"
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.12.0"
82+
MARKETING_VERSION: "1.13.0"
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.12.0 &middot; Requires macOS Sonoma or later</p>
180+
<p class="requires">v1.13.0 &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)