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

Releases: monty5811/apostello

v2.9.0

18 Oct 20:48
v2.9.0
Compare
Choose a tag to compare

[v2.9.0]

Changed

  • Visual refresh

Added

  • New option to never contact to a person (i.e. blocks replies and prevents sending)
  • Tool for deleting messages on Twilio - now you can purge old messages from Twilio for compliance or any other reason
  • Control number of rows displayed in tables
  • Support for deploying to Ubuntu 18.04

Fixed

  • Bug in keyword form that put the wrong reply in one of the fields
  • Bugs in forms when there was any server error

Removed

  • Web push notifcation support - just use the slack integration and point it at zapier if you want something more flexible
  • Ubuntu 14.04 & 16.04 are no longer supported by ansible install

v2.8.0

22 Mar 21:37
v2.8.0
Compare
Choose a tag to compare

Changed

  • Opbeat removed in favour of rollbar. Opbeat is shutting down in May and moving to Elastic APM. This release replaces opbeat with rollbar instead, partly due to better django-q support

Added

  • Add configuration to allow limiting number of items sent to client
  • Add Twilio Message Status to Outgoing log
  • Add a cookie notifcation to comply with eu laws

Removed

  • Inter-tab sync removed to simplify code

v2.7.1

08 Jan 22:39
v2.7.1
Compare
Choose a tag to compare

Added

  • Add a new custom response for keywords: option to have a different reply to contacts that we have not seen before
  • Add a notes field to contacts
  • Add ansible support for deploying to Ubuntu 16.04
  • Clear django cache on new ansible deploys

Changed

  • Non-alphanumeric characters will be ignored at the start of a message when trying to match a keyword. E.g. "keyword" will now match keyword
  • The contact edit page can now be viewed by any user with the can_see_contact_names permission - number and notes fields are only visible if the user has permission
  • Allow "name reply" to be blank so that no name message is sent to unknown contacts

Fixed

  • Prevent users without correct permissions from changing phone numbers with the API
  • Update deadsnakes ppa to fix ansible deploys

v2.6.3

10 Nov 10:10
v2.6.3
Compare
Choose a tag to compare

Fixed

  • Fix formatting bug in email digest subject field

v2.6.2

08 Nov 20:23
v2.6.2
Compare
Choose a tag to compare

Before you upgrade: if you want your Twilio and email settings to be copied into the database when you upgrade, you must upgrade to 2.6.0, check the deploy and then upgrade to 2.6.2.

Changed

  • Remove email and Twilio credentials from ansible deploy

v2.6.1

07 Nov 21:00
v2.6.1
Compare
Choose a tag to compare

Fixed

  • Prevent http:// from being added to email host field

v2.6.0

06 Nov 22:02
v2.6.0
Compare
Choose a tag to compare

Note - this release moves the Twilio and email sending configuration into the database to make management and intial setup easier.
Your existing settings will be imported when you run a migration ./manage.py migrate after this upgrade.

You must update to 2.6.0 and run the migrate command before attempting to update to the next release.

Changed

  • Move the Twilio and Email settings into databse - no longer use enviroment variables. Smoother and quicker setup process.
  • Nicer help messages on forms

Added

  • Small animation to make the menu button more obvious
  • Don't refresh data needlessly in the background

Fixed

  • Bug in User Profile form that saved wrong permissions under some circumstances
  • Styling issue where group members were not visible
  • Styling bug on live updating wall

v2.5.4

29 Sep 22:23
v2.5.4
Compare
Choose a tag to compare
  • Fix bug that prevented sending cloud notifications
  • Misc other bug fixes
  • Misc usability tweaks

v2.5.3

15 Sep 18:50
v2.5.3
Compare
Choose a tag to compare

[v2.5.3]

Fixed

  • Fix csrftoken missing on first run setup

v2.5.1

04 Sep 20:43
v2.5.1
Compare
Choose a tag to compare

Fixed

  • Fix broken service worker