Releases: docToolchain/docToolchain
Releases · docToolchain/docToolchain
v3.4.2
3.4.2 - 2025-04-05
Fixed
- publishToConfluence: Internal links broken with v3.4.1
- Fixed an issue with ConfluenceClientV2 pagination traversal / cursor extraction
- generatePDF throws exception when using custom-theme.yml (font not found in GEM_FONTS_DIR) #1460
- exportEA: docToolchain\scripts\exportEAP.vbs(293, 13) Laufzeitfehler in Microsoft VBScript: Typenkonflikt: 'isSelectedViaDiagramFilter'
Added
- Possibility to change the search form
- #1468: Add progress indicator/logging for 'allPages' fetch in publishToConfluence task
- #1473 exportEA: Add option to include GUID into diagram names
- #1472: exportEA: Add filter to select diagrams via tag in EA directly
Changed
- Upgrade dependencies:
org.asciidoctor:asciidoctorj-diagram:2.3.2
asciidoctor-jvm: 4.0.4
revealjs: 5.1.0
asciidoctorj: 2.5.13
v3.4.1
3.4.1 - 2024-09-05
Fixed
- Missing alt attributes in site templates (found by HTML Sanity Checker 2.0.0-rc0, see below).
- Jira links substitution is not working
- publishToConfluence fails with "No such property: attachmentPrefix for class: org.docToolchain.tasks.Asciidoc2ConfluenceTask"
- DTCW should preferably use DTC from the local installation and only rely on
${PATH}
otherwise - Task :exportEA FAILED because of unknown property 'imageFormat'
Added
- Add an environment variable
DTC_SHELL_DEBUG
(which could be set to-x
or-xv
) to letdtcw
run the DTC script in a more verbose way.
Changed
v3.4.0
3.4.0 - 2024-07-18
fixed
added
- Collapsible left menu (see example)
- exportEA: Add additional option to set the image format
- #1391: Update collectIncludes.gradle
changed
- removed link to plausible.io on docs site
v3.3.1
3.3.1 - 2024-03-01
Fixed
- #1359: publishToConfluence - Something went wrong
- #1372: publishToConfluence: java.io.FileNotFoundException
- publishToConfluence: Fix Confluence APIv2 Cursor Logic
Added
Changed
v3.3
3.3 - 2024-02-17
Fixes
- Enforce x86 Java on macOS as long as jbake does not support arm64 processors
- Avoid usage of an arbitrary
arch
binary/script on${PATH}
instead of the desired/usr/bin/arch
on macOS. - docToolchain issue #1353: docker: Problem with 3.x images and dependencies?
- docToolchain issue #1239: Execute a custom asciidoctor converter for generateHTML
- docToolchain issue #1290: Custom ruby extension for PDF generation
- docToolchain issue #1355: publishToConfluence - some code blocks are generated as txt instead of requested language and lose linebreaks
- docToolchain issue #1349: publishToConfluence - a source code block containing template parameters has formatting problems
Added
Changed
- You can now specify another dockerhub via DTC_DOCKER_PREFIX
v3.2.2
3.2.2 - 2024-01-18
fixes
- 1335 publishToConfluence throws exception when uploading attachments in v3.2.0
- 1343: Build and publish docs after PR get into ng
added
changed
- Core: Http calls from docToolchain are now identified by a user agent string of format
docToolchain_v<DTCW_VERSION>
.
v3.2.1
3.2.1 - 2024-01-10
Fixes
Added
- Issue #1327: Allow use of enhanced docker image
- New task
wipeConfluenceSpace
to delete all pages of a space
Changed
v3.2.0
v3.1.2
3.1.2 - 2023-11-16
Fixes
- #1291 publishToConfluence - Images not found
- #1293 Explicit dependency required between generateHTML and htmlSanityCheck
Added
Changed
- The Confluence API configuration is now aware of contexts and hides the API version specific settings.
Release 3.1.1
3.1.1 - 2023-11-07
fixes
- #1281: publishToConfluence throws exception when uploading attachments in v3.1.0
- #1283: "tasks" target causes Exception