From 28a62c499e8957c4365a46ec0059b5b000317fd9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 10 Nov 2024 22:52:17 +0000 Subject: [PATCH] Changelog update - v0.4.1 --- CHANGELOG.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c8e53..a476307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,25 @@ ## [Unreleased] -### Changed - -- Use the new `org.jetbrains.intellij.platform` v2.0.0 Gradle plugin to build the Excalidraw plugin -- Don't use offscreen rendering (OSR) by default due to issues with trackpad (at least on macOs), see - https://youtrack.jetbrains.com/issue/IJPL-156342/Scrolling-of-the-Whats-new-in-IntelliJ-IDEA-is-too-fast-faster-than-code-files - - This is tunable in the advanced settings. [#364](https://github.com/bric3/excalidraw-jetbrains-plugin/issues/364) -- Plugin compatibility with 2024.3 - -### +## 0.4.1 - 2024-11-10 - Note: At this time [excalidraw.com](https://excalidraw.com) uses an unreleased version of [excalidraw/excalidraw](https://github.com/excalidraw/excalidraw), unfortunately, the exported files may not render correctly in IDE plugin that use a released version of excalidraw. - + The next [Excalidraw release should be v18](https://github.com/excalidraw/excalidraw/issues/8771). This plugin uses version is 0.17.6. See [#342](https://github.com/bric3/excalidraw-jetbrains-plugin/issues/342) for workarounds +### Changed + +- Use the new `org.jetbrains.intellij.platform` v2.0.0 Gradle plugin to build the Excalidraw plugin +- Don't use offscreen rendering (OSR) by default due to issues with trackpad (at least on macOs), see + https://youtrack.jetbrains.com/issue/IJPL-156342/Scrolling-of-the-Whats-new-in-IntelliJ-IDEA-is-too-fast-faster-than-code-files + + This is tunable in the advanced settings. [#364](https://github.com/bric3/excalidraw-jetbrains-plugin/issues/364) +- Plugin compatibility with 2024.3 ## 0.4.0 - 2024-01-27