Releases: VTimofeenko/confluence_poster
Releases · VTimofeenko/confluence_poster
v1.4.4
v1.4.3
- Bumped and tested markdown 3.3.4 version
- Bumped tomlkit to 0.7.2
- Added tox testing for python 3.8 and 3.9
- Tested pyxdg 0.27
v1.4.2
v1.4.1
v1.4.0
- Added support for markdown files. Implemented as a separate command
convert-markdown
as well as a runtime conversion. - Now the poster may be run in filter mode.
v1.3.0
- Easier mechanism for uploading multiple files. Now it's possible to run
confluence_poster --upload-files FILE1 FILE2 FILE3
to upload them all - Added force-create command parameter to skip prompt to create page
- Added force_overwrite config flag to allow overwriting individual pages skipping author check (like
--force
but not globally)
Started rewriting the tests to simplify them
v1.2.0
- Added support to XDG specification
- Added a wizard to interactively generate configuration files. One in XDG_CONFIG_HOME should typically contain general information (Confluence url, username, etc) and the one in the current directory should contain information on the pages.
v1.1.0
Moving from python3.6 to general python3
This release changes build.sh to use #!/bin/env python3
instead of hardcoded python3.6