Releases: Kerwood/confluence-updater
Releases · Kerwood/confluence-updater
confluence-updater-v2.0.0
What's Changed
Confluence Updater has been rewritten completely. Deprecated crates has been replaced, structured logging with multiple levels has been implemented and added Confluence CodeBlock macro support.
- If a Markdown file contains a
h1
header at the top, it will be extracted and used as the page title. - To override the
h1
header from the Markdown file, you can specify anoverrideTitle
property in the page configuration. - Code blocks now utilize the
CodeBlock
macro in Confluence, replacing the HTML<code>
element. This change also adds support for syntax highlighting. - The
content
property in the configuration has been replaced bypages
. - The
contentType
property has been removed and is now statically set topage
. - The Rust crate
serde_yaml
is deprecated and has been replaced withserde_yml
. - The Rust crate
structopt
is deprecated and has been replaced withclap
. openssl
has been replaced withrusttls
.- The Rust crate
tracing
has been implemented for structured logs. Confluence Updater now supports different log levels.
feat: refactor [v2.0.0] by @Kerwood in #2
Full Changelog: v1.1.1...v2.0.0
v1.1.1
Version bump
v1.1.0
Version bump and optimized binary size
v1.0.0
Updated README.md
v0.0.0
Added build config