Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #4133 > unrolled thread

[Python-announce] Nikola v8.3.1 is out!

Started byChris Warrick <kwpolska@gmail.com>
First post2024-04-29 14:29 +0200
Last post2024-04-29 14:29 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  [Python-announce] Nikola v8.3.1 is out! Chris Warrick <kwpolska@gmail.com> - 2024-04-29 14:29 +0200

#4133 — [Python-announce] Nikola v8.3.1 is out!

FromChris Warrick <kwpolska@gmail.com>
Date2024-04-29 14:29 +0200
Subject[Python-announce] Nikola v8.3.1 is out!
Message-ID<41558cb0-8d92-4e97-b183-1a02e218fbd2@gmail.com>

[Multipart message — attachments visible in raw view] — view raw

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.3.1. This release fixes some small bugs,
including some introduced by the new Nikola Plugin Manager.

The minimum Python version supported is now 3.8, and we have adopted
a formal policy to define the Python versions supported by Nikola.

What is Nikola?
===============

Nikola is a static site and blog generator, written in Python.
It can use Mako and Jinja2 templates, and input in many popular markup
formats, such as reStructuredText and Markdown — and can even turn
Jupyter Notebooks into blog posts! It also supports image galleries,
and is multilingual. Nikola is flexible, and page builds are extremely
fast, courtesy of doit (which is rebuilding only what has been changed).

Find out more at the website: https://getnikola.com/

Downloads
=========

Install using `pip install Nikola`.

Changes
=======

Features
--------

* Support passing `--poll`` to `nikola auto` to better deal with symlink 
farms.

Bugfixes
--------

* Remove insecure HTTP fallback from `nikola plugin`
* Fix the `nikola plugin` command not working (Issue #3736, #3737)
* Fix `nikola new_post --available-formats` crashing with TypeError
   (Issue #3750)
* Fix the new plugin manager not loading plugins if the plugin folder is 
a symlink (Issue #3741)
* Fix the `nikola plugin` command not working (Issue #3736)
* Remove no longer used leftovers of annotations support (Issue #3764)

Other
-----

* Nikola now requires Python 3.8 or newer.
* Nikola has adopted a policy for Python version support,
   promising support for versions supported by the Python core team,
   Ubuntu LTS, or Debian stable, and taking into consideration
   Debian oldstable and PyPy.
* Remove polyfill from `polyfill.io`.

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web