blob: 28469cb9c6494f87e53bd38d008933c0c880014e (
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
34
35
36
37
38
39
|
# Changelog
## Version 0.2.2
* Use [DataTables](https://datatables.net/) for the tables in the admin view
* Clarify some text in the demo
* Code improvements
## 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
|