-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
82 lines (48 loc) · 2.29 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
0.7.0 2024-11-07 11:21:02 +0100 Tobias Oetiker <[email protected]>
- districts can be deactivated
0.6.0 2022-05-24 16:10:23 +0200 Tobias Oetiker <[email protected]>
- new config option allowDoubleBooking for user groups
0.5.9 2021-11-11 11:43:03 +0100 Tobias Oetiker <[email protected]>
- fix excel export by upgrading to latest callbackery
0.5.8 2021-07-20 17:34:30 +0200 Tobias Oetiker <[email protected]>
- fix booking deletion check with proper typing
0.5.7 2021-07-16 14:48:26 +0200 Tobias Oetiker <[email protected]>
- update to latest callbackery for better date export funktion
0.5.6 2021-07-16 10:07:32 +0200 Tobias Oetiker <[email protected]>
- in multibooking do NOT list partial bookings under problems but still only
book this with bestEffort
0.5.5 2021-07-15 18:24:10 +0200 Tobias Oetiker <[email protected]>
- more german
- multibooking with partial success in bestEffort mode
0.5.4 2021-07-15 13:26:30 +0200 Tobias Oetiker <[email protected]>
- more translations
- fixed calculation of total daily reservation time
- fix biweekly booking
0.5.3 2021-07-14 17:03:36 +0200 Tobias Oetiker <[email protected]>
- set reply-to to Reply-To: [email protected]
- fixed validation rules for non privileged booker
- fixed equipment list in notification email
- fixed sorting order for booking list
- fixed end time for multibooking
0.5.2 2021-07-13 11:26:49 +0200 Tobias Oetiker <[email protected]>
- add day and equipment filters to booking list
- upgraded Time::Piece
0.5.1 2021-07-12 09:55:13 +0200 Tobias Oetiker <[email protected]>
- add multibooking
- add equipment to confirmation email
0.5.0 2021-07-05 17:50:38 +0200 Tobias Oetiker <[email protected]>
- introduce equipment
- usercategories
0.4.2 2020-10-08 14:14:14 +0200 Tobias Oetiker <[email protected]>
- move range function for participants table
0.4.1 2020-08-25 09:43:13 +0200 Tobias Oetiker <[email protected]>
- fix deleting bookings
- add current user first when creating a new booking even for admins
0.4.0 2020-08-24 17:48:33 +0200 Tobias Oetiker <[email protected]>
- added export
0.3.0 2020-05-27 15:45:55 +0200 Tobias Oetiker <[email protected]>
- released version
0.1.0 2020-03-30 08:04:37 +0200 Tobias Oetiker <[email protected]>
- working version
0.0.0 2020-02-21 Tobias Oetiker ([email protected])
- started project