ABlog v0.10 released ==================== .. post:: Nov 17, 2019 :author: Nabil :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 `__ from `nabobalis `__. `Add validation for conf.py entries `__ from `rayalan `__. `Deploy improve `__ from `rayalan `__. `Get ablog ready for 0.10 `__ from `nabobalis `__. ABlog v0.10.1 released ---------------------- .. post:: Dec 17, 2019 :author: Nabil :category: Release :location: World Pull Requests merged in: `Change StopIteration to return `__ from `remyabel `__. ABlog v0.10.2 released ---------------------- .. post:: Jan 2, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `Fix unclosed span tag `__ from `ykrods `__. ABlog v0.10.3 released ---------------------- .. post:: Feb 12, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `Pin werkzeug to < 1 `__ from `dstansby `__. `MNT: Fix Giles URL `__ from `pllim `__. ABlog v0.10.4 released ---------------------- .. post:: March 24, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `Add zh_CN locale `__ from `daimon99 `__. `Add intersphinx to the extension list `__ from `plaindocs `__. `Fix "test5" `__ and `Use "dirhtml" builder on Read The Docs `__ from `blueyed `__. ABlog v0.10.5 released ---------------------- .. post:: Apr 18, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `Add custom GitHub URL support `__ from `tg-m `__. ABlog v0.10.6 released ---------------------- .. post:: May 27, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `Add french locale `__ from `kujiu `__. ABlog v0.10.7 released ---------------------- .. post:: Sept 7, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `Automatically add templates path to documentation `__ from `choldgraf `__. ABlog v0.10.8 released ---------------------- .. post:: Sept 9, 2020 :author: Nabil :category: Release :location: World Removed the hard dependencies on alabaster and sphinx-automodapi. Replaced `werkzeug `__ with `feedgen `__ due to the former removing ATOM support. Version pin of nbsphinx has been removed. ABlog v0.10.9 released ---------------------- .. post:: Sept 16, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `frontmatter and blog post matching `__ from `choldgraf `__. ABlog v0.10.10 released ----------------------- .. post:: Oct 10, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `Various Issues `__. `Fix missing reference caused by ref with title `__ from `ykrods `__. `Add instructions for starting new blog posts with front-matter `__ from `kakirastern `__. ABlog v0.10.11 released ----------------------- .. post:: Oct 11, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `improving glob matching and documenting it `__ from `choldgraf `__. ABlog v0.10.12 released ----------------------- .. post:: Nov 3, 2020 :author: Nabil :category: Release :location: World Pull Requests merged in: `id of feed is now blog.blog_baseurl `__. ABlog v0.10.13 released ----------------------- .. post:: Jan 19, 2021 :author: Nabil :category: Release :location: World Pull Requests merged in: `updated CI and py39 tests `__. `Add test #87 `__. `Some minor fixes `__. `Ensure blog_post_pattern are relative to srcdir `__. ABlog v0.10.14 released ----------------------- .. post:: March 21, 2021 :author: Nabil :category: Release :location: World Pull Requests merged in: `feat(feeds): Add missing Atom entry metadata `__. `feat(feeds): Add entry element template support `__. `misc update `__. ABlog v0.10.15 released ----------------------- .. post:: March 22, 2021 :author: Nabil :category: Release :location: World Fixed `Index Out of Range with Atom Feeds `__. ABlog v0.10.16 released ----------------------- .. post:: March 23, 2021 :author: Nabil :category: Release :location: World Pull Requests merged in: `fix(feeds): Feed validation, templates regression `__.