Skip to content

Releases: VTimofeenko/confluence_poster

v1.4.4

13 Jun 19:31
17b3f1e
Compare
Choose a tag to compare
  • Bumped of marshmallow to 3.12
  • Bumped atlassian-python-api version to 3.11

v1.4.3

13 Jun 19:00
7f828a7
Compare
Choose a tag to compare
  • 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

14 Feb 04:38
a3645db
Compare
Choose a tag to compare
  • Fixed file format reading from config (#42)
  • Added instructions to install from nitratesky

v1.4.1

11 Jan 01:31
2605e22
Compare
Choose a tag to compare

Small release that replaces xdg with pyxdg

v1.4.0

09 Jan 04:29
2125687
Compare
Choose a tag to compare
  • 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

03 Jan 23:41
53028cb
Compare
Choose a tag to compare
  • 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

31 Dec 02:46
3185721
Compare
Choose a tag to compare
  • 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

08 Dec 07:28
Compare
Choose a tag to compare

The package has been heavily reworked. Key changes:

  • Moved to python3.8
  • Moved to typer for CLI
  • Migrated config format from json to toml
  • Added tests
  • Added option to validate provided config file against an instance of Confluence
  • Expanded documentation
  • Published on PyPI

Moving from python3.6 to general python3

20 May 02:08
Compare
Choose a tag to compare

This release changes build.sh to use #!/bin/env python3 instead of hardcoded python3.6