Add timetable end-time validation

This commit is contained in:
2026-08-08 00:00:51 +01:00
parent 0b300d6ddb
commit bcae4bb318
5 changed files with 313 additions and 1 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## 2.6.6 - 2026-08-07
### Fixed
- Timetable entry editing now validates end times locally, requires the end to be at least one minute after the start, and highlights the end field when the value is invalid.
## 2.6.5 - 2026-08-07
### Added