github ulsklyc/yuvomi v1.40.3

latest releases: v1.40.7, v1.40.6, v1.40.5...
6 hours ago

Bug-fix pass on three reported issues: modal saves, finance account colors, and silent reminder-delivery failures.

Fixed

  • Editing a task or document and clicking "Save"/"Apply" now applies the change. The modal footer is lifted out of its form to stay pinned above the fold, which detached the submit button from the form so the click silently did nothing. The button now keeps its form association and submits as before. (#543)
  • Creating or editing a finance account with a color no longer fails with "Color must be a valid HEX color". The account color picker stores theme-aware accent tokens (so the swatch also lightens in dark mode), and the server now accepts those tokens alongside plain hex colors, while still rejecting arbitrary CSS. (#542)
  • Reminder and notification delivery (Web Push, Gotify, ntfy) no longer breaks silently when the reminders.pushed_at column is missing after inconsistent migration history (e.g. a backup restored mid-migration). The database now self-heals the known critical column on startup and logs the repair, instead of the scheduler failing every 60 seconds on "no such column". (#538)

Don't miss a new yuvomi release

NewReleases is sending notifications on new releases.