ablog/docs/release/ablog-v0.7-released.rst

143 lines
3.4 KiB
ReStructuredText
Raw Normal View History

ABlog v0.7 released
2015-05-03 12:09:35 -07:00
===================
.. post:: May 3, 2015
:author: Ahmet
:category: Release
:location: Denizli
2015-05-03 12:15:22 -07:00
ABlog v0.7.0 is released to fix the long standing :issue:`1` related to
2015-05-03 12:09:35 -07:00
pickling of Sphinx build environment on Read The Docs. Improvements
also resolved issues with using LaTeX builder, improved cross-referencing
for non-html builders.
ABlog v0.7.1 released
---------------------
.. post:: Jun 15, 2015
:author: Ahmet
:category: Release
:location: SF
2015-07-04 23:57:43 -07:00
ABlog v0.7.1 is released to fix Python 3 import issues in :command:`ablog serve`
command.
ABlog v0.7.2 released
---------------------
.. post:: Jun 15, 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.2 is released to prevent potential issues with Disqus thread URLs
by requiring :confval:`disqus_shortname` and :confval:`blog_baseurl`
2015-07-04 23:57:43 -07:00
to be specified together for Disqus integration.
ABlog v0.7.3 released
---------------------
.. post:: July 4 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.3 makes use of `python-dateutil`_ for parsing post dates, so now you
can be flexible with the format you use in posts. Thanks to `Andy Maloney`_
2015-07-04 23:57:43 -07:00
for this improvement.
.. _python-dateutil: https://pypi.python.org/pypi/python-dateutil
.. _Andy Maloney: https://github.com/amaloney
2015-07-05 11:31:27 -07:00
ABlog v0.7.5 released
---------------------
.. post:: July 5 2015
:author: Ahmet
:category: Release
:location: SF
2015-07-05 11:31:27 -07:00
ABlog v0.7.5 is released to fix Windows specific path resolving issue with
archive pages. Thanks to Peter Mills for reporting this issue.
2015-07-12 22:04:26 -07:00
ABlog v0.7.6 released
---------------------
.. post:: July 13 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.6 is released to fix path resolving issue that arose when
``:excerpts:`` is used in :rst:dir:`postlist` directive. Once again, thanks
to Peter Mills for reporting this issue. Other minor changes are:
* ``-P`` argument is added to :ref:`ablog build <build>` command to enable running pdb
on exceptions.
* ``conf.py`` file created by :ref:`ablog start <start>` updated to include
``about.html`` sidebar that comes with Alabaster_ theme.
2015-07-23 19:35:33 -07:00
2015-08-22 16:17:45 -07:00
2015-07-23 19:35:33 -07:00
ABlog v0.7.7 released
---------------------
.. post:: July 24 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.7 is released to fix path resolving :issue:`41` that arose when
cross-references were used in post excerpts, and also post redirect
issue in templates.
2015-08-22 16:17:45 -07:00
ABlog v0.7.8 released
---------------------
.. post:: August 22 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.8 is released to fix a Python 2 issue that appears when creating
collection pages that contain non-ascii characters in their names (:issue:`45`)
and filename escaping issue when committing changes using
:ref:`ablog deploy <deploy>` command (:pull:`44`).
Thanks to `uralbash`_ for these contributions.
.. _uralbash: https://github.com/uralbash
2015-08-24 20:15:55 -07:00
ABlog v0.7.9 released
---------------------
.. post:: August 25 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.9 is released to fix Windows specific file renaming issue in
2015-08-24 20:15:55 -07:00
:ref:`ablog deploy <deploy>` command (:issue:`46`). Thanks to `Velimir`_
2015-08-24 20:20:59 -07:00
for the fix.
2015-08-24 20:15:55 -07:00
.. _Velimir: https://github.com/montyvesselinov
ABlog v0.7.10 released
---------------------
.. post:: Sep 14, 2015
:author: Ahmet
:category: Release
:location: SF
ABlog v0.7.10 is released to resolve Sphinx JSON/Pickle builder issues
related to serialization.