Skip to content

Releases: de-jcup/eclipse-asciidoctor-editor

Version 3.1.1

10 Feb 21:56
Compare
Choose a tag to compare

Solves bug in auto refresh mechanism for external preview (when TOC enabled)

Details see https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/40?closed=1

Full Changelog: v3.1.0...v3.1.1

Version 3.1.0

10 Feb 16:30
Compare
Choose a tag to compare

Highlights:

  • Plugin uses now JVM shutdown hook to finally shutdown running ASP instance on a eclipse crash
  • Fixed and improved auto refresh handling for external preview
  • Provide possiblity to define default behavior for TOC visible on editor startup
  • Separated main page : runtime preferences have now own page

For details look at
https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/39?closed=1

Full Changelog: v3.0.1...v3.1.0

Version 3.0.1

23 Jan 17:44
Compare
Choose a tag to compare

Hotfix release

Diagrams were no longer shown correctly in Version 3.0.0 because of wrong base dir calculation.
This is now fixed.

Version 3.0.0

20 Jan 17:54
Compare
Choose a tag to compare

This version has some breaking changes + some new features

New features

  • Global asciidoc model
  • Overview diagram about current document + all included and used files
    with warnings, errors etc. inside diagram
  • Zoom level setup inside plantuml diagram editor internal preview
  • Using SVG external view supports now always zoom capability...
  • Possibility to define global custom attributes via preferences
  • Render preferences like "attributes" and "environment" are now directly accessible by user from toolbar (dedicated action)

Breaking changes

  • Output images are now always SVG
  • Feature of persisting output images into source folder has been removed
  • It was necessary to change custom environment preference key, so those
    preferences must be edited again (sorry)

More

Version 2.7.0

30 Jul 22:30
Compare
Choose a tag to compare

Inside this release cross reference links are now handled by the editor

  • xref:$refId[$text]
  • <<$refId,$text>>

is now correct highlighted and the references are hyperlinked and resolved inside workspace - means the referenced file is opened in IDE and the reference anchor is selected in editor.

See YouTube Video for a demo of the new features.

For details please look at https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/36?closed=1

Version 2.6.1

26 Jul 20:56
Compare
Choose a tag to compare

Version 2.6.0

26 Jul 16:51
Compare
Choose a tag to compare

What's Changed

More details can be found at https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/34?closed=1

New Contributors

Full Changelog: v2.5.1...v2.6.0

Version 2.5.1

05 May 00:49
Compare
Choose a tag to compare

Hotfix release, handles file length problems on Windows

for details look at https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/33?closed=1

Version 2.5.0

01 May 02:08
Compare
Choose a tag to compare

Bigger feature release

see https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/32?closed=1 for details

Contributors in this release:

Version 2.4.1

24 May 00:49
Compare
Choose a tag to compare

This hotfix release contains multiple bugfixes:

  • rendering of previews
  • improved performance
  • syntax highlighting for paragraph literals improved - works now correct

For details look at https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/31?closed=1