-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES
55 lines (39 loc) · 1.55 KB
/
CHANGES
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
=========
Changes
=========
Here you can see the list of changes between each Holocron release.
0.4.0 (unreleased)
==================
- Changed Jinja2 templates extension from ``.html`` to ``.j2``.
- Renamed ``document-list.j2`` template to ``index.j2``.
- Added Python 3.6 support.
0.3.0 (2016-03-12)
==================
- Added API for registering external themes. That means from now on themes
could be distributed as Holocron extensions via Python packaged.
- Added User Theme extension that allows to setup external theme.
- Fixed posts ordering on index and tags pages.
- Fixed broken ribbon, so it’s clickable again.
- **DEPRECATED**: ``paths.theme`` option will be removed in favor of
``ext.user-theme.path``
- **DEPRECATED**: user theme won't be enabled by default, so please enable
it explicitly
0.2.0 (2015-12-16)
==================
- Added reStructuredText converter.
- Added ``holocron.ext.abc.Extension`` interface.
- Added Python 3.5 support.
- Added Twitter Cards support.
- Fixed Markdown title parser for documents with multiple <h1> titles..
- Fixed security issue when content author may steal private data through
content's meta header.
- Fixed YAML header parser for documents with multiple ``---`` signs.
- Fixed rebuilding of HTML produced by Tags and Feed extensions.
- Default theme is more responsive for smartphones & tablets now.
0.1.1 (2015-08-22)
==================
- ``tests`` package is no longer installed.
- ``holocron.theme`` data is now installed by setuptools.
0.1.0 (2015-08-22)
==================
- First public release.