Releases: zeldigas/text2confl
Releases · zeldigas/text2confl
0.17.1
0.17.0
0.16.0
Changes
0.16.0 - 2024-01-07
Added
- [export-to-md] now resolves user references for Confluence Server (#51)
Fixed
0.15.1
0.15.0
Changes
0.15.0 - 2023-11-06
Added
- in
upload
andexport-to-md
commands you can enable logging of http requests/responses and configure request
timeout - configuration file can be named as
text2confl.yml
ortext2confl.yaml
in addition to dot-prefixed
names (.text2confl.yml
,.text2confl.yaml
). -v
option can be passed to enable verbose logging. Repeat up to three times to get more details in logs.upload
command now print well-formatted summary of uploaded pages
Changed
- dependency updates:
- migrated to
io.github.oshai:kotlin-logging-jvm
- plantuml to 1.2023.12
- migrated to
Fixed
0.14.0
Changes
0.14.0 - 2023-09-20
Added
json
is added to supported languages on Confluence server
Fixed
.text2confl.yml
config is now properly loaded with consistent property names (kebab case) and case insensitive enum
values
Changed
cli
model is split into 2:core
andcli
. Contributed by @dgautier.- dependency updates
- Asciidoctor diagram to 2.2.13
- plantuml to 1.2023.11
0.13.0
0.12.0
Changes
0.12.0 - 2023-08-26
Added
- Files in Asciidoc format. Features (see details in docs):
- All basic rendering features of asciidoc
- 3 bundled Confluence-specific macros: status, userlink and generic macro
confl_macro
that allows to render any simple macro - Support for registering additional ruby libs
- Support for
asciidoctor-diagram
Changed
- Dependency updates:
- Clikt 4.2.0
- Kotlin 1.9.10
0.11.0
0.10.1
Changes
0.10.1 - 2023-05-28
Added
- docker label pointing to GitHub repo. This will let
renovatebot
to fetch changelog
Fixed
- removed wiremock from final distribution
- [export-to-md] now properly handles page link without special link name
- [export-to-md] adjusted simple table detection to handle simple tables with header row in
tbody