-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES.txt
78 lines (52 loc) · 1.52 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
CHANGES
=======
0.7dev - unreleased
-------------------
- No changes yet.
0.6 - 2014-11-11
----------------
- Migrate to Bootstrap 3.
This requires ``Kotti>=0.10b1`` and is a **backward incompatible change if you have customized any template**!
- Remove the size settings from the player options.
They didn't work at all.
Players scale to their containers now.
- Add a populator for development.
- Add a setting to disable calls Fanstatic's need methods.
See README for the rationale.
0.5.2 - 2014-11-10
------------------
- Enable overriding of assets using kotti_media.asset_overrides
configuration variable. [cazino]
0.5.1 - 2013-07-12
------------------
- Don't check for data if unnecessary as it causes full loading of that
column which is particular bad with media files. This is a huge
performance boost on related views.
0.5 - 2013-04-25
----------------
- Upgrade to Kotti>=0.8. This breaks backward compatibility. Pin
kotti_media to "<0.5dev" if you are on Kotti 0.7.x.
- Use Kotti's pytest plugin.
0.4
---
- Make player options user configurable.
0.3.2
-----
- Bugfix: respect permissions when iterating over children in
media_folder_view
0.3.1
-----
- Fix documentation.
0.3
---
- Rename package to kotti_media (was: kotti_video).
- Add tests (100% coverage from now on).
- Add audio support.
- Add external URL support for CDN storage / delivery of file data.
- Add ``media_folder_view`` for context ``kotti.resources.Document``.
0.2
---
- Release for Kotti >= 0.7dev.
0.1
---
- Initial release.