Skip to content

Releases: kovetskiy/mark

5.0

03 Feb 04:08
Compare
Choose a tag to compare
5.0

I've updated the markdown renderer to the next major version. File an issue if you encounter a bug.

Changelog

f338ed9 bump to 5.0, new markdown renderer
e190cdf rollback #53 because of #63, add tests
c22c6c1 tidy up go modules
7f6466a upgrade to blackfriday v2, fixes #53 and #61, add tests

4.2

02 Feb 05:08
Compare
Choose a tag to compare
4.2

Changelog

7c68fec Add support to reading password from stdin
4b2f1cd Merge pull request #60 from tyler-copilot/master
ffd5728 Merge pull request #62 from emead-indeed/emead-indeed-password-stdin
cb1093d bump version to 4.2
6633ff2 fix for #58
58ad4ff show what ancestors were expected

4.1

15 Jan 07:03
Compare
Choose a tag to compare
4.1

Changelog

2db0de7 Join lines in compiled markdown so lists render in Confluence without extra whitespace
c355ed6 Merge pull request #53 from MattyRad/master
9bd12bc bump to 4.1

4.0

06 Jan 09:17
Compare
Choose a tag to compare
4.0

Changelog

1d8e43a Add --minor-edit command-line flag
f86dd27 Add label support
8018b54 Fix RestrictPageUpdatesServer (#45)
8b28912 Merge pull request #51 from rofafor/feature/labels
abb1fc9 release 4.0

3.5

03 Dec 21:33
Compare
Choose a tag to compare
3.5

Changelog

ff17a40 3.5, get rid of duplicated docs in help
d4008a5 Fix replacing relative links, fix #43

3.4

30 Nov 07:51
Compare
Choose a tag to compare
3.4

Changelog

4ea476a Add Option for Dropping Leading H1 Heading (#36)
bcf2acb Incorporate the collapsible code block (#39)
27e7af5 Parametrize the toc but have default values (#38)
f8e7047 Remove unused variable (#37)
63fe97b Support for relative links (#33)
b82421a add FUNDING
f6e542c bump version to 3.4

3.3.1

05 Nov 10:46
Compare
Choose a tag to compare

Changelog

055af49 update api dependencies
b17dd7d update version to 3.3.1

3.3

03 Nov 14:17
Compare
Choose a tag to compare
3.3

Changelog

eda2e47 Added support for v2 Confluence page format (#29)
e26903d Merge pull request #28 from Planktonette/patch-1
eb97b42 Update readme.md with correct disclaimer spelling
b33512b bump version to 3.2
ec4b258 trace level is very verbose now

3.1

24 Aug 10:27
Compare
Choose a tag to compare
3.1

Changelog

a9b9cf6 Merge pull request #24 from tillepille/master
bd18cb0 Merge pull request #26 from princespaghetti/add-windows
88b6e0b Update README.md
2587543 Update README.md
fdb70fe add installation section
a33a0ef add windows binary since it's not included by default
7fe00ba bump to 3.1: windows support
3fa9362 make docker image more suitable for ci
8f90e5a update CI notes

3.0

25 Jul 08:11
Compare
Choose a tag to compare
3.0

Changelog

7145cb4 Add ExactAttachment header
ccbd9d9 Bold, not italic
f39aeb1 Merge pull request #22 from csoutherland/exactattach
b654795 bump to 3.0
da99cbb drop attachment:// proto, improve docs
951b276 rework attachments, improve docs