-
Notifications
You must be signed in to change notification settings - Fork 28
/
CHANGES.txt
90 lines (70 loc) · 1.77 KB
/
CHANGES.txt
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
83
84
85
86
87
88
89
90
1.1.0
==================
* Add LTI 1.3 support
1.0.0 (2023-10-26)
==================
* Django 3 compatability
* No longer testing against Django 2.2
0.4.7
==================
* Provide a default value for allow_ta_access setting.
0.4.6
==================
* Add is_ta to launch view context
0.4.5
==================
* Allow for teaching assistants to have full faculty status
0.4.4
==================
* Update dynamic assignment syntax to make them more generic
0.4.3
==================
* Support dynamic assignments for older Canvas versions
0.4.2
==================
* Allow for dynamic assignments
* Update dependencies
0.4.1
==================
* Allow configuration of course_navigation as a dictionary (dodget)
0.4.0
==================
* Fix course-aware flow infinite redirect
* Add Python3 support
* Drop Django 2.0 from testing
0.3.4
==================
* Add X-Frame view exceptions
* Allow for custom field configuration in config.xml
0.3.3 (2018-02-13)
===================
* Configurable LTI parameters
0.3.2 (2018-02-06)
===================
* MySQL database compatibility
0.3.1 (2018-01-19)
===================
* Change how incoming requests are assessed/verified
0.3.0 (2017-12-05)
===================
* Add django 2.0 support
0.2.3 (2017-11-30)
===================
* Add success / failure messaging around grade passback
0.2.2 (2017-11-03)
===================
* Fixed an encoding error on LTI init in Python 3
0.2.1 (2017-10-26)
===================
* Python 3 fix: items() instead of iteritems()
* Make LTIRoutingView exempt from CSRF checks
0.2.0 (2017-10-20)
===================
* Session awareness
* Refactoring auth failure and course configuration paths
* Add multiple assignment routing
* Documentation
* pypi release
0.1.0 (2016-07-09)
===================
* initial release