1
- New in master
2
- =============
1
+ New in v8.0.0b1
2
+ ===============
3
3
4
4
Important compatibility changes
5
5
-------------------------------
@@ -158,7 +158,7 @@ Removed conf.py settings
158
158
The following settings have been removed. Nikola will now always
159
159
behave as if the value was what is displayed afer the setting name.
160
160
161
- * ``FEED_PREVIEWIMAGE = True ``
161
+ * ``FEED_PREVIEWIMAGE = True ``
162
162
* ``SITEMAP_INCLUDE_FILELESS_DIRS = True ``
163
163
* ``USE_OPEN_GRAPH = True ``
164
164
* ``USE_BASE_TAG = False ``
@@ -181,6 +181,57 @@ Removed features
181
181
* Atom feeds are now limited to one page (Issue #3016)
182
182
* Removed sections (replaced by improved categories) (Issue #2833)
183
183
184
+ New in v7.8.15
185
+ ==============
186
+
187
+ * Fix behavior for posts not available in default language
188
+ (Issues #2956 and #3073)
189
+ * Fix behavior of RSS_PATH to do what the documentation
190
+ says it does (Issue #3024)
191
+ * Use documented dateutil API for time zone list (Issue #3006)
192
+
193
+ New in v7.8.14
194
+ ==============
195
+
196
+ * doit v0.31.0 compatibility (Issue #2980, #3004, v8 backport)
197
+
198
+ New in v7.8.13
199
+ ==============
200
+
201
+ * Add new Thai translation by Narumol Hankrotha and Jean Jordaan
202
+ (v8 backport)
203
+ * Hide “Incomplete language” message for overrides of complete
204
+ languages
205
+ * Restore ability to override messages partially
206
+
207
+ New in v7.8.12
208
+ ==============
209
+
210
+ * Fix loading non-default languages
211
+
212
+ New in v7.8.11
213
+ ==============
214
+
215
+ * Make errors in reST display in logs again
216
+ * Restore version number to Bootswatch URLs (Issue #2916)
217
+
218
+ New in v7.8.10
219
+ ==============
220
+
221
+ * Fix crashes with Jinja2 themes and tag indexes (Issue #2900)
222
+ * Ignore empty tags in HTML metadata reader (Issue #2890)
223
+ * Fix crash when compiling empty ``.html `` posts (Issue #2851)
224
+
225
+ New in v7.8.9
226
+ =============
227
+
228
+ * Restore missing unminified assets
229
+ * Make failures to get source commit hash non-fatal in
230
+ ``github_deploy `` (Issue #2847)
231
+ * Fix a bug in HTML meta parsing that crashed on ``<meta> `` tags
232
+ without ``name `` (Issue #2835)
233
+ * Fix math not showing up in some circumstances (Issue #2841)
234
+
184
235
New in v7.8.8
185
236
=============
186
237
0 commit comments