Skip to content

v0.62.3

Choose a tag to compare

@ulsklyc ulsklyc released this 05 Jun 14:00

Fixed

  • Date input fields now reject letter keystrokes at the keyboard level, so only digits and the separators ., /, and - can be typed in date fields. Time input fields allow digits, :, space, and AM/PM characters (a, p, m). Modifier-key combinations (Ctrl, Cmd, Alt) pass through unblocked. Applies to task, calendar, meal-plan, and recurrence-rule date/time inputs (#242).
  • Typing a bare hour (e.g. 15 or 9) in a time field now expands automatically to a full time on blur: 15:00, 09:00. Previously only HH:MM and H:MM AM/PM formats were accepted (#242).
  • Typing an 8-digit date string without separators (e.g. 09062026) is now accepted in date fields and formatted according to the locale date preference (DMY → 2026-06-09, MDY → 2026-09-06, YMD → 2026-06-09) (#242).