You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changes.rst
+31-29Lines changed: 31 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -3,46 +3,48 @@
3
3
Changes
4
4
=======
5
5
6
-
4.6.0 to 4.7.0
7
-
--------------
6
+
4.7.0
7
+
-----
8
+
9
+
The last release in the 4.x series that adds new features.
8
10
9
11
* Call strip on given path first in ``slugify``.
10
12
* Add ``doc_index`` function in ``template.py``.
11
13
* Add ``collection_index`` function in ``template.py``.
12
14
13
-
4.5.0 to 4.6.0
14
-
--------------
15
+
4.6.0
16
+
-----
15
17
16
18
* Make collections available to templates as lists of path, value tuples.
17
19
* Convert ``created`` and ``updated`` document attributes to datetime objects if they are strings.
18
20
19
-
4.4.0 to 4.5.0
20
-
--------------
21
+
4.5.0
22
+
-----
21
23
22
24
* Add support for multilingual indexes and add sample ``i18n`` site.
23
25
* Remove support for Python 3.4 as latest Markdown requires at least Python 3.5.
24
26
25
-
4.3.0 to 4.4.0
26
-
--------------
27
+
4.4.0
28
+
-----
27
29
28
30
* Add ``build`` and ``write`` methods to Generate class, so subclasses can easily overwrite the build and write steps.
29
31
* Handle UnicodeDecodeError in filesource when reading binary files.
30
32
* Make ``slugify`` function from path module available in templates.
31
33
32
-
4.2.0 to 4.3.0
33
-
--------------
34
+
4.3.0
35
+
-----
34
36
35
37
* Add ``--site`` option to choose the base site to use when creating a new one.
36
38
* Add ``bare`` base site with minimal markup and files.
37
39
38
-
4.1.0 to 4.2.0
39
-
--------------
40
+
4.2.0
41
+
-----
40
42
41
43
* Add attr_contains template filter to enable filtering docs with an attribute containing a given value.
42
44
* URL unquote file names so special characters can be used in URLs.
43
45
44
-
4.0.0 to 4.1.0
45
-
--------------
46
+
4.1.0
47
+
-----
46
48
47
49
* Enable expression-statement extension that adds the do tag.
48
50
* Added raw keyword argument to filesource function, which defaults to False.
@@ -59,8 +61,8 @@ Changes
59
61
* Removed useless list calls.
60
62
* Bugfix: don't use str.format to avoid UnicodeEncodeException in Python 2.7.
61
63
62
-
3.3.0 to 4.0.0
63
-
--------------
64
+
4.0.0
65
+
-----
64
66
65
67
The 4.0.0 release includes several backwards incompatible changes, that affect external scripts that access Logya attibutes, as well as RSS and index templates.
66
68
@@ -87,10 +89,10 @@ The 4.0.0 release includes several backwards incompatible changes, that affect e
87
89
* Removed FileWriter class entirely.
88
90
* Moved canonical_filename to path module.
89
91
* Set feed limit in rss template so user can set this to a preferred value.
90
-
* Updated dependecies.
92
+
* Updated dependencies.
91
93
92
-
3.2.2 to 3.3.0
93
-
--------------
94
+
3.3.0
95
+
-----
94
96
95
97
* More pythonic and readable code.
96
98
* Use tox for running tests against different python versions.
@@ -110,33 +112,33 @@ The 4.0.0 release includes several backwards incompatible changes, that affect e
110
112
* Added default robots.txt to starter site.
111
113
* Added datePublished and dateModified schema markup to post and postinfo templates.
112
114
113
-
3.2.1 to 3.2.2
114
-
--------------
115
+
3.2.2
116
+
-----
115
117
116
118
* Updated bootstrap, jquery and fontawesome.
117
119
* Use updated property for lastmod in xml sitemap.
118
120
* Added postinfo template and sample post that displays it.
119
121
* Added author setting to site.yaml.
120
122
* Added updated property to document header, if not set by author.
121
123
122
-
3.2.0 to 3.2.1
123
-
--------------
124
+
3.2.1
125
+
-----
124
126
125
127
* Allow for non-existing body so a doc can only consist of header values.
126
128
127
-
3.1.0 to 3.2.0
128
-
--------------
129
+
3.2.0
130
+
-----
129
131
130
132
* Use yaml's CLoader if available. For complex data structures performance gains are huge.
131
133
* Added run command.
132
134
133
-
3.0 to 3.1.0
134
-
------------
135
+
3.1.0
136
+
-----
135
137
136
138
* Added get_doc template function.
137
139
138
-
2.3 to 3.0
139
-
----------
140
+
3.0
141
+
---
140
142
141
143
Logya version 3.0 is not backwards compatible due to changed configuration.
0 commit comments