• v2.1.0 15fb76005c

    v2.1.0
    All checks were successful
    CI / ci (push) Successful in 8m30s
    Release — F-Droid repo + Gitea release / ci (push) Successful in 2m3s
    Release — F-Droid repo + Gitea release / build-and-deploy (push) Successful in 8m57s
    Release — F-Droid repo + Gitea release / gitea-release (push) Successful in 8s
    Stable

    makiolaj released this 2026-06-15 20:30:20 +00:00 | 30 commits to main since this release

    Added

    • The month view now shows real events in each day instead of coloured
      dots: all-day and multi-day events render as continuous bars at the top
      (a multi-day event is one connected bar across the days it spans, not a
      chip per day), with single-day timed events as filled pills beneath.
      Up to three rows show per day, then a "+N" dot indicator for the rest.
      Each day keeps a rounded surface background, matching the week and day
      views; today is marked with a filled circle on its number
    • The slide-out panel now has a "View" section to switch between Month,
      Week, and Day, mirroring the top-bar switcher pill — tapping a view
      selects it and closes the drawer. The current view is highlighted

    Fixed

    • Typing in the event title, location, and description fields no longer
      makes the cursor jump around: the form state's round-trip to the UI was
      hopping to a background dispatcher, so the text field saw a lagging value
      while typing. Only the calendar/preferences reads stay off the main
      thread now; the keystroke path is synchronous again
    Downloads