Skip to content

v2.0.1 Lyra hotfix

Latest

Choose a tag to compare

@runkaiz runkaiz released this 26 Jan 23:21

Notable 2.0.1 - Lyra hotfix

A critical bug fix for code syntax highlighting performance.

πŸ› Bug Fixes

  • Fixed syntax highlighting performance issue: CodeEditor now correctly reads language settings from individual entries instead of global settings, ensuring proper syntax highlighting for each code entry
  • Fixed issue where Swift code would be highlighted with Markdown rules, causing poor performance and incorrect rendering

πŸ“ What Changed

  • CodeEditor now uses per-entry language configuration stored in entry.language
  • Removed unused global editorLanguage AppStorage variable
  • Each code entry now maintains its own independent language setting

Full Changelog: v2.0.0...v2.0.1