Skip to content

v2.6.0

Compare
Choose a tag to compare
@the-djmaze the-djmaze released this 28 Jul 14:12
· 4324 commits to master since this release

Added

  • Admin login support TOTP 2FA
  • Delay automatic message "mark as read" for 5 seconds
  • Option to set other "new mail" sound notification
  • Preparations for NextCloud as plugin #96
  • User 2FA as plugin, read #84 why that is

Bugfixes

  • Messageview focused [Tab] key should not traverse back to messagelist, [Shift] + [Tab] should
  • Replace gulp blacklisted modules #102 (comment)
  • Shortcuts stop working #62 (comment)
  • Static localization failed

Changes

  • Cleanup and improved CSS
  • Cleanup and improved JavaScript
  • Dropped support for Edge Legacy browser (is EOL)
  • Improved CSP Content-Security-Policy by dropping script-src 'unsafe-inline' and use a nonce. Read #103