Skip to content

Reply To

Latest
Compare
Choose a tag to compare
@dethos dethos released this 08 Apr 22:08
· 108 commits to master since this release
26a6eb8

This release updates several components to more recent versions, adds better flow to set up self-hosted instances and adds many small improvements to the overall software package.
Logged users can now add their email to sent messages.

Major Changes

  • Removed server sign experimental feature, since it had several compatibility issues #289
  • Added reply_to field to messages sent by logged in users #290

Minor Changes and bug fixes

  • Changed the development workflow to use pipenv #281
  • Updated development environment setup instructions #81
  • Fix box description multi-line issue #280
  • Update OpenPGP.js to version 3 #284
  • Added meta description and alt text to home page #283
  • Fixed missing contact information on closed box page #287

How to update from previous version

Since the dependency management of the project changed. You will need to change the instruction you usually do to run the project. This time you will need to run the following commands after fetching the new code changes:

  • $ pipenv install
  • $ gulp build
  • $ pipenv run python manage.py collectstatic

The deployment commands (such as celery and gunicorn) should now be preceded by pipenv run.