Skip to content

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 15 Feb 12:33
· 241 commits to main since this release

v0.5.4

Markdown Editor Improvements

  • Inline editing — Edit markdown patterns directly in the viewer with auto-save. No more separate edit page; click Edit to toggle between editing and preview mode
  • Metadata-only Details modal — The Edit button is now "Details" for pattern metadata (name, category, description, etc.), keeping content editing inline
  • Tab/Shift+Tab indent support — Indent and outdent list items in the markdown editor with keyboard shortcuts

Mobile Support for Markdown Viewer

  • Mobile top bar — Compact header with back button, pattern name, timer, and hamburger menu (Notes, Edit, Details, Auto Timer, Reset Timer)
  • Full-screen layout — Markdown viewer now fills the entire screen on mobile with no margins or dead space
  • Done button — Exit inline edit mode on mobile via a visible Done button in the save bar

UI Polish

  • Markdown header restyled — Buttons and padding now match the PDF viewer for a consistent look across pattern types
  • Centered pattern name — Title is absolutely centered in the header bar, matching the PDF viewer layout

Bug Fixes

  • In Progress page not updating — Toggling a pattern's in-progress status now instantly updates the In Progress page without needing a refresh. Same fix applied when marking patterns complete.