Skip to content

Releases: timwis/enviar

v1.1.1

23 Sep 11:10
Compare
Choose a tag to compare
  • Fix change password form on Cloudant
  • Database is bootstrapped automatically at server start, simplifying installation process

v1.1.0

22 Sep 12:11
Compare
Choose a tag to compare
  • Forgot password functionality
  • Invite new users from the UI, sending them an activation email (for now it's a password reset email)
  • Usernames are now email addresses
  • Improved installation docs
  • Deprecated user CLI

v1.0

05 Sep 19:01
Compare
Choose a tag to compare

The first major release of enviar includes:

  • Real-time messaging via CouchDB and Twilio
  • Optionally lock down the application to authenticated users
  • Persistent unread count
  • Push notifications
  • Change password interface
  • If the server goes down, it will fetch any missed messages when it comes back
  • Command-line interface for bootstrapping the CouchDB database
  • Development mode with sample data
  • Command-line interface for creating user accounts
  • Deploy-to-Heroku functionality