summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorLibravatarDererk <dererk@debian.org>2015-11-11 16:34:34 -0300
committerLibravatarDererk <dererk@debian.org>2015-11-11 16:34:34 -0300
commit4e3224c012df9f74f010eb92203520515e8537b9 (patch)
tree19322dc0c595268cb6864f21d7e92fd93cb826e9 /CHANGES.txt
parent787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff)
Imported Upstream version 7.7.3upstream/7.7.3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt143
1 files changed, 142 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 426b577..c11566a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,144 @@
+New in v7.7.3
+=============
+
+Features
+--------
+
+* Recommend ``ghp-import2`` (better packaging) (Issue #2152)
+* New ``TAGS_INDEX_PATH`` option for overwriting the path
+ of the tag index list page.
+* Support for ``~~strikethrough~~`` in Markdown (Issue #2149)
+* Hungarian translation (by Baptiste Darthenay)
+* ``serve`` and ``auto`` publishes DNS Service Discovery records
+ to the local network announcing they’re running web servers.
+
+
+Bugfixes
+--------
+
+* Implement translating ``DATE_FORMAT`` properly
+* Remove superfluous translatability for a boolean (Issue #2140)
+* Pass messages to post-list template (Issue #2156)
+* Changed default log level from INFO to NOTICE (``nikola check`` is less chatty)
+* Fix support for panorama images in gallery(Issue #2143)
+* Support "maps.world.World" and similar charts in Pygal (Issue #2142)
+* Capitalize "UTF-8" properly in locale guessing (Issue #2137)
+
+New in v7.7.2
+=============
+
+Features
+--------
+
+* Warning about Python 2.7 deprecation (Issues #2121, #2122)
+* New ``jsonminify`` filter for minifying JSON files.
+* New ``xmlminify`` filter for minifying XML files.
+* New option ``FEED_PREVIEWIMAGE`` includes the ``post.meta.previewimage``
+ image in Atom and RSS feeds. (Issue #2095)
+
+Bugfixes
+--------
+
+* Support Pillow v3.0.0 (Issue #2130)
+* Support setting template in metadata in translated posts (Issue #2114)
+* Fix false orphan report for code.css and robots.txt (Issue #2106)
+* Fix reST post list date formatting error (Issue #2104)
+* Deprecated ``RSS_TEASERS``, ``RSS_PLAIN``, ``RSS_READ_MORE_LINK``, and
+ ``RSS_LINKS_APPEND_QUERY`` in favor of ``FEED_TEASERS``, ``FEED_PLAIN``,
+ ``FEED_READ_MORE_LINK``, and ``FEED_LINKS_APPEND_QUERY`` for both Atom
+ and RSS feeds. (Issue #2095)
+* /robots.txt was never being built (Issue #2098)
+* SVG thumbnails (Issue #2094)
+
+Deprecations
+------------
+
+* Post.section_link is now deprecated (Issue #2086). Use
+ site.link('section_index', post.section_slug()) instead. (not
+ 'section_index_link', as previously stated in this document)
+
+New in v7.7.1
+=============
+
+Features
+--------
+
+* Better Template / JS / CSS demo in sample site.
+* New normalize_html filter
+* Support UTF-8 paths and encoded links when the ``USE_SLUGIFY`` option
+ is disabled. (Issue #2037)
+* Per-document hyphenation using "hyphenate" metadata flag.
+* New option USE_KATEX to switch from MathJax to KaTeX (Experimental).
+* Support SVG in galleries (Issue #1605)
+* Made TAG_PATH translatable (Issue #1914)
+* Made CATEGORY_PATH translatable (Issue #1914)
+* Display post counts for archive links (Issue #2011)
+* Document link/path handlers (Issue #2008)
+* Made DATE_FORMAT and JS_DATE_FORMAT translatable (Issue #2032)
+
+Bugfixes
+--------
+
+* Generate language-specific section links (Issue #2069)
+* Rebuild pages when user changes POST_SECTION_COLORS (Issue #2066)
+* Look for bundle assets also in output/, allowing bundling of files
+ created by plugins (Issue #1370)
+* In listings, if lexer is not specified, use literal (Issue #2078)
+* Remove bogus ambiguity on listing links (Issue #2080)
+* Unix-slash caused conflict in Windows (Issue #2079)
+* Locale is now threadsafe, avoid races in threaded builds (Issue #2071)
+* Make typogrify filter work when applied from metadata (Issue #2064)
+* Handle metadata in post files that start with a BOM (Issue #2059)
+* Handle error downloading bootswatches (Issue #2054)
+* Monitor plugins/ in ``nikola auto`` (Issue #2044)
+* Multi-lingual and multi-level directories confused section slug
+ detection (Issue #2023)
+* Use Unicode strings for WordPress comment headers (Issue #2019)
+* Don't add stories to author pages (Issue #2007)
+
+New in v7.7.0
+=============
+
+Features
+--------
+
+* New support for online CSS and JS minifying services (Issue #1999)
+* Make <base> tag optional with USE_BASE_TAG flag (Issue #1985)
+* Render author pages (Issue #1972)
+* Atom feeds for tag lists (Issue #1686)
+* New ``THEME_COLOR`` option for customizing themes from a primary color
+ (Issue #1980)
+* New ``color_hsl_adjust_hex`` and ``colorize_str_from_base_color``
+ functions available in themes (Issue #1980)
+* New ``POSTS`` output subfolders now generate sections by deault
+ (Issue #1980)
+* New ``POSTS_SECTIONS`` and ``POSTS_SECTION_*`` options for
+ configuring the section pages (Issue #1980)
+* For themers: Each ``post`` are now asssociated with section_color,
+ section_link, and section_name (Issue #1980)
+* Each new section page has a auto-assigned color based on shifting
+ the hue of ``THEME_COLOR`` based on a hash of the section name,
+ can be overwritten with ``POSTS_SECTION_COLORS`` option (Issue #1980)
+* New ``TAG_PAGES_TITLES`` and ``CATEGORY_PAGES_TITLES`` options
+ (Issue #1962)
+* Add Bosnian and Serbian (Latin) languages, by Saša Savić [bs, sr_latin]
+* Add Portuguese (Portugal) language, by jamatos [pt]
+
+Bugfixes
+--------
+
+* Make nikola tabcompletion work outside sites (Issue #1983)
+* Fix display of categories list in bootstrap theme (Issue #2002)
+* If webassets is not installed, use unbundled assets (Issue #1992)
+* Check links in Atom and sitemap files (Issue #1993)
+* Link checker should check all absolute URLs to self (Issue #1991)
+* Check ``img|source[@srcset]`` as part of ``check -l`` (Issue #1989)
+* Clean up translations for third party components
+* ``pagekind["main_index"]`` set on the main indexes to differentiate
+ them from all the other indexes.
+* Add dependency on metadata file for 2-file posts (Issue #1968)
+* Set UTF-8 charset in Content-Type or ``text/*`` and ``*+xml`` (Issue #1966)
+
New in v7.6.4
=============
@@ -550,7 +691,7 @@ Features
* Link listings raw sources if COPY_SOURCES is True (Issue #1214)
* Much more powerful ``nikola plugin`` command (Issue #1189)
* More powerful console mode allows access to all nikola commands (Issue #830)
-* New ```ROBOTS_EXCLUSIONS``` option listing resources to exclude from sitemap
+* New ``ROBOTS_EXCLUSIONS`` option listing resources to exclude from sitemap
and include in new generated /robots.txt (Issue #804)
* Generate sitemapindex containing RSS and sitemap files (Issue #804)
* Support hooks in templates, for use by plugins (Issue #896)