Releases: de-jcup/eclipse-asciidoctor-editor
Version 3.1.1
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
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
Hotfix release
Diagrams were no longer shown correctly in Version 3.0.0 because of wrong base dir calculation.
This is now fixed.
- for details look at https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/38?closed=1
Version 3.0.0
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
- For details look at https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/37?closed=1
Version 2.7.0
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
Hotfix release because of bug #438
For details look into https://github.com/de-jcup/eclipse-asciidoctor-editor/milestone/35?closed=1
Version 2.6.0
What's Changed
- Added context menu to outline view by @steghoja in #430
- Fix #429: Expose editor API for programmatic use by @steghoja in #432
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
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
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
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