Skip to content

v3.3.5

Compare
Choose a tag to compare
@espimarisa espimarisa released this 07 Apr 06:34
· 903 commits to main since this release

Hibiki v3.3.5 - 4/7/2021

Bug Fixes

  • Fixed a bug in which self-assignable roles would emit the wrong error message
  • Fixed a bug in which askYesNo wouldn't cancel after a set period of time
  • Fixed various webserver UI and validator bugs

Refactoring

  • Switched to using Liquid instead of EJS for the webserver UI
  • Heavily reduced our "bundle" size + improved our lighthouse score
  • Stopped serving fat font awesome CSS and use our own SVG Liquid tag
  • Reduced the amount of JavaScript to be sent to clients
  • Stopped using a bloated emoji picker (until we make our own?)
  • Improved performance and reliability on validators
  • Switched from a bunch of if/else to switch cases where it makes sense
  • Improved our CSP by removing unsafe-inline styles
  • Update Bulmaselect to v2.0

Locales

  • The web UI is now completely localizable. A new "web" object has been added.