summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt135
1 files changed, 91 insertions, 44 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 59318e3..8454939 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,52 @@
-New in 6.3.0
-============
+New in v6.4.0
+=============
+
+Features
+--------
+
+* Add `nikola new_page` command (equivalent to `nikola new_post -p`) (Issue #1060)
+* Add LESS_OPTIONS and SASS_OPTIONS for specifying additional parameters to LESS/Sass compilers (Issue #1020)
+* Warn users about bootswatch_theme being incompatible with bootstrap3-gradients
+* Add link://filename/foo/bar.rst syntax to refer to the post generated from foo/bar.rst (Issue #1035)
+* Log messages are colorized (colorama is required under Windows) (Issue #1044)
+* Template filters are configurable via the TEMPLATE_FILTERS config variable (Issue #1038)
+* Added Hindi translation by Sean Pue
+* Livereload v2.1.0 is supported and frozen as the version to use due to backwards-incompatible updates (Issue #1023)
+* Support :linenos: and :number-lines: in listings (Issue #1010)
+* Support :linenos: in code blocks for Sphinx compatibility (Issue #1010)
+* New link:///foo links which always point to absolute paths (/foo in that case) (Issue #986)
+* Bootstrap 3 has been updated to v3.1.1 (Issue #1015)
+* New --browser/-b option on the serve command to open instantly in a web browser (Issue #997)
+* SASS/LESS files and targets file will be processed from site root (Issue #941)
+
+Bugfixes
+--------
+
+* lastdeploy time recording was broken, changed to ISO format (Issue #1083)
+* Avoid undefined behaviour if NAVIGATION_LINKS is missing keys for a translation (Issue #1082)
+* Make livereload actually rebuild the site when changes are made (Issue #1067)
+* Fix filename encodings in WordPress imports (Issue #1053)
+* nikola check supports URL_TYPE="absolute" and URL_TYPE="full_path" (Issue #1046)
+* Fix URL_TYPE=absolute and URL_TYPE=full_path on non-root sites (Issue #1046)
+* Avoid running bundle tasks twice (Issue #1032)
+* Fix post links in RSS feeds for sites outside of webserver root (Issue #986)
+* Only run sitemap once (Issue #1032)
+* Fix a bug with some multilingual pages
+* Normalize paths (Issue #1028)
+* Fix drafts being leaked in feeds (Issues #934, #971)
+* If two tags generate the same slug, they are the same tag (Issue #1022)
+* Assume UTF-8 if user's locale doesn't have any encodings attached (Issue #1026 via #1021)
+* Support PRETTY_URLS for tag files (Issue #655)
+* Change code.css and rst.css to have sane output everywhere (Issues #913, #1009, #1050)
+* Fix image URLs in galleries for sites outside of webserver root (Issue #986)
+* Fix link:// in RSS contents (Issue #952)
+* HIDE_SOURCELINK was set to True sometimes (Issue #1004)
+* Properly import cool URIs from WordPress, instead of just slugify-ing the path (Issue #693)
+* Fixed SASS/LESS errors when more than one theme in chain has a targets file (Issue #941)
+* Guard against empty list-items in base templates (Issue #936)
+
+New in v6.3.0
+=============
Features
--------
@@ -59,8 +106,8 @@ Bugfixes
* Remove some unnecessary elements (Issues #969, #970)
* abs_link should return absolute URI
-New in 6.2.1
-============
+New in v6.2.1
+=============
Features
--------
@@ -77,8 +124,8 @@ Bugfixes
* Fixed some locale problems in posix systems (Issues #886, #884, #875)
* Don’t include BLOG_DESCRIPTION as meta tag on tag and gallery pages (Issue #876)
-New in 6.2.0
-============
+New in v6.2.0
+=============
Features
--------
@@ -125,8 +172,8 @@ Other
* the bpython console is now “slightly deprecated”
-New in 6.1.1
-============
+New in v6.1.1
+=============
Features
--------
@@ -141,8 +188,8 @@ Bugfixes
* A standardized way of reporting missing requirements (Issue #797)
* Don’t force requests for compile.rest.gist (Issue #795)
-New in 6.1.0
-============
+New in v6.1.0
+=============
Features
--------
@@ -172,8 +219,8 @@ Bugfixes
* LOGGER was incorrectly imported in planetoid.py
* Order Monthly Archive properly, descending order (Issue #740)
-New in 6.0.4
-============
+New in v6.0.4
+=============
Features
--------
@@ -200,8 +247,8 @@ Bugfixes
* Consider the current theme chain's parent, bundles and engine part of the file_dep for
files created by generic_page_renderer (Issue #711)
-New in 6.0.3
-============
+New in v6.0.3
+=============
Features
--------
@@ -222,8 +269,8 @@ Bugfixes
* Apply filters to files generated by the gallery tasks (Issue #708)
* More robust handling of filter commands' shell quoting (Issue #705)
-New in 6.0.2
-============
+New in v6.0.2
+=============
Features
--------
@@ -238,8 +285,8 @@ Bugfixes
* Make footnote-references keep line height in rst.css
* Make bootswatch_theme work under Python 3 (Issue #695)
-New in 6.0.1
-============
+New in v6.0.1
+=============
Features
--------
@@ -254,8 +301,8 @@ Bugfixes
* Remove decoding errors if files are not proper UTF-8 (Issue #691)
* Stop ignoring \*.JPG and \*.PNG by galleries (Issue #690)
-New in 6.0.0
-============
+New in v6.0.0
+=============
Features
--------
@@ -317,8 +364,8 @@ Bugfixes
* Added LICENSE in the footer (Issue #528)
* Use random IDs for slides so you can have more than one in a page (Issue #572)
-New in 5.5.1
-============
+New in v5.5.1
+=============
Features
--------
@@ -351,8 +398,8 @@ Bugfixes
* Fixed IPython plugin to work with the latest IPython.nbconvert machinery
* Fixed failing build because of hidden folders and files inside post folder
-New in 5.5
-==========
+New in v5.5
+===========
Features
--------
@@ -415,8 +462,8 @@ Bugfixes
* Don't map empty folders, map folders with index.html, and don't map index.html (Issue #430)
* Wordpress import: write correct redirections for URLs not ending in an / (Issue #459)
-New in 5.4.4
-============
+New in v5.4.4
+=============
Features
--------
@@ -448,8 +495,8 @@ Bugfixes
* Fix aspect ratio detection in Vimeo videos (Issue #440)
* Blogger importer was passing wrong options to "nikola init" (Issue #408)
-New in 5.4.3
-============
+New in v5.4.3
+=============
Features
--------
@@ -512,8 +559,8 @@ Bugfixes
* Planetoid requires only 3 runs now ;-)
* Blogger import: imports will not result in an TypeError because str.join expects all it's arguments to be of type str
-New in 5.4.2
-============
+New in v5.4.2
+=============
Bugfixes
--------
@@ -521,8 +568,8 @@ Bugfixes
* Fix relative paths when stories is "dropped to root" (Issue #362)
* Pick translated titles in 1-file posts (Issue #365)
-New in 5.4
-==========
+New in v5.4
+===========
Features
--------
@@ -560,8 +607,8 @@ Bugfixes
* Wordpress Import: Do not break indentation (issue #189)
* Make things work even if SITE_URL has a path (Fix #307)
-New in 5.3
-==========
+New in v5.3
+===========
Features
--------
@@ -588,8 +635,8 @@ Bugfixes
* Inconsistent breadcrumbs in gallery pages (Issue #303)
* Use source files as bundle dependencies instead of outputs (Issue #294)
-New in 5.2
-==========
+New in v5.2
+===========
Features
--------
@@ -703,8 +750,8 @@ Bugfixes
* Fixed Issue 161: webassets setting USE_BUNDLES was ignored (fix by schettino72)
* Fixed Issue 153: index.txt was being ignored in galleries.
-New in Version 4.0.3
-====================
+New in v4.0.3
+=============
Bugfixes
--------
@@ -718,8 +765,8 @@ Bugfixes
* Fix empty tag feeds.
* Refactored Post out of nikola.py
-New in Version 4.0.2
-====================
+New in v4.0.2
+=============
Features
--------
@@ -746,8 +793,8 @@ Bugfixes
* Made jinja-default follow default more closely.
* Don't say "reSt", say "Source" since it can be markdown or other stuff.
-New in Version 4.0.1
-====================
+New in v4.0.1
+=============
Features
--------
@@ -761,8 +808,8 @@ Bugfixes
* "Read More" is translatable.
* Fixed Issue 121: CSS was not found if webassets was not installed.
-New in Version 4
-================
+New in v4
+=========
Features
--------