Skip to content

Releases: HaDiNet/shiftings

0.4.0 / 2024-01-04

04 Jan 20:17
Compare
Choose a tag to compare

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

13 Apr 23:25
Compare
Choose a tag to compare

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

05 Apr 18:14
Compare
Choose a tag to compare

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