diff --git a/app/manifest.json b/app/manifest.json index 5e24c234..f5e07508 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name":"Asciidoctor.js Live Preview", - "version":"2.1.0", + "version":"2.2.0", "author": "Guillaume Grossetie", "manifest_version":2, diff --git a/changelog.adoc b/changelog.adoc index 7148eff0..2ac45ae3 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -1,5 +1,11 @@ = Changelog +== 2.2.0 + +* Fix inter-document cross references by using `.adoc` as `outfilesuffix` (thanks @jmini) +* Disable the diagram extension by default (can be enabled in options page) +* The Kroki server URL can now be configured in the options page (for instance, you can point to a local instance) + == 2.1.0 * Set built-in attributes docfile, docname and docfilesuffix (thanks @utopalex & @ehmkah) diff --git a/package-lock.json b/package-lock.json index f2f9af71..72c9c239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "asciidoctor-browser-extension", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 306a4e6b..0b9aee04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "asciidoctor-browser-extension", "description": "Render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML inside your browser!", - "version": "2.1.0", + "version": "2.2.0", "engines": { "node": ">=8.11", "npm": ">=5.0.0"