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
editorLanguageAppStorage variable - Each code entry now maintains its own independent language setting
Full Changelog: v2.0.0...v2.0.1