# Revision history for idml2docbook
idml2hubxml-frontendis now a custom version (see @yanntrividic/idml2hubxml-frontend) so that the frontend also works on macOS.- The README refers to Pandoc 3.9 as a fully compatible version (support of
roleattributes). - The
.envfile exposes a variable to customise the path to a specificbashversion. Particularly useful for macOS, where the defaultbashversion is not compatible. - Java version check is now robust to the change of semantic versioning between 1.8 and 9.
- Writing some docs in
README.md. - Installation script now checks for bash version.
- Cleaning
idml2hubxml.py - bash calls are now forced on idml2hubxml-frontend.
- Fixing packaging bugs.
- Added unit tests in the
testsfolder. - Better formatter for output Docbook files.
-p/--prettifyoption removed as there is an okay formatting by default, and this option most of the times broke the output.- Added support for
sidebarelements. - Solved a bug with
brelements sometimes adding an unnecessary space. - Better handling of
tabelements. - Merge consecutive span with same attributes.
- This package is now available on PyPi.
This work was extracted from OutDesign to better modularise the project. For past commit history, refer to this repository.