Skip to content

Releases: justmiles/go-markdown2confluence

v3.1.1

17 Mar 03:24
Compare
Choose a tag to compare

Changelog

7010392 bugfix: synchronously create parent pages; closes #12
24c1813 feat: add image support; closes #10

v3.0.2

29 Nov 18:52
Compare
Choose a tag to compare

Changelog

b0dbc4c fix: remove "." parent pages

v3.0.1

29 Nov 18:20
Compare
Choose a tag to compare

Changelog

3b84b2e fix: upload entire directories

v3.0.0

29 Nov 17:49
Compare
Choose a tag to compare

Changelog

This release switches to yuin/goldmark to render markdown instead of the previously forked version of a8m/mark. With it comes the ability to extend the library so that we can render Confluence specific macros.

Also included

  • #9 ability to set custom titles with --title
  • #5 support path for creating pages with the --parent argument
  • #10 basic image support is now available

v2.1.0

06 Jun 03:40
Compare
Choose a tag to compare
  • added support for uploading entire directories
  • upload multiple files at the same time

v2.0.0

01 Jun 20:58
Compare
Choose a tag to compare

Changelog

812e714 switch to cobra; support multiple uploads
fd104dc unescape html in code

v1.2.0

07 Apr 18:22
Compare
Choose a tag to compare
  • support code in lists (using forked github.com/a8m/mark)

v1.1.0

07 Apr 16:54
Compare
Choose a tag to compare
  • fix malformed code in code blocks

v1.0.0

26 Mar 17:19
Compare
Choose a tag to compare

initial release