Skip to content

Release - 0.1.4

Choose a tag to compare

@DrBanshan DrBanshan released this 20 Jun 12:43
· 6 commits to main since this release

πŸ“ Layout

  • Split panel into independent controls (top) and view (bottom) sections that re-render separately, avoiding
    interference during window resizing

🎨 UI Improvements

  • Compact mode for Today view β€” cards stack into 3 rows when container width ≀500px, triggered by actual
    container width via ResizeObserver (works reliably on all platforms)
  • Align settings button with other control buttons in the header row
  • Simplified color picker β€” removed preset swatches, replaced with inline Obsidian color picker labeled
    "Color:"
  • Add 11 new emoji options to the habit icon picker

πŸ› Bug Fixes

  • Fix compact mode not triggering on macOS/iOS by using ResizeObserver instead of viewport-based media
    queries
  • Resolve TypeScript unsafe any and Promise type warnings in modals.ts