DocToolchain Versions Save

a AsciiDoc Toolchain for technical Software Documentation, focused on Software Architecture Documentation

v2.0.0-rc17

2 years ago

2.0.0-rc17 - 2021-09-22

changed

2021-09-22

  • streamingExecute (exportPPT, exportEA) now emits a note instead ot an error when running on linux
  • brushed up powershell wrapper

V2.0.0-rc16

2 years ago

2.0.0-rc16 - 2021-09-21

added

2021-09-21

  • added lunrjs as local search engine

fixed

2021-09-21

  • updated exportContributors to follow moved files
  • fixed downloadTemplate

v2.0.0-rc15

2 years ago

added

2021-09-06

  • added warning when running on WSL
  • added dtcw.bat to avoid execution restrictions
  • updated developer docs
  • added docsy as theme

fixed

2021-09-18

  • fixed favicons
  • fixed blog

v2.0.0-rc14

3 years ago

added

2021-05-22::

  • merge with 1.4.0

2021-05-21::

  • if the outputPath from the config starts with a '/', it will be considered as absolute path. + This way, you can move the build fodler outside of your repository. + outputPath = System.getenv('HOME')+'/.doctoolchain/build/'+(new File('.')).canonicalPath.md5()
  • repository theme gets only copied to build if it is defined in siteFolder
  • generateSite will now add meta-data to all asciidoc files which have no meta-data defined. The menu name and order will be created corresponding to the folder and file name. The title will be extracted as first headline from the file itself.

2021-05-18::

  • Headless mode for themes
  • fix landing page (only gets copied once when microsite config isn't set yet.)

fixed

2021-05-22::

  • fix copyThemes to also copy the external theme

2021-05-06::

  • fix #574: publishToConfluence: Problem with wrong ancestorId

2021-04-28::

  • fix copyImages for generateSite

v1.4.0

3 years ago

Added

2021-05-21::

  • removed jCenter references

2021-03-21::

Changed

2021-04-07::

Fixed

2021-05-06::

  • fix #574: publishToConfluence: Problem with wrong ancestorId

2021-04-29::

  • exportEA hang after all exports are done since EA v15.2 #570

2021-02-28::

  • doctoolchain.bat can now handle java properties

v2.0.0-rc13

3 years ago

added

2021-04-07::

  • generateSite can now handle themes

2021-04-09::

  • downloadTemplate can now handle further templates

v2.0.0-rc4

3 years ago

Version: 2.0.0-rc4

fixed

2012-03-02::

  • removed default imagesdir for generateSite

v2.0.0-rc3

3 years ago

Version: 2.0.0-rc3

fixed

2012-03-01::

  • fixed imagesdir typo

v2.0.0-rc2

3 years ago

Version: 2.0.0-rc2

fixed

2012-03-01::

  • updated docs for generateSite
  • fixed menu for generateSite

2012-02-27::

  • fixed createDist task
  • fixed plantUML for generatePDF
  • fixed plantUML for generateSite

v2.0.0-rc1

3 years ago

Version: 2.0.0-rc1

added

2012-02-26::

  • copyThemes task
  • generateSite task 2021-02-23::
  • first version of powershell wrapper 2021-02-22::
  • manual test script 2021-01-05::
  • dtc wrapper 2021-01-08::
  • first definition of a static site taken from arc42-template-project
  • updated gradle wrapper (6.6.1)
  • added downloadTemplates task
  • added feature to automatically create a Config file if it doesn't exist
  • configured gradle to run without daemon

fixed

2021-02-24::

  • [543] dtcw: added pre-requisites check and alternative curl instead of wget 2021-02-22::
  • handling of images for generateHTML