Skip to content

v1.3.0

Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 16 Dec 02:56
· 679 commits to master since this release

Database Warning

In this release, the database format was changed. If you are on v1.1.0, please run $ python3 migrate.py to migrate to the latest database format. If you are on a version older than v1.1.0, please update to v1.1.0 first, and then migrate to this version.
Database update: migrate.py

Changes in this version

  • Better alerts
  • Two-factor authentication
  • User settings page
  • Admin console page
  • Better maintenance mode
  • Fix file download issue
  • Misc bug fixes
  • Add tests

Troubleshooting

Internal Server Error when logging in: Are you sure you ran migrate.py?