Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Releases: monty5811/apostello

v1.8.1

28 May 10:12
v1.8.1
Compare
Choose a tag to compare
  • Fix CSRF bug in first run page

v1.8.0

27 May 16:54
v1.8.0
Compare
Choose a tag to compare
  • Replies can now be disabled for each keyword
  • Add first run page to make setup easier
    • View config vars
    • View current Twilio URL settings
    • Send a test email
    • Send a test sms
    • Create admin user
  • Fix bugs in docker setup

v1.7.3

18 May 18:37
v1.7.3
Compare
Choose a tag to compare
  • Heroku deploy bug fix
  • Fix typo in email env var

v1.7.2

17 May 17:49
v1.7.2
Compare
Choose a tag to compare
  • Account related emails now respect email settings in database
  • Add a docker deployment option:
    • Setup help with apostello cli
    • Automatic (free) ssl
    • Simple and quick upgrades
    • Easy database backups
  • Add nicer looking JS alerts
  • Fix bug in wall curate page
  • Update dependencies

v1.7.1

01 May 13:36
v1.7.1
Compare
Choose a tag to compare
  • Small bug fix for scheduled message display

v1.7.0

01 May 13:09
v1.7.0
Compare
Choose a tag to compare
  • Allow customisation of "not approved" page
  • Email settings can now be set within apostello using the Site Configuration page. (Previous method of using environment variables still works)
  • View and cancel queued SMS
  • Block replies to individual contacts

v1.6.0

16 Apr 19:47
v1.6.0
Compare
Choose a tag to compare

Visible changes

  • Fix bug where "Remove" button was showing on new item forms
  • Do not show Google button if no SocialApp has been setup
  • Show email addresses in user dropdowns
  • New logo

Backend changes

  • Update python dependencies
  • Read time zone from env var
  • Drop Elvanto API library dependency in favour of using requests
  • Make js more DRY
  • Update js dependencies

v1.5.0

03 Apr 13:28
Compare
Choose a tag to compare
  • Remove celery in favour of django-q
    • Replace rabbitmq and memcached with redis
    • Update playbook to match new deploy
    • Should make it easier to deploy apostello

v1.4.3

31 Mar 19:34
Compare
Choose a tag to compare
  • Form for adding all contacts to a group (new or already existing)
  • Add titles to pages
  • Switch links around to make more sense on Keywords table

v1.4.2

27 Mar 21:35
Compare
Choose a tag to compare
  • Fix bug in sending async emails