@@ -32,6 +32,9 @@ Features
32
32
* Tags ``draft ``, ``private `` and ``mathjax `` are no longer treated
33
33
special if ``USE_TAG_METADATA `` is set to ``False `` (default for
34
34
new sites) (Issue #2761)
35
+ * Replace ``draft `` and ``private `` tags with a ``status `` meta field
36
+ (supports ``published ``, ``featured ``, ``draft ``, ``private ``)
37
+ and ``mathjax `` with ``.. has_math: yes `` (Issue #2761)
35
38
* Rename ``TAG_PAGES_TITLES `` → ``TAG_TITLES ``,
36
39
``TAG_PAGES_DESCRIPTIONS `` → ``TAG_DESCRIPTIONS ``.
37
40
* Rename ``CATEGORY_PAGES_TITLES `` → ``CATEGORY_TITLES ``,
@@ -163,7 +166,7 @@ behave as if the value was what is displayed afer the setting name.
163
166
Removed features
164
167
----------------
165
168
166
- * Removed Colorbox (Issue #2777)
169
+ * Removed Colorbox, baguetteBox is used instead (Issue #2777)
167
170
* Removed ``googleplus `` comments (no longer supported) (Issue #635)
168
171
* Removed the slides directive for docutils, it will now be a separate plugin.
169
172
* Dropped Python 2 and Python 3.3 support (oldest supported version is 3.4)
@@ -172,9 +175,11 @@ Removed features
172
175
* Stopped supporting all deprecated config options
173
176
* Dropped annotations support (annotateit.org closed down in March 2017)
174
177
* Removed taxonomy option ``also_create_classifications_from_other_languages ``
175
- (Issue #2785)
178
+ (Issue #2785) and ``generate_atom_feeds_for_post_lists `` (Issue
179
+ #3016)
176
180
* Removed old 7-line metadata format (Issue #2839)
177
181
* Atom feeds are now limited to one page (Issue #3016)
182
+ * Removed sections (replaced by improved categories) (Issue #2833)
178
183
179
184
New in v7.8.8
180
185
=============
0 commit comments