Skip to content

Releases: andykuszyk/markasten

Fixed spaces in tags

23 Oct 14:37
Compare
Choose a tag to compare
Fixed bug with spaces in tags

Fixes https://github.com/andykuszyk/markasten/issues/6

Fixed table of contents for tags containing `:`

10 Aug 14:57
Compare
Choose a tag to compare
v0.3.2

Handled tag headings that contain a colon

Dependency update

20 Jul 14:20
b958c39
Compare
Choose a tag to compare
v0.3.1

Merge pull request #4 from andykuszyk/dependabot/go_modules/github.co…

Added --toc flag

20 Jul 14:19
Compare
Choose a tag to compare

Added a new flag to generate a table of contents of tags at the start of indexes.

Corrected git hashes in workflows

19 Apr 14:40
Compare
Choose a tag to compare
v0.2.2

Corrected git commit hashes

Security fixes

06 Apr 14:48
Compare
Choose a tag to compare
v0.2.1

Ensured latest version of yaml lib is used

Added flag to include other tags in generated output

06 Mar 13:50
Compare
Choose a tag to compare

--tag-links can now be used to include the list of other tags a file is associated with in the generated output. For example:

# Index
## Tag X
- [File title](path/to/file.md) `tag-y`

## Tag Y
- [File title](path/to/file.md) `tag-x`

First release to action marketplace

15 Feb 16:12
Compare
Choose a tag to compare
v0.1.1

corrected branding information

Used yaml front matter, rather than backtick quoted text, for tags

15 Feb 15:20
Compare
Choose a tag to compare

Published latest tag on release

04 Feb 17:02
Compare
Choose a tag to compare
v0.0.7

Tagged docker image with latest when publishing