Releases: justmiles/go-markdown2confluence
Releases · justmiles/go-markdown2confluence
v3.1.1
Changelog
7010392 bugfix: synchronously create parent pages; closes #12
24c1813 feat: add image support; closes #10
v3.0.2
Changelog
b0dbc4c fix: remove "." parent pages
v3.0.1
Changelog
3b84b2e fix: upload entire directories
v3.0.0
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
- added support for uploading entire directories
- upload multiple files at the same time
v2.0.0
Changelog
812e714 switch to cobra; support multiple uploads
fd104dc unescape html in code
v1.2.0
- support code in lists (using forked github.com/a8m/mark)
v1.1.0
- fix malformed code in code blocks