blob: 7151666e9718e08fef03a39618bdc35d2ffbfa9b (
plain)
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
|
# Changelog
## Version 0.2.1
* Bugfix for config variables
## Version 0.2.0
* Add introduction for users
* Change flow for assigning tasks to users
* Remove admin option for "auto-assign" tasks
* Automatically logout users after 15 minutes
* Clean up Javascript code and templates
## Version 0.1.5
* Bugfix for registration restriction
## Version 0.1.4
* Bugfix for admin annotation view
## Version 0.1.3
* Add admin view of annotations
## Version 0.1.2
* Add support for restricting access to certain email domains or addresses
## Version 0.1.1
* Don't allow admin users to be deleted
|