Skip to content

v0.4.0

Compare
Choose a tag to compare
@anselal anselal released this 28 Feb 03:59
· 118 commits to master since this release

Bug fixes

  • 🐛 fix(backend): Miner temperatures returned as 'NULL'. Closes #74

New Features

  • 🆙 update(create_db): Add support for Antminer R4. Closes #66
  • 🆙 update(create_db): Add support for V9
  • 🆙 update(requirements,app): Add Flask-Migrate
  • 🆙 update(requirements,app): Add manager.py script

Added

  • 🆙 update(css): Add generic default font-family
  • 🆙 update(donations): Add Ethereum widget

Changed

  • 👕 refactor(css): Add grid layout
  • 🆙 update(css): Change body width to 90%
  • 🆙 update(debug): Update debug flash messages
  • 👕 refactor(code): Move helper functions to the lib folder
  • ➕ 👕 refactor(js): Move scripts to separate files
  • 👕 refactor(static): Organize static files
  • 👕 refactor(templates): Split main template into layout and base
  • 📝 docs(run): Update run command