Skip to content

0.15.0

Compare
Choose a tag to compare
@zeldigas zeldigas released this 05 Nov 20:09
· 138 commits to master since this release

Changes

0.15.0 - 2023-11-06

Added

  • 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.