Skip to content

v1.3.0 Release

Compare
Choose a tag to compare
@pattmax00 pattmax00 released this 07 Mar 14:19
· 56 commits to master since this release

Updates and fixes

  • Update experimental crypto package to v0.7.0 in go.mod
  • Fix serving static files from the embedded file system
  • Decouple SQL queries from model logic
  • Default username on login/register is a placeholder instead of a value
  • Expand .gitignore

New features

  • Migrations (AutoMigrate can be disabled in env.json)
  • User model can now have multiple sessions
  • Graceful server shutdown
  • New default CSS (looks much nicer now)