From 18c4e2a02ac335c8c91aac329cde373c68786c92 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Thu, 28 Mar 2019 12:00:00 +0100 Subject: [PATCH] Updating to AsciidoctorJ v2.0.0-RC.1 that includes Asciidoctor 2.0.2 --- README.adoc | 7 +++++-- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 4 +++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index d13ff22c2..15309e194 100644 --- a/README.adoc +++ b/README.adoc @@ -6,8 +6,6 @@ A plugin for the IntelliJ platform (IntelliJ IDEA, RubyMine, etc) that provides *You can meet the maintainers in person:* Please ping them via eMail or chat before or during the event! -* https://www.ahus1.de/[Alex] at https://www.javaland.eu/[JavaLand DE (Brühl)], 2019-03-19..20 - * https://www.ahus1.de/[Alex] at https://www.devoxx.co.uk/[Devoxx UK (London)], 2019-05-08..10 The most advanced and recommended preview mode is JavaFX. @@ -29,6 +27,11 @@ See https://github.com/asciidoctor/asciidoctor-intellij-plugin/wiki/Support-proj == Release notes +=== 0.25.1 (preview, available from Github releases) + +- Fixing preview line calculation when using .asciidoctorconfig-files +- Updating to AsciidoctorJ v2.0.0-RC.1 that includes Asciidoctor 2.0.2 + === 0.25.0 (preview, available from Github releases) - Updating to AsciidoctorJ v1.7.0-RC.1 that includes Asciidoctor 2.0.1 and Asciidoctor Diagram 1.5.16 diff --git a/build.gradle b/build.gradle index 776192b74..0e8277635 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ intellij { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'org.asciidoctor:asciidoctorj-diagram:1.5.16' - compile 'org.asciidoctor:asciidoctorj:1.7.0-RC.1' + compile 'org.asciidoctor:asciidoctorj:2.0.0-RC.1' compile 'commons-io:commons-io:2.4' compile 'org.jruby:jruby-complete:9.2.6.0' compile 'org.pegdown:pegdown:1.4.2' diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 9f719e1eb..ea6199b53 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ org.asciidoctor.intellij.asciidoc AsciiDoc - 0.25.0 + 0.25.1 Asciidoctor Project +
  • 0.25.1 Fixing preview line calculation when using .asciidoctorconfig-files +
    Updating to AsciidoctorJ v2.0.0-RC.1 that includes Asciidoctor 2.0.2
  • 0.25.0 Updating to AsciidoctorJ v1.7.0-RC.1 that includes Asciidoctor 2.0.1 and Asciidoctor Diagram 1.5.16
  • 0.24.3 Filter out problematic pass-through JavaScript with Twitter being the first candidate (#235)
  • 0.24.2 Support JDK11 as of IntelliJ 2019.1 EAP (#238)