Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 19:11
· 146 commits to main since this release
389afbf

Added

  • Toggle between light and dark separated from the current theme by @michael-pratt, see #92
  • Supports scratch files #90 #22
  • Exports to JPG and WEBP #69

Changed

  • New plugin icon, matching the new excalidraw icon
  • Upgraded excalidraw to version 0.17.0
  • Opens Excalidraw editor rather than JSON by @michael-pratt, see #93
  • Switched to offscreen rendering #17
  • Bumped the minimum platform to 2023.2

Fixed

  • Fixed various errors by rewriting the saving mechanism (now using kotlin coroutines), to fix asynchronous writes.
  • Saving and Continuous saving doesn't work with images with embedded excalidraw. #70
    Unfortunately Excalidraw files with embedded images cannot be loaded due to excalidraw/excalidraw#7553.
  • Workaround for Excalidraw issue when exporting to SVG files, the font links are incorrect, see excalidraw/excalidraw#7543.