Skip to content

Commit

Permalink
fixing image resource handling on linux and macos vs windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Oct 22, 2016
1 parent ddc5fb5 commit 3483310
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" url="https://github.com/asciidoctor/asciidoctor-intellij-plugin">
<id>org.asciidoctor.intellij.asciidoc</id>
<name>AsciiDoc</name>
<version>0.16.1</version>
<version>0.16.2</version>
<vendor email="erik.pragt@jworks.nl" url="http://asciidoctor.org">Asciidoctor Project</vendor>

<description><![CDATA[
Expand All @@ -18,8 +18,9 @@

<change-notes><![CDATA[
<ul>
<li>0.16.2 Handling of Linux and MacOS file names for image preview in JavaFX</li>
<li>0.16.1 Added darcula theme for JavaFX preview
<br />clicking on JavaFX preview will set cursor position in editor (thanks to @kastork for the idea)
<br />clicking on JavaFX preview will set cursor position in editor (thanks to @kastork for the idea)</li>
<li>0.15.4 setScene now called from FxThread instead of AWT thread to avoid blocking GUI on MacOS</li>
<li>0.15.3 Initialization message appears only during initialization
<br />No error message if user switches to a setup where JavaFX preview is no longer available.</li>
Expand Down
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ See https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting

== Release notes

=== 0.16.2 (preview, available from Github releases)

- Handling of Linux and MacOS file names for image preview in JavaFX

=== 0.16.1

- Added darcula theme for JavaFX preview
Expand Down

0 comments on commit 3483310

Please sign in to comment.