-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGES.txt
More file actions
37 lines (25 loc) · 912 Bytes
/
CHANGES.txt
File metadata and controls
37 lines (25 loc) · 912 Bytes
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
0.6 (2018-07-01)
----------------
* Configuring notifications through Trac's web admin system now requires
TICKET_ADMIN only, not full TRAC_ADMIN. This permission check is also
FineGrainedPermissions-aware.
* Notification templates can now access a `change_history` variable to email
all commenters on a ticket, display a full history of ticket changes in
the email body, and other use cases.
0.5 (2013-11-21)
----------------
* Notifications can now be configured through Trac's web admin system.
0.4 (2012-12-12)
----------------
* Support for Trac 0.11.7
0.3 (2012-12-11)
----------------
* Allow configuration of conditional notifications.
* Provide `action` string in templates.
0.2 (2012-12-10)
----------------
* Provide `old_values` dict in templates.
* '*'-notifications are no longer triggered for @created actions.
0.1 (2012-12-09)
----------------
Everything is new!