From 9957927bbff8b21601cb47bf4e62b412e27709fb Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 15 Mar 2020 18:42:15 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 10 +++ VERSION | 2 +- docs/.buildinfo | 2 +- docs/_sources/changelog.md.txt | 10 +++ docs/_static/documentation_options.js | 2 +- docs/changelog.html | 115 +++++++++++++++----------- docs/features.html | 4 +- docs/genindex.html | 4 +- docs/how-to-developers.html | 4 +- docs/index.html | 4 +- docs/installation.html | 4 +- docs/objects.inv | 2 +- docs/parameters.html | 4 +- docs/search.html | 4 +- docs/searchindex.js | 2 +- setup.cfg | 3 + 16 files changed, 107 insertions(+), 69 deletions(-) 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 @@ - Change log — twootfeed 0.6.6 + <title>Change log — twootfeed 0.6.7 documentation @@ -61,7 +61,7 @@
- 0.6.6 + 0.6.7
@@ -93,6 +93,10 @@
  • Application and feeds parameters
  • Quick start for developers
  • Change log
  • Version 0.6.2 (2019/01/26)
  • Version 0.6.1 (2019/01/25)
  • Version 0.6.0 (2019/01/23)
  • Version 0.5.1 (2018-10-17)
  • Version 0.5.0 - Mastodon extended support (2018-10-14)
  • Version 0.4.0 - make support (2018-04-01)
  • Version 0.3.0 - Mastodon favorites support (2017-12-07)
  • Version 0.2.1 (2017-05-03)
  • Version 0.2.0 (2017-04-18)
  • Version 0.1.0 (2017-04-18)
  • @@ -224,6 +228,17 @@

    Change log

    +
    +

    Version 0.6.7 (2020/03/15)

    +
    +

    New Features

    +
      +
    • Issue 27 - generate documentation with sphinx

    • +
    • Issue 26 - [Mastodon] add feed with user’s bookmarks

    • +
    +

    In this release 2 issue were closed.

    +
    +

    Version 0.6.6 (2019/10/20)

    @@ -270,8 +285,8 @@

    Misc¶<

    Version 0.6.2 (2019/01/26)

    -
    -

    New Features

    +
    +

    New Features

    • Issue 23 - [Mastodon] add a new search route

    • Issue 22 - The number of workers for the HTTP Server can be set

    • @@ -282,14 +297,14 @@

      New Features

      Version 0.6.1 (2019/01/25)

      -
      -

      New Features

      +
      +

      New Features

      • Issue 19 - Change environment variables

      -
      -

      Bugs Fixed

      +
      +

      Bugs Fixed

      • Issue 20 - Limit items in feed to avoid error or time-out

      • Issue 18 - [Mastodon] fix reference characters in items title

      • @@ -299,20 +314,20 @@

        Bugs Fixed

        Version 0.6.0 (2019/01/23)

        -
        -

        New Features

        +
        +

        New Features

        • twootfeed is now available on PyPI

        -
        -

        Bugs Fixed

        +
        +

        Bugs Fixed

        • Issue 17 - [Twitter] the name used in url is the display name and not the username

        -
        -

        Misc

        +
        +

        Misc

        • Python 3.7 support (since Tweepy 3.7 support)

        • Refactor

        • @@ -323,8 +338,8 @@

          Misc¶<

        Version 0.5.1 (2018-10-17)

        -
        -

        Misc

        +
        +

        Misc

        • Performance improvements (code refactoring)

        • Use of Gunicorn for Production environments

        • @@ -333,22 +348,22 @@

          Misc¶<

        Version 0.5.0 - Mastodon extended support (2018-10-14)

        -
        -

        New Features

        +
        +

        New Features

        -
        -

        Bugs Fixed

        +
        +

        Bugs Fixed

        • Issue 16 - [Twitter] long tweets are truncated

        • Issue 15 - [Twitter] Images are no longer displayed

        • Issue 2 - handle the tweeperror “Rate limit exceeded”

        -
        -

        Misc

        +
        +

        Misc

        • Major refactor

        @@ -357,8 +372,8 @@

        Misc

        Version 0.4.0 - make support (2018-04-01)

        -
        -

        Misc

        +
        +

        Misc

        • Adding Makefile to ease install and starting the server (see README)

        @@ -366,8 +381,8 @@

        Misc

        Version 0.3.0 - Mastodon favorites support (2017-12-07)

        -
        -

        New Features

        +
        +

        New Features

        Thanks to @georgedorn for adding:

        • PR 14 - Mastodon Favorites feed, mastodon client script, refactor

          @@ -381,8 +396,8 @@

          New Features

          Version 0.2.1 (2017-05-03)

          -
          -

          Misc

          +
          +

          Misc

          • Minor fixes

          @@ -390,8 +405,8 @@

          Misc

          Version 0.2.0 (2017-04-18)

          -
          -

          New Features

          +
          +

          New Features

          @@ -400,16 +415,16 @@

          New Features

          Version 0.1.0 (2017-04-18)

          -
          -

          New Features

          +
          +

          New Features

          • Issue 4 - Using Flask instead of Django

          • Issue 3 - include query in RSS Feed Description

          • Issue 1 - externalize the Twitter API keys

          -
          -

          Bugs Fixed

          +
          +

          Bugs Fixed

          diff --git a/docs/features.html b/docs/features.html index 636afaa..6a7946a 100644 --- a/docs/features.html +++ b/docs/features.html @@ -8,7 +8,7 @@ - Features — twootfeed 0.6.6 + <title>Features — twootfeed 0.6.7 documentation @@ -62,7 +62,7 @@
          - 0.6.6 + 0.6.7
          diff --git a/docs/genindex.html b/docs/genindex.html index 8e4b559..10b3f54 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -9,7 +9,7 @@ - Index — twootfeed 0.6.6 + <title>Index — twootfeed 0.6.7 documentation @@ -61,7 +61,7 @@
          - 0.6.6 + 0.6.7
          diff --git a/docs/how-to-developers.html b/docs/how-to-developers.html index 1ff10cd..df6a53f 100644 --- a/docs/how-to-developers.html +++ b/docs/how-to-developers.html @@ -8,7 +8,7 @@ - Quick start for developers — twootfeed 0.6.6 + <title>Quick start for developers — twootfeed 0.6.7 documentation @@ -62,7 +62,7 @@
          - 0.6.6 + 0.6.7
          diff --git a/docs/index.html b/docs/index.html index 466e704..1b08ef7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - Welcome to twootfeed’s documentation! — twootfeed 0.6.6 + <title>Welcome to twootfeed’s documentation! — twootfeed 0.6.7 documentation @@ -61,7 +61,7 @@
          - 0.6.6 + 0.6.7
          diff --git a/docs/installation.html b/docs/installation.html index dd83be6..51e4a2b 100644 --- a/docs/installation.html +++ b/docs/installation.html @@ -8,7 +8,7 @@ - Installation and usage — twootfeed 0.6.6 + <title>Installation and usage — twootfeed 0.6.7 documentation @@ -62,7 +62,7 @@
          - 0.6.6 + 0.6.7
          diff --git a/docs/objects.inv b/docs/objects.inv index b3a01da..490a3a1 100644 --- a/docs/objects.inv +++ b/docs/objects.inv @@ -1,6 +1,6 @@ # Sphinx inventory version 2 # Project: twootfeed -# Version: 0.6.6 +# Version: 0.6.7 # The remainder of this file is compressed using zlib. xm?N0 Hl  &q$68 i(-?[<@smXCw8 k V=@qOWw[7_.pU | - Application and feeds parameters — twootfeed 0.6.6 + <title>Application and feeds parameters — twootfeed 0.6.7 documentation @@ -62,7 +62,7 @@
          - 0.6.6 + 0.6.7
          diff --git a/docs/search.html b/docs/search.html index aceef5b..94696d6 100644 --- a/docs/search.html +++ b/docs/search.html @@ -8,7 +8,7 @@ - Search — twootfeed 0.6.6 + <title>Search — twootfeed 0.6.7 documentation @@ -61,7 +61,7 @@
          - 0.6.6 + 0.6.7
          diff --git a/docs/searchindex.js b/docs/searchindex.js index 45722b1..708f25b 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["changelog","features","how-to-developers","index","installation","parameters"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":1,"sphinx.domains.index":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:56},filenames:["changelog.md","features.rst","how-to-developers.rst","index.rst","installation.rst","parameters.rst"],objects:{},objnames:{},objtypes:{},terms:{"default":4,"long":0,"r\u00e9sultat":5,"retourn\u00e9":5,"return":0,Adding:0,The:[0,1,4],Use:0,Used:5,Using:0,_no:4,access_token_fil:5,add:0,adding:0,aggreg:1,all:0,api:[0,1,2,4],app:[0,4],app_nam:5,applic:[3,4],associ:1,authent:[0,5],author:5,author_nam:5,avail:[0,4],avoid:0,beautifulsoup:2,bookmark:[1,3,4],boost:1,can:[0,4],chang:[3,4],charact:0,client:[0,2,4],client_id_fil:5,clone:2,close:0,code:0,com:[1,2,4,5],config:[2,4,5],configur:4,connect:4,consol:4,consumerkei:[4,5],consumersecret:[4,5],content:3,continu:0,copi:4,correct:0,coverag:0,creat:[4,5],credenti:[0,4,5],dan:5,defin:5,depend:0,deprec:4,descript:[0,4,5],develop:[1,3,5],dir:4,directori:4,displai:[0,1,5],django:0,eas:0,environ:[0,4],error:0,europ:5,exceed:0,extern:0,favorit:[1,3,4],favourit:1,featur:3,feed:[0,1,3,4],feed_url:5,feedgener:2,field:[2,4],file:[4,5],fill:[2,4],flask:[0,2],flux:5,follow:4,free:1,freshrss:1,from:[1,3,4],full:4,gener:[0,1,3,5],georgedorn:0,get:[0,2,5],git:2,github:[1,2],great:1,gunicorn:[0,2,5],handl:0,hashtag:[1,4],host:[1,5],http:[0,1,2,4,5],identifi:5,imag:[0,1],improv:0,includ:[0,4],initi:4,instal:[0,3],instanc:5,instead:0,integr:0,issu:0,item:[0,5],kei:[0,1,2,4,5],keyword:4,languag:5,lead:4,length:5,like:1,limit:0,link:[1,5],localhost:[4,5],locat:[1,4],log:[3,4],longer:0,major:0,make:2,makefil:0,mandatori:5,mastodon:[1,2,3,4],max_item:5,maximum:5,media:0,minor:0,name:[0,5],nb_worker:5,next:[2,4],now:0,number:[0,1,5],onli:[1,2],origin:1,out:0,packag:2,pagin:0,paramet:[3,4],pari:5,pars:3,past:4,path:4,perform:0,person:1,pip:4,port:5,print:4,product:0,prompt:4,provid:0,pypi:0,python:[0,2,4],pytz:2,pyyaml:2,queri:[0,4],quick:3,rate:0,readm:0,recherch:5,refactor:0,refer:0,regist:[0,4,5],releas:0,repo:2,result:1,retweet:1,rout:0,rss:[0,1,3,4,5],samr1:2,script:[0,4,5],search:[0,1,3,4,5],see:[0,2,4,5],self:1,serv:2,server:[0,2,5],set:0,sinc:0,social:5,sourc:1,standard:2,start:[0,3,4],statu:0,step:2,store:5,test:0,text_length_limit:5,thank:0,thi:[0,2],time:0,timezon:5,titl:[0,5],toot:[0,1,4],toot_favorit:4,toot_search:4,tootrss:5,tootrss_clientcr:5,tootrss_usercr:5,truncat:0,tweeperror:0,tweepi:[0,2,5],tweet:[0,1,4],twitter:[0,1,2,3,4],twootfe:[0,1,2,4,5],twootfeed_config_dir:4,twootfeed_config_fil:4,twootfeed_create_mastodon_cli:4,twootfeed_init:4,twootfeed_log:4,txt:5,une:5,updat:[0,4],url:[0,1,4,5],usag:3,use:[0,1,2,4],used:[0,5],user:[0,1,4],usernam:[0,1],valu:4,variabl:[0,4],version:4,via:5,virtualenv:2,were:0,when:0,which:4,without:4,worker:[0,5],wrapper:4,wsgi:5,yml:[2,4,5],you:[2,4],your:4},titles:["Change log","Features","Quick start for developers","Welcome to twootfeed\u2019s documentation!","Installation and usage","Application and feeds parameters"],titleterms:{"new":0,app:5,applic:5,bug:0,chang:0,depend:2,descript:1,develop:2,document:3,exampl:1,extend:0,favorit:0,featur:[0,1],feed:5,fix:0,instal:[2,4],log:0,make:0,mastodon:[0,5],misc:0,paramet:5,quick:2,requir:4,start:2,support:0,test:2,twitter:5,twootfe:3,usag:4,version:0,welcom:3}}) \ No newline at end of file +Search.setIndex({docnames:["changelog","features","how-to-developers","index","installation","parameters"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":1,"sphinx.domains.index":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:56},filenames:["changelog.md","features.rst","how-to-developers.rst","index.rst","installation.rst","parameters.rst"],objects:{},objnames:{},objtypes:{},terms:{"default":4,"long":0,"r\u00e9sultat":5,"retourn\u00e9":5,"return":0,Adding:0,The:[0,1,4],Use:0,Used:5,Using:0,_no:4,access_token_fil:5,add:0,adding:0,aggreg:1,all:0,api:[0,1,2,4],app:[0,4],app_nam:5,applic:[3,4],associ:1,authent:[0,5],author:5,author_nam:5,avail:[0,4],avoid:0,beautifulsoup:2,bookmark:[0,1,3,4],boost:1,can:[0,4],chang:[3,4],charact:0,client:[0,2,4],client_id_fil:5,clone:2,close:0,code:0,com:[1,2,4,5],config:[2,4,5],configur:4,connect:4,consol:4,consumerkei:[4,5],consumersecret:[4,5],content:3,continu:0,copi:4,correct:0,coverag:0,creat:[4,5],credenti:[0,4,5],dan:5,defin:5,depend:0,deprec:4,descript:[0,4,5],develop:[1,3,5],dir:4,directori:4,displai:[0,1,5],django:0,document:0,eas:0,environ:[0,4],error:0,europ:5,exceed:0,extern:0,favorit:[1,3,4],favourit:1,featur:3,feed:[0,1,3,4],feed_url:5,feedgener:2,field:[2,4],file:[4,5],fill:[2,4],flask:[0,2],flux:5,follow:4,free:1,freshrss:1,from:[1,3,4],full:4,gener:[0,1,3,5],georgedorn:0,get:[0,2,5],git:2,github:[1,2],great:1,gunicorn:[0,2,5],handl:0,hashtag:[1,4],host:[1,5],http:[0,1,2,4,5],identifi:5,imag:[0,1],improv:0,includ:[0,4],initi:4,instal:[0,3],instanc:5,instead:0,integr:0,issu:0,item:[0,5],kei:[0,1,2,4,5],keyword:4,languag:5,lead:4,length:5,like:1,limit:0,link:[1,5],localhost:[4,5],locat:[1,4],log:[3,4],longer:0,major:0,make:2,makefil:0,mandatori:5,mastodon:[1,2,3,4],max_item:5,maximum:5,media:0,minor:0,name:[0,5],nb_worker:5,next:[2,4],now:0,number:[0,1,5],onli:[1,2],origin:1,out:0,packag:2,pagin:0,paramet:[3,4],pari:5,pars:3,past:4,path:4,perform:0,person:1,pip:4,port:5,print:4,product:0,prompt:4,provid:0,pypi:0,python:[0,2,4],pytz:2,pyyaml:2,queri:[0,4],quick:3,rate:0,readm:0,recherch:5,refactor:0,refer:0,regist:[0,4,5],releas:0,repo:2,result:1,retweet:1,rout:0,rss:[0,1,3,4,5],samr1:2,script:[0,4,5],search:[0,1,3,4,5],see:[0,2,4,5],self:1,serv:2,server:[0,2,5],set:0,sinc:0,social:5,sourc:1,sphinx:0,standard:2,start:[0,3,4],statu:0,step:2,store:5,test:0,text_length_limit:5,thank:0,thi:[0,2],time:0,timezon:5,titl:[0,5],toot:[0,1,4],toot_favorit:4,toot_search:4,tootrss:5,tootrss_clientcr:5,tootrss_usercr:5,truncat:0,tweeperror:0,tweepi:[0,2,5],tweet:[0,1,4],twitter:[0,1,2,3,4],twootfe:[0,1,2,4,5],twootfeed_config_dir:4,twootfeed_config_fil:4,twootfeed_create_mastodon_cli:4,twootfeed_init:4,twootfeed_log:4,txt:5,une:5,updat:[0,4],url:[0,1,4,5],usag:3,use:[0,1,2,4],used:[0,5],user:[0,1,4],usernam:[0,1],valu:4,variabl:[0,4],version:4,via:5,virtualenv:2,were:0,when:0,which:4,without:4,worker:[0,5],wrapper:4,wsgi:5,yml:[2,4,5],you:[2,4],your:4},titles:["Change log","Features","Quick start for developers","Welcome to twootfeed\u2019s documentation!","Installation and usage","Application and feeds parameters"],titleterms:{"new":0,app:5,applic:5,bug:0,chang:0,depend:2,descript:1,develop:2,document:3,exampl:1,extend:0,favorit:0,featur:[0,1],feed:5,fix:0,instal:[2,4],log:0,make:0,mastodon:[0,5],misc:0,paramet:5,quick:2,requir:4,start:2,support:0,test:2,twitter:5,twootfe:3,usag:4,version:0,welcom:3}}) \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index c501fda..93b7c27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,10 @@ classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 Topic :: Internet :: WWW/HTTP +project_urls = + Documentation = https://samr1.github.io/python-twootfeed [options] packages = find: