-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
brandl
committed
Nov 15, 2023
1 parent
90f1dc3
commit 9ab9995
Showing
4 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changes | ||
|
||
## [1.3.1] | ||
|
||
Fixed compat with 2023.2 | ||
|
||
## [1.3.0] | ||
|
||
Fixed NPE when using 2023.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>com.github.holgerbrandl.pasteimages/</id> | ||
<name>Paste Images into Markdown</name> | ||
<version>1.3.0</version> | ||
<version>1.3.1</version> | ||
<vendor email="[email protected]" url="https://github.com/holgerbrandl/pasteimages"/> | ||
<vendor>Holger Brandl</vendor> | ||
|
||
|