Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 769 Bytes

File metadata and controls

29 lines (21 loc) · 769 Bytes

Release Notes

0.3 (IN-DEVELOPMENT)

  • Added LICENSE file (MIT)
  • Updated example page template so that html elements are rendered naturally (not wrapped in code block)
  • ...

0.2 (2023-06-06)

  • Replaced calls to "acli" (Bob Swift command line tool) with the "atlassian-python-api" python library, which requires no plugins to the Confluence server
  • Rolled python version from 3.6 to 3.8
  • Added root_page_title configuration option, which is necessary with the new API calls
  • Added token authentication to the config file
  • Separated markdown_dir and state_dir configuraion options
  • Added Release-Notes.md
  • Added Dockerfile

0.1 (2020-07-02)

  • Initial Release