From 239dc082d98d70aaa136ce3b219d1baec429dfc6 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Sun, 28 Apr 2019 18:14:18 +0200 Subject: [PATCH] updating release information --- README.adoc | 10 +++++++--- src/main/resources/META-INF/plugin.xml | 7 ++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index b06e2908d..7f03f3d96 100644 --- a/README.adoc +++ b/README.adoc @@ -29,13 +29,17 @@ See https://github.com/asciidoctor/asciidoctor-intellij-plugin/wiki/Support-proj == Release notes -=== 0.25.6 (preview, available from Github releases) +=== 0.25.7 (preview, available from Github releases) - Updating to AsciidoctorJ v2.0.0 that includes Asciidoctor 2.0.8 -- Improved parsing of warnings and errors created by Asciidoctor -- adding highlighting for italic/bold/mono +- adding highlighting for italic/bold/mono (#244) - adding brace matcher for attributes +=== 0.25.6 (preview, available from Github releases) + +- Updating to AsciidoctorJ v2.0.0-RC.2 that includes Asciidoctor 2.0.6 +- Improved parsing of warnings and errors created by Asciidoctor + === 0.25.5 (preview, available from Github releases) - Addding error highlight in tree view diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index dec10729a..08d77a548 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.6 + 0.25.7 Asciidoctor Project -
  • 0.25.6 Updating to AsciidoctorJ v2.0.0 that includes Asciidoctor 2.0.8
    - Improved parsing of warnings and errors created by Asciidoctor
    +
  • 0.25.7 Updating to AsciidoctorJ v2.0.0 that includes Asciidoctor 2.0.8
    adding highlighting for italic/bold/mono
    adding brace matcher for attributes +
  • 0.25.6 Updating to AsciidoctorJ v2.0.0-RC.2 that includes Asciidoctor 2.0.6
    + Improved parsing of warnings and errors created by Asciidoctor
  • 0.25.5 Addding error highlight in tree view
  • 0.25.4 restart annotation processing for current file once it gets focused or settings change (#225)
  • 0.25.3 improve offset calculation for .asciidoctorconfig files (#225)