Releases: SergeyMosin/Appointments
Releases Β· SergeyMosin/Appointments
v1.15.2
Added
- Links ( and email address ) in outgoing emails are now
linkyfied
automatically and can be clicked
Changed
- Updated JS dependencies
- Bump NC max-version to v27 - #428
- Template grid starts at 00:00 (not 6:00)
From
email addresses have the Display Name
part now - #414
Fixed
- Broken NC25 related styles
v1.15.1
Fixed
- TalkIntegration: fix delete room error on NC26 - #418
v1.15.0
Changed
- Nextcloud min version is 25 now
- Default to getProductName in 'HeaderTitle' (instead of Nextcloud)
Fixed
- Auto-style: use system-wide default background color if provided
v1.14.14
Changed
- Buffers are applied to ALL events now (instead of just "Appointments") - #328
v1.14.13
Added
- auto-style is applied to directory page now
Fixed
- NC25 wrong auto-style background
v1.14.12
Changed
- optimized form page - time element are created on demand now
- nextcloud max version is 26 now
Fixed
- blank page on NC26 (and possibly NC25.0.5) - #406
v1.14.11
Changed
- change minimum, appointment length from 10 -> 5 min - #384
- removed NcModel FocusTrap workaround
- re-lint some php files
Fixed
- @nextcloud/vue v7.4.0 compatibility - #395
- overlap of slots from same day in different month - #401
- use static var instead of session - #399
v1.14.10
Added
- More debug info is returned from getRawCalendarData() - #394
Changed
- Lock "@nextcloud/vue" at "~7.3.0" for now - #395
v1.14.9
Changed
- 'Name' label -> 'Full Name' on the main form
Fixed
- Front-end missing translations module causing broken validation - #392