This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Releases: monty5811/apostello
Releases · monty5811/apostello
v2.9.0
[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
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
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 matchkeyword
- 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
v2.6.2
v2.6.1
v2.6.0
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