All Versions
10
Latest Version
Avg Release Cycle
86 days
Latest Release
1900 days ago

Changelog History

  • v1.7.0 Changes

    February 05, 2019

    โšก๏ธ Update version requirements
    โž• Added new module : Joplin - (An open source note taking and to-do application with synchronisation capabilities.)

  • v1.6.0 Changes

    August 05, 2018

    Compliant with Django 2.1

  • v1.5.2 Changes

    December 02, 2017

    ๐Ÿ›  List of fixes:

    • masto fix #270
    • Tooter - Mastodon Account - fix #270
    • ๐Ÿ“œ Evernote Parser - fix #268
    • ๐Ÿ›  RSS: Ignore invalid date - #267 fixed
    • ๐Ÿ›  No module named environ #fixed 266
    • โšก๏ธ Update sanitize.py (v1.x)
    • ๐Ÿ›  fix tox
    • simplifying
    • โšก๏ธ Update views_fbv.py
    • โšก๏ธ Update edit_consumer.html
    • โšก๏ธ Update my_feed.html
    • ๐Ÿ›  fix #262 + improvments

    โšก๏ธ after the update of the application by pip install -U django-th do not forget to update the database

  • v1.5.1 Changes

    November 15, 2017

    ๐Ÿš€ The release covers minors fixes:

    • 10e1569 - fix an issue with list of services not fully displayed for other user but just for the first one
    • 20884ac - better w/ get_object_or_404
    • 098fadb - raise 404 when service not found
    • e5ef932 - login_required to avoid AnonymousUser error
    • 6a143ad - doc
  • v1.5.0 Changes

    October 27, 2017

    ๐ŸŽƒ For this special event https://hacktoberfest.digitalocean.com/ a release will be made with all contrib at the end of october.

    ๐Ÿ†• new modules:

    • reddit
    • mastodon

    ๐Ÿ‘Œ improvements:

    • ๐Ÿ’ป the UI of the Service management is simplier
    • you can setup trigger-happy without editing th_settings.py
      create a .env (by copying env.sample) and set the value of the service you use and have registered
    • installation now add fixtures to enable all the provided services
    • ๐Ÿณ doc - split in 4 : installation guide/admin guide/user guide/docker guide
    • the project now collect stat about the health of the triggers
  • v1.4.0 Changes

    September 26, 2017

    ๐Ÿ‘Œ Support for :

    • Python 3.6
    • Django 1.11
    • Django Rest Framework 3.6.2

    ๐Ÿ†• New Service:

    • Tumblr
  • v1.3.2 Changes

    January 18, 2017

    ๐Ÿ›  comes in addition to 1.3.0 and 1.3.1 : few fixes

  • v1.3.1

    January 18, 2017
  • v1.3.0 Changes

    January 17, 2017
    • ๐Ÿ›  Fix RSS producing (yes you can produce rss Feeds from Tweets you'd track for example)
    • Expired Tokens now trigger email to user and admin. Thus, This will avoid to let the "system" continues to try to use expired service. Once the service has been renew, the trigger come back to life :)

    as the models changed, do not forget to do:

    python manage.py migrate
    
  • v1.2.0 Changes

    December 22, 2016

    ๐Ÿ†• New feature :

    • ๐Ÿ‘ #155 Taiga and Slack services are now supported, through their respectives WebHooks... and Mattermost too, as this project uses the same API of Slack.
    • ๐Ÿณ #162 You can now use the project with Docker. If you are familiar with docker, you can just follow the README_docker file I made.

    ๐Ÿ‘Œ Improvements :

    โšก๏ธ Update of all the (old) requirements, except django still in 1.8.x

    Contributions :

    • typo fixing #156 by Kenny John Jacob

    โšก๏ธ Installation and Update :

    Once you did

    pip install -U django\_th 
    

    finish by

    python manage.py migrate
    

    โšก๏ธ to update the database