Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Jul 15, 2022
1 parent cfcfae2 commit 7a41c52
Show file tree
Hide file tree
Showing 22 changed files with 155 additions and 106 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## Version 0.7.0 (2022/07/15)

#### New Features

* [PR#29](https://github.com/SamR1/python-twootfeed/pull/29) - Add token to access feeds ⚠️ **breaking changes**
* [PR#28](https://github.com/SamR1/python-twootfeed/pull/28) - Add Mastodon home timeline

#### Misc
* [PR#30](https://github.com/SamR1/python-twootfeed/pull/30) - URLs update ⚠️ **breaking changes**
* dependencies update


## Version 0.6.8 (2021/10/05)

#### Misc
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# python-twootfeed
**generate an RSS feed from parsed Twitter or Mastodon search and Mastodon bookmarks/favorites**
**generate an RSS feed from parsed Twitter or Mastodon search and Mastodon bookmarks/favorites/home timeline**

[![PyPI version](https://img.shields.io/pypi/v/twootfeed.svg)](https://pypi.org/project/twootfeed/)
[![Downloads](https://pepy.tech/badge/twootfeed)](https://pepy.tech/project/twootfeed)
[![Python Version](https://img.shields.io/badge/python-3.6+-brightgreen.svg)](https://python.org)
[![Flask Version](https://img.shields.io/badge/flask-2.1-brightgreen.svg)](http://flask.pocoo.org/)
[![code style: black](https://img.shields.io/badge/code%20style-black-black)](https://black.readthedocs.io/en/stable/)
[![type check: mypy](https://img.shields.io/badge/type%20check-mypy-blue)](http://mypy-lang.org/)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/14d1c00121c04cd2b81453c597639ca6)](https://www.codacy.com/app/SamR1/python-twootfeed)
[![Coverage Status](https://coveralls.io/repos/github/SamR1/python-twootfeed/badge.svg?branch=master)](https://coveralls.io/github/SamR1/python-twootfeed?branch=master)
[![pipeline status](https://gitlab.com/SamR1/python-twootfeed/badges/master/pipeline.svg)](https://gitlab.com/SamR1/python-twootfeed/commits/master)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.8
0.7.0
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -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: 0048b4845a2b64fcd0c4b4b899b87771
config: ac015f087c3654ff4e74bcd47b106784
tags: 645f666f9bcd5a90fca523b33c5a78b7
12 changes: 12 additions & 0 deletions docs/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## Version 0.7.0 (2022/07/15)

#### New Features

* [PR#29](https://github.com/SamR1/python-twootfeed/pull/29) - Add token to access feeds ⚠️ **breaking changes**
* [PR#28](https://github.com/SamR1/python-twootfeed/pull/28) - Add Mastodon home timeline

#### Misc
* [PR#30](https://github.com/SamR1/python-twootfeed/pull/30) - URLs update ⚠️ **breaking changes**
* dependencies update


## Version 0.6.8 (2021/10/05)

#### Misc
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/features.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ The feed displays only the original tweets (not the retweets) and toots, with:
.. warning::

| **twootfeed** is developed for a personal use.
| Tweets and toots are displayed for the user associated to the API keys (feeds may contain items with **restricted visibility**).
| Tweets and toots are displayed with the user account associated to the API keys (feeds may contain items with **restricted visibility**).
2 changes: 1 addition & 1 deletion docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Welcome to twootfeed's documentation!
=====================================

**twootfeed** generate a rss feed from parsed Twitter or Mastodon search and from Mastodon bookmarks and favorites
**twootfeed** generate a rss feed from parsed Twitter or Mastodon search and from Mastodon bookmarks, favorites and home timeline.

.. toctree::
:maxdepth: 1
Expand Down
8 changes: 4 additions & 4 deletions docs/_sources/parameters.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Application parameters are stored in ``config.yml`` file:
feed:
language: 'fr'
author_name: ''
feed_url: 'http://localhost:5000/'
feed_url: 'http://localhost:8080'
timezone: 'Europe/Paris'
text_length_limit: 100
max_items: 20
token: ''
app:
host: '0.0.0.0'
host: 'localhost'
port: '8080'
# nb_workers: 4 # if not defined, the number is defined by the app
nb_workers: 2 # if not defined, the number is defined by the app
Twitter
Expand Down Expand Up @@ -60,4 +60,4 @@ Feed
App
~~~
* **host** and **port**: host and port used by Gunicorn (WSGI HTTP Server)
* **nb_workers**: number of workers used by Gunicorn (not mandatory, if not defined, the number is defined by the app)
* **nb_workers**: number of workers used by Gunicorn (not mandatory, if not defined, the number is calculated by the app)
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.6.8',
VERSION: '0.7.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Loading

0 comments on commit 7a41c52

Please sign in to comment.