All Versions
10
Latest Version
Avg Release Cycle
86 days
Latest Release
2105 days ago
Changelog History
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, 2018Compliant 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 -
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:
- mastodon
๐ improvements:
- ๐ป the UI of the Service management is simplier
- you can setup trigger-happy without editing
th_settings.py
create a.env
(by copyingenv.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