Skip to content

v3.7.0

Compare
Choose a tag to compare
@Eggbertx Eggbertx released this 24 Jun 20:00
· 353 commits to master since this release

What's Changed

  • Add more plugins and event triggers
  • Consolidate allowing other extensions into single map[string]string, with the extension as the key and the thumbnail to be used as the value for better consistency, example:
"AllowOtherExtensions": {
	".zip": "archivethumb.png",
	".pdf": "pdfthumb.png",
	".dat": "otherthumb.png"
}
  • Allow staff to update their passwords, admins can update passwords of other users
  • Migrate frontend to TypeScript for better type checking and type safety

Full Changelog: v3.6.0...v3.7.0