Releases: HaDiNet/shiftings
Releases · HaDiNet/shiftings
0.4.0 / 2024-01-04
What's Changed
- Fix check for first_occurring date in recurring shifts by @lewellien in #30
- save auto create days to recurring shift by @Tjeri in #29
- add permission to add participants to shifts in the past by @Tjeri in #28
Full Changelog: v0.3.0...v0.4.0
0.3.0 / 2023-04-14
Features:
Inherited Permission Shift System:
Organizations, Events, ShiftTemplates and Shifts can be assigne ParticipationPermissions so you can manage the access for other organizations or all users to your shifts. There are 4 Levels:
- See Shift (Users can see that this org has a shift at this time)
- See Shift Details (Users can see all Shift details excluding participants)
- See Shift Participants (Users can see all Details and participants)
- Participate in shift (Users can see all details and participate even if they are not Member of this organization.)
Enhancements:
- Delete Buttons for multiple Objects
- More reusable Filters for Shifts
- Jump to Date Form on Day Calendar
0.2.0 / 2023-04-05
Enhancements:
- New Day Calendar view aggregated by shift types
- New HTTP Error code pages
- Template Group delete
- default MAX_SHIFT_LENGTH is now 1 week
Bug fixes:
- Fixed RemoveParticipantView
- Fix HTTP 500 on shift detail for unauthorized users