You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in upload and export-to-md commands you can enable logging of http requests/responses and configure request
timeout
configuration file can be named as text2confl.yml or text2confl.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
Fixed
Non-local links detection (may cause crash on Windows, #116, #96)
export-to-md now always uses / as path separator for attachments
Difference in page names causes page to be renamed first. This stabilize upload operation (#25) and also fixes
inconsistent cleanup of pages that were renamed.