Skip to content

Release Notes

Ying Zhong edited this page Sep 30, 2025 · 13 revisions

v1.27.0 Release Notes

Ready for macOS Tahoe

  • 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.
Liquid Glass

Foundation Models

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.

MarkEdit-ai-writer

v1.25.0 Release Notes

New Design (Liquid Glass)

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 true

This is not needed once macOS Tahoe is officially released.

v1.23.0 Release Notes

New Features

  • 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.

Improvements

  • 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.

Bug Fixes

  • Text Predictions: Fixed issues with text predictions that affected document editing.
  • Backup File Handling: Resolved the issue where *.sb backups were not being properly removed.
Clone this wiki locally