Releases: raghur/easyblogger
Releases · raghur/easyblogger
PyPI rel - unicode fixes
PYPI Release
Minor fixes and dependency updates
Publish date
- Support setting publish date of a post with
--date
argument post & update commands as well as in yaml/toml frontmatter - multiple dependency updates
minor release - dependency updates
v3.0.1 version bump
Full support for legacy and new style frontmatter
This release brings support for legacy frontmatter format with the new style frontmatter.
Also gets rid of regex munging - using YAML for legacy frontmatter parsing.
EasyBlogger v2.1.0 - py2 unicode strings from console
Bugfix release that allows for reading unicode strings from console for py27
EasyBlogger v2.0.1 - Minor bugfix
Easyblogger 2.0
key changes:
- TOML header while processing file.
- TOML header generated when downloading posts.
- Parallel downloads
- Many fixes
See https://blog.rraghur.in/2017/06/05/ann-easyblogger-2.0-released/
Installation:
pip install easyblogger
v1.2.4
Support getting blog by URL
Blog - https://blog.rraghur.in/2017/03/easyblogger-124-released-to-pypi.html
PyPI - https://pypi.python.org/pypi/EasyBlogger/1.2.4
Installlation - sudo pip install easyblogger