Skip to content

LazyPlanner v1.0.2

Choose a tag to compare

@littekge littekge released this 21 Jul 03:28

A bug-fix release addressing two issues in calendar rendering and background sync. No config changes or migration needed.

Bug fixes

  • Multi-day timed events now render correctly in the month and week/day views.
    An event with a set start and end time that spans several days (e.g. 11:00 am Jul 23 → 5:00 pm Jul 26) was displayed wrong:

    • Month view repeated the start time on every day of the span. It now shows the start time on the first day, the title alone on the days in between, and the end time (prefixed ) on the final day.
    • Week / day view only drew the event on its first day and dropped it thereafter. It now appears on every day it covers, as a per-day block clipped to each column — from the start time down on the first day, filling the whole column on the days in between, and down to the end time on the last day.
  • The automatic background sync no longer interrupts editing.
    The debounced push that runs a few seconds after a change could fire while you had a create/edit form open, silently discarding what you were typing. The automatic sync triggers (the debounced push and the periodic sync) are now deferred while a form is open and resume as soon as you close it. Manual sync (r / :sync) and the conflict-safety guarantees are unchanged.

Full changelog: v1.0.1...v1.0.2