Skip to content

Release Version "Rubber Soul"

Latest
Compare
Choose a tag to compare
@mprahl mprahl released this 15 Mar 23:40
· 28 commits to master since this release

v1.2.0 - Rubber Soul

BACKWARDS INCOMPATIBILITIES / NOTES:

  • The default MySQL Python connector of "mysqlclient" has been replaced with "pymysql" for a pure Python replacement. Upgrades will be unaffected by this, but please note that reinstalls will require you to either install "mysqlclient" (Ubuntu Instructions or change the start of your database URI with "mysql+pymysql://" instead of "mysql://" [GH-170]

Features:

  • Supports Two-Factor Authentication on the backend [GH-169]

Improvements:

  • Replaced GIF spinner with a pure CSS spinner using CSS3 animations [GH-177]
  • Adds Python 3.5 support [GH-179] [GH-180]
  • Update Python dependencies when updating PostMaster using the deb package (apt-get) [GH-185]

Bug Fixes:

  • manage.py version command now returns a zero exit code [GH-182]
  • manage.py version now returns a version that matches the GitHub releases [GH-182]