Skip to content

Version 1.7

Compare
Choose a tag to compare
@cracker0dks cracker0dks released this 16 Feb 13:36
· 133 commits to master since this release

Changes

  • Change the file storage so every whiteboard is saved in a seperate file -> less memory use
  • Fix encoding of usernames. Thanks to @MarcinCieslak
  • Add more security improvments (Path traversal and things). Thanks to @lightswitch05
  • Prevent img attribute injection. Thanks to @pkschweiger
  • New: Function that saves the latest colors picked. Thanks to @hhaoao
  • Update to webpack v5 and pdfjs 2.12
  • Docker compose volume mount fix. Thanks to @christf
  • Fix undo bug. Thanks to @aron0029
  • Double content draw fix. Thanks to @MarcinCieslak
  • A lot of small bugfixes and improvements