ABlog v0.10 released ==================== .. post:: Nov 17, 2019 :author: Nabil Freij :category: Release :location: World ABlog v0.10 is released with the main focus being to support the latest version of Sphinx as well as Python 3 only support. Ablog V0.9.X will no longer be supported as Python 2 comes to an end in a few months and it is time people upgraded. Pull Requests merged in: `Overhaul of package underneath for python3 only <https://github.com/sunpy/ablog/pull/41>`__ from `nabobalis <https://github.com/nabobalis>`__. `Add validation for conf.py entries <https://github.com/sunpy/ablog/pull/38>`__ from `rayalan <https://github.com/rayalan>`__. `Deploy improve <https://github.com/sunpy/ablog/pull/42>`__ from `rayalan <https://github.com/rayalan>`__. `Get ablog ready for 0.10 <https://github.com/sunpy/ablog/pull/46>`__ from `nabobalis <https://github.com/nabobalis>`__. ABlog v0.10.1 released ---------------------- Pull Requests merged in: `Change StopIteration to return <https://github.com/sunpy/ablog/pull/48>`__ from `remyabel2 <https://github.com/remyabel2>`__. ABlog v0.10.2 released ---------------------- Pull Requests merged in: `Fix unclosed span tag <https://github.com/sunpy/ablog/pull/41>`__ from `ykrods <https://github.com/ykrods>`__. ABlog v0.10.3 released ---------------------- Pull Requests merged in: `Pin werkzeug to < 1 <https://github.com/sunpy/ablog/pull/53>`__ from `dstansby <https://github.com/dstansby>`__. `MNT: Fix Giles URL <https://github.com/sunpy/ablog/pull/50>`__ from `pllim <https://github.com/pllim>`__. ABlog v0.10.4 released ---------------------- Pull Requests merged in: `Add zh_CN locale <https://github.com/sunpy/ablog/pull/61>`__ from `daimon99 <https://github.com/daimon99>`__. `Add intersphinx to the extension list <https://github.com/sunpy/ablog/pull/60>`__ from `plaindocs <https://github.com/plaindocs>`__. `Fix "test5" <https://github.com/sunpy/ablog/pull/58>`__ and `Use "dirhtml" builder on Read The Docs <https://github.com/sunpy/ablog/pull/57>`__ from `blueyed <https://github.com/blueyed>`__. ABlog v0.10.5 released ---------------------- Pull Requests merged in: `Add custom GitHub URL support <https://github.com/sunpy/ablog/pull/63>`__ from `tg-m <https://github.com/tg-m>`__. ABlog v0.10.6 released ---------------------- Pull Requests merged in: `Add french locale <https://github.com/sunpy/ablog/pull/65>`__ from `kujiu <https://github.com/kujiu>`__. ABlog v0.10.7 released ---------------------- Pull Requests merged in: `Automatically add templates path to documentation <https://github.com/sunpy/ablog/pull/63>`__ from `choldgraf <https://github.com/choldgraf>`__. ABlog v0.10.8 released ---------------------- Removed the hard dependencies on alabaster and sphinx-automodapi. Replaced `werkzeug <https://pypi.org/project/Werkzeug/>`__ with `feedgen <https://pypi.org/project/feedgen/>`__ due to the former removing ATOM support. Version pin of nbsphinx has been removed. ABlog v0.10.9 released ---------------------- Pull Requests merged in: `frontmatter and blog post matching <https://github.com/sunpy/ablog/pull/63>`__ from `choldgraf <https://github.com/choldgraf>`__. ABlog v0.10.10 released ----------------------- Pull Requests merged in: `Various Issues <https://github.com/sunpy/ablog/pull/77>`__. `Fix missing reference caused by ref with title <https://github.com/sunpy/ablog/pull/73>`__ from `ykrods <https://github.com/ykrods>`__. `Add instructions for starting new blog posts with front-matter <https://github.com/sunpy/ablog/pull/71>`__ from `kakirastern <https://github.com/kakirastern>`__. ABlog v0.10.11 released ----------------------- Pull Requests merged in: `improving glob matching and documenting it <https://github.com/sunpy/ablog/pull/79>`__ from `choldgraf <https://github.com/choldgraf>`__. ABlog v0.10.12 released ----------------------- Pull Requests merged in: `id of feed is now blog.blog_baseurl <https://github.com/sunpy/ablog/pull/83>`__. ABlog v0.10.13 released ----------------------- Pull Requests merged in: `updated CI and py39 tests <https://github.com/sunpy/ablog/pull/86>`__. `Add test #87 <https://github.com/sunpy/ablog/pull/87>`__. `Some minor fixes <https://github.com/sunpy/ablog/pull/88>`__. `Ensure blog_post_pattern are relative to srcdir <https://github.com/sunpy/ablog/pull/89>`__. ABlog v0.10.14 released ----------------------- Pull Requests merged in: `feat(feeds): Add missing Atom entry metadata <https://github.com/sunpy/ablog/pull/92>`__. `feat(feeds): Add entry element template support <https://github.com/sunpy/ablog/pull/93>`__. `misc update <https://github.com/sunpy/ablog/pull/94>`__. ABlog v0.10.15 released ----------------------- Fixed `Index Out of Range with Atom Feeds <https://github.com/sunpy/ablog/issues/96>`__. ABlog v0.10.16 released ----------------------- Pull Requests merged in: `fix(feeds): Feed validation, templates regression <https://github.com/sunpy/ablog/pull/97>`__. ABlog v0.10.17 released ----------------------- Pull Requests merged in: `Correct draft URL <https://github.com/sunpy/ablog/pull/98>`__. ABlog v0.10.18 released ----------------------- Pull Requests merged in: `Correct posts URL <https://github.com/sunpy/ablog/pull/99>`__. `Add isso integration <https://github.com/sunpy/ablog/pull/100>`__. ABlog v0.10.19 released ----------------------- Pull Requests merged in: `Add expand option <https://github.com/sunpy/ablog/pull/104>`__. ABlog v0.10.20 released ----------------------- Pull Requests merged in: `fix documentation typo in blog-drafts <https://github.com/sunpy/ablog/pull/105>`__. `Fix typo <https://github.com/sunpy/ablog/pull/109>`__. `Catalan translation <https://github.com/sunpy/ablog/pull/113>`__. `Fix ablog post <https://github.com/sunpy/ablog/pull/114>`__. ABlog v0.10.21 released ----------------------- Pull Requests merged in: `Fix/multilang feed links <https://github.com/sunpy/ablog/pull/116>`__. BREAKING CHANGE - DROPPED PYTHON 3.6 SUPPORT ABlog v0.10.22 released ----------------------- Pull Requests merged in: `Fix tags field for myst_parser <https://github.com/sunpy/ablog/pull/119>`__. ABlog v0.10.23 released ----------------------- Pull Requests merged in: `optionally show previous / next links on post page <https://github.com/sunpy/ablog/pull/120>`__. `add classes to post elements <https://github.com/sunpy/ablog/pull/121>`__. ABlog v0.10.24 released ----------------------- Breaking Changes: Minimum versions of packages increased: .. code-block:: bash feedgen>=0.9.0 invoke>=1.6.0 python-dateutil>=2.8.0 sphinx>=4.0.0 watchdog>=2.0.0 myst-parser>=0.17.0 pytest>=6.0.0 Pull Requests merged in: `Get rid of eval and fix #128 <https://github.com/sunpy/ablog/pull/131>`__. `CI Tweak <https://github.com/sunpy/ablog/pull/132>`__. ABlog v0.10.25 released ----------------------- Pull Requests merged in: `Normalise path to posix as sphinx expects <https://github.com/sunpy/ablog/pull/134>`__. ABlog v0.10.26 released ----------------------- Pull Requests merged in: `docs: Fix format of sphinx.ext.extlink for Sphinx 5.x <https://github.com/sunpy/ablog/pull/141>`__. `docs: Use ref link rather than hardcode link <https://github.com/sunpy/ablog/pull/140>`__. `Ci and Warnings Fix <https://github.com/sunpy/ablog/pull/142>`__. ABlog v0.10.27 released ----------------------- Pull Requests merged in: `Improve conditional check for author metadata <https://github.com/sunpy/ablog/pull/146>`__. ABlog v0.10.28 released ----------------------- Pull Requests merged in: `findall -> traverse for older versions of docutils <https://github.com/sunpy/ablog/pull/152>`__. ABlog v0.10.29 released ----------------------- Pull Requests merged in: `Fix the error on some empty option value of post directive <https://github.com/sunpy/ablog/pull/155>`__. ABlog v0.10.30 released ----------------------- Pull Requests merged in: `Sort Feed posts by date <https://github.com/sunpy/ablog/pull/172>`__. `Fix sidebars ablog translations <https://github.com/sunpy/ablog/pull/161>`__. ABlog v0.10.31 released ----------------------- Pull Requests merged in: `Add external links for posts <https://github.com/sunpy/ablog/pull/112>`__.