diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c22054..461c02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change log +## Version 0.6.7 (2020/03/15) + +#### New Features + +* [Issue 27](https://github.com/SamR1/python-twootfeed/issues/27) - generate documentation with sphinx +* [Issue 26](https://github.com/SamR1/python-twootfeed/issues/26) - [Mastodon] add feed with user's bookmarks + +In this release 2 issue were closed. + + ## Version 0.6.6 (2019/10/20) #### Misc diff --git a/VERSION b/VERSION index 05e8a45..2228cad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.6 +0.6.7 diff --git a/docs/.buildinfo b/docs/.buildinfo index 8ef3875..f7cd19e 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 9bb041ae8d48f10f011ae9f45d95b00f +config: 4a6bfa2fd5ee03a103b7cd589c9f2bf0 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_sources/changelog.md.txt b/docs/_sources/changelog.md.txt index 7c22054..461c02a 100644 --- a/docs/_sources/changelog.md.txt +++ b/docs/_sources/changelog.md.txt @@ -1,5 +1,15 @@ # Change log +## Version 0.6.7 (2020/03/15) + +#### New Features + +* [Issue 27](https://github.com/SamR1/python-twootfeed/issues/27) - generate documentation with sphinx +* [Issue 26](https://github.com/SamR1/python-twootfeed/issues/26) - [Mastodon] add feed with user's bookmarks + +In this release 2 issue were closed. + + ## Version 0.6.6 (2019/10/20) #### Misc diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index c77c2a1..3514bc4 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.6.6', + VERSION: '0.6.7', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/changelog.html b/docs/changelog.html index 6c1f31e..bba56d2 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -8,7 +8,7 @@ -
Issue 23 - [Mastodon] add a new search route
Issue 22 - The number of workers for the HTTP Server can be set
Issue 20 - Limit items in feed to avoid error or time-out
Issue 18 - [Mastodon] fix reference characters in items title
twootfeed is now available on PyPI
Performance improvements (code refactoring)
Use of Gunicorn for Production environments
Adding Makefile to ease install and starting the server (see README)
Thanks to @georgedorn for adding:
PR 14 - Mastodon Favorites feed, mastodon client script, refactor
@@ -381,8 +396,8 @@Issue 10 - add Mastodon support
Issue 5 - display all media