- 
                Notifications
    You must be signed in to change notification settings 
- Fork 116
Release Notes
        Ying Zhong edited this page Sep 30, 2025 
        ·
        13 revisions
      
    v1.27.0 Release Notes
- Adopted the Liquid Glass aesthetics, see settings.json if you'd like to go back.
- Added icon variants for dark mode and clear/tinted mode.
- Dropped support for macOS Sonoma, see macos-14 for last compatible version.
 
On macOS Tahoe, Apple introduced an on-device AI capability called Foundation Models, MarkEdit now supports it via MarkEdit-api.
Please refer to the sample extension MarkEdit-ai-writer to learn more.
 
v1.25.0 Release Notes
macOS Tahoe is currently in beta, and MarkEdit includes some initial design updates to support it.
To try out the new design, run the following command in your terminal and restart the app:
defaults write app.cyan.markedit com.apple.SwiftUI.IgnoreSolariumLinkedOnCheck -bool trueThis is not needed once macOS Tahoe is officially released.
v1.23.0 Release Notes
- AppleScript Support: Added AppleScript integration to automate tasks, thanks to @SKaplanOfficial.
- Configurable Invisible Characters: We can now customize the rendering of invisible characters for better document styling.
- Search Enhancements: Improved search bar, including displaying the current index and adding support for custom search normalizers.
- Diacritic Insensitive Search: Introduced a search option that ignores diacritical marks for improved text matching.
- Auto Save Behavior: Enhanced auto-save functionality by adding the editor.autoSaveWhenIdle option.
- Line Break Rendering: Added support for rendering line breaks, with configuration to customize the character.
- Statistics Behavior: Added support for comment parsing and showing selection and full document at the same time.
- Xcode Dark Theme: Refined the Xcode dark theme for better readability and user experience.
- Selection and List Handling: Optimized handling of list markers and selection preserving for list actions.
- Text Predictions: Fixed issues with text predictions that affected document editing.
- 
Backup File Handling: Resolved the issue where *.sbbackups were not being properly removed.