Nikola

Latest version: v8.3.1

Safety actively analyzes 628061 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 14

7.7.2

Not secure
=============

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)

7.7.1

Not secure
=============

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)

7.7.0

Not secure
=============

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)

7.6.4

Not secure
=============

Features
--------

* Checking remote links also checks redirects (nikola check -lr)
* Update suggested license to its latest version (Issue 1950)
* Add Punjabi language, by Jasdeep Singh (Issue 1940)
* New option to use custom, and several ``TEASER_END`` values

Bugfixes
--------

* Rewrite srcset links (Issue 1939)
* Add dependencies for include tag in Mako (Issue 1956)
* Don’t duplicate BLOG_TITLE in the front page title (Issue 1952)
* Escape instad of strip HTML in titles (Issue 1952)
* Make LINK_CHECK_WHITELIST apply to remote link checks
* Make STORY_INDEX work together with PRETTY_URLS (Issue 1949)
* Refactor new_post to match lazy plugin loading (Issue 1943)
* Make Nikola startup faster by not loading useless plugins (Issue 1825)
* Ignore sliced multibyte characters when reading metadata for sitemaps
* Fix NameError caused by failed import in auto plugin.

7.6.3

Not secure
=============

Features
--------

* New translations: Serbian and Bosnian, by saleone
* Added mechanism for rest extensions to depend on configuration options
(Issue 1919)
* Render Jupyter notebooks (ipynb) in listings (Issue 1900)

Bugfixes
--------

* Ignore sliced multibyte characters when reading metadata for sitemaps
* Handle folders without trailing slashes in nikola auto (Issue 1933)
* Set a base element to aid relative URL resolution, stripped on-the-fly
when using the auto or serve command to view site locally. (Issue 1922)
* Rebuild archives when post slugs and titles change (Issue 1931)
* Handle special characters in URLs in nikola auto (Issue 1925)
* Avoid Broken Pipe error in nikola auto (Issue 1906)
* "nikola auto" serving implicit index.html with wrong mime type (Issue 1921)
* Handle non-integer shutter speeds and other variables in WordPress
importer (Issue 1917)

7.6.2

Not secure
=============

Features
--------

* Make the Google Search example prettier, integrating well with
Bootstrap 3 (Issue 1912)
* Add categories filter to post list directive (via Issue 1889)
* Remove empty directories with nikola check --clean-files (Issue 1873)

Bugfixes
--------

* Don't auto-rebuild on changes to ".foo" or "foo~" or changes in folders.
* Don't assume things are HTML in auto mode (Issue 1915)
* Don’t rebuild Atom syndication files unnecessarily often
* Include .php files in sitemaps
* Retry all client errors (4xx) to HEAD as GET reques when checking remote links
* Graceful fallback in ``nikola serve --detach`` on Windows (Issue 1913)
* Don't auto-rebuild on changes to ".foo" or "foo~" or changes in folders
* auto should also rebuild in response to move events
* Don’t get metadata from file if compiler-specific metadata exist (Issue 1904)
* Fix PRETTY_URLS prompt for Windows (Issue 1901)
* Fix reST and Markdown title extraction from documents (Issue 1895, 1898)
* Minor improvements to the extending document
* Re-add the hack to kill nikola auto on ^C (Issue 1893)

Page 8 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.