129 lines
4.7 KiB
ReStructuredText
129 lines
4.7 KiB
ReStructuredText
|
ABlog v0.11 released
|
||
|
====================
|
||
|
|
||
|
.. post:: March 23, 2023
|
||
|
:author: Nabil Freij
|
||
|
:category: Release
|
||
|
:location: World
|
||
|
|
||
|
ABlog v0.11 is released with the main focus being to update and tweak the HTML templates allow themes to override the default templates.
|
||
|
In addition, all ablog elements in the templates wrapped in ``ablog__*`` divs to allow custom CSS rules.
|
||
|
|
||
|
We also adopt `NEP29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`__ and drop support for older versions of Python and package versions that are 24 months old or older at time of release.
|
||
|
|
||
|
Added support for external links to be posts.
|
||
|
|
||
|
There are several breaking changes:
|
||
|
|
||
|
- 1. The template files are now in the ``templates/ablog`` folder.
|
||
|
Older templates are still in the old location but will raise a warning.
|
||
|
These will be removed in a future version, please do not use them anymore.
|
||
|
You will need to update any paths to them to add "ablog/" to the path.
|
||
|
- 2. ``ablog`` has support for not injecting its own templates into the Sphinx build.
|
||
|
This is supported by add ``skip_injecting_base_ablog_templates = True`` to your configuration file.
|
||
|
- 3. Minimum version of Python is >=3.9 and Sphinx is >=5.0.
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`Template rework <https://github.com/sunpy/ablog/pull/144>`__.
|
||
|
|
||
|
`Add external links for posts <https://github.com/sunpy/ablog/pull/112>`__ from `Chris Holdgraf <https://github.com/choldgraf>`__.
|
||
|
|
||
|
Unreleased
|
||
|
----------
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`Fix theme support for Ablog <https://github.com/sunpy/ablog/pull/295>`__ from `Libor Jelínek <https://github.com/liborjelinek/>`__.
|
||
|
|
||
|
ABlog v0.11.1 released
|
||
|
----------------------
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`Update version handling to remove use of pkg_resources <https://github.com/sunpy/ablog/pull/211>`__
|
||
|
|
||
|
ABlog v0.11.2 released
|
||
|
----------------------
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`append posts to atom feed to keep post order from new to old <https://github.com/sunpy/ablog/pull/216>`__ from `lexming <https://github.com/lexming>`__.
|
||
|
`avoid spurious warning about posts with front-matter and post directive <https://github.com/sunpy/ablog/pull/214>`__ from `lexming <https://github.com/lexming>`__.
|
||
|
|
||
|
ABlog v0.11.3 released
|
||
|
----------------------
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`use fully qualified URLs for images in atom feed <https://github.com/sunpy/ablog/pull/218>`__ from `lexming <https://github.com/lexming>`__.
|
||
|
|
||
|
ABlog v0.11.4 released
|
||
|
----------------------
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`Use paragraph instead of container for blog post excerpts <https://github.com/sunpy/ablog/pull/226>`__ from `dstansby <https://github.com/dstansby>`__.
|
||
|
|
||
|
ABlog v0.11.5 released
|
||
|
----------------------
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`Fix incorrect /div when using discuss <https://github.com/sunpy/ablog/pull/251>`__ from `Cadair <https://github.com/Cadair>`__.
|
||
|
|
||
|
ABlog v0.11.6 released
|
||
|
----------------------
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`Adds IT locale <https://github.com/sunpy/ablog/pull/253>`__ from `Stefano David <https://github.com/stefanodavid>`__.
|
||
|
|
||
|
`Enables configuring a canonical_link for individual posts <https://github.com/sunpy/ablog/pull/258>`__ from `Hendrik Makait <https://github.com/hendrikmakait>`__.
|
||
|
|
||
|
ABlog v0.11.7 released
|
||
|
----------------------
|
||
|
|
||
|
Pull Requests merged in:
|
||
|
|
||
|
`Add stylesheet for tagcloud <https://github.com/sunpy/ablog/pull/268>`__ from `Shengyu Zhang <https://github.com/SilverRainZ>`__.
|
||
|
|
||
|
`Create demo/ before running ablog start <https://github.com/sunpy/ablog/pull/269>`__ from `Shengyu Zhang <https://github.com/SilverRainZ>`__.
|
||
|
|
||
|
|
||
|
`Add span to more items in templates <https://github.com/sunpy/ablog/pull/270>`__ from `Nabil Freij <https://github.com/nabobalis>`__.
|
||
|
|
||
|
ABlog v0.11.8 released
|
||
|
----------------------
|
||
|
|
||
|
Added support for ``sphinx`` >=7.3.0
|
||
|
|
||
|
ABlog v0.11.9 released
|
||
|
----------------------
|
||
|
|
||
|
`Make '_strip' function return as list not set. <https://github.com/sunpy/ablog/pull/280>`__ from `Joe Ziminski <https://github.com/JoeZiminski>`__.
|
||
|
|
||
|
ABlog v0.11.10 released
|
||
|
-----------------------
|
||
|
|
||
|
Fixed wrong branch in the release process.
|
||
|
|
||
|
ABlog v0.11.11 released
|
||
|
-----------------------
|
||
|
|
||
|
Mark Ablog parallel safe.
|
||
|
|
||
|
Dropped support for Python 3.9, Sphinx less than 6.2.
|
||
|
This mirrors the requirements for alabaster 1.0.0.
|
||
|
|
||
|
ABlog v0.11.12 released
|
||
|
-----------------------
|
||
|
|
||
|
`Improve ablog-configuration-options.rst. <https://github.com/sunpy/ablog/pull/292>`__ from `Libor Jelínek <https://github.com/liborjelinek>`__.
|
||
|
|
||
|
`Fix sidebars CSS naming. <https://github.com/sunpy/ablog/pull/298>`__ from `Libor Jelínek <https://github.com/liborjelinek>`__.
|
||
|
|
||
|
`Ablog is NOT safe for parallel read. <https://github.com/sunpy/ablog/pull/299>`__ from `Libor Jelínek <https://github.com/liborjelinek>`__.
|
||
|
|
||
|
`Fix theme support for ablog. <https://github.com/sunpy/ablog/pull/295>`__ from `Libor Jelínek <https://github.com/liborjelinek>`__.
|