Releases: iamjackg/md2cf
Releases · iamjackg/md2cf
2.3.0
2.2.1
Fixed
- Local section links are no longer rendered as broken relative links (e.g.
[this section](#section-header)
)
2.2.0
Added
- Relative links support section headers (@jimstein3d)
.pages
files are now supported at the top level as well as in subdirectories (@galund)
Fixed
--only-changed
now works for attachments (@pmarchini)- relative links with URL-encoded paths now work (@mschmieder)
- folders in
.gitignore
are now actually ignored (@jmonsma)
Security
- Updated
requests
to 2.31.0
2.1.0
Fixed
- Moving page from top level to child page
2.0.2
Fixed
- Relative links work correctly when there are more than 10 on a page
2.0.1
Fixed
- Attachments work again
2.0.0
Added
- Colourful, user-friendly output
- JSON and minimal output modes
- Automatic detection of document encoding
- Support for relative links (@mschmieder)
- Option to mark an edit as minor (@jannismain)
- Support for blogpost content type (@Bass-03)
Fixed
- Change
--bearer-token
to--token
in README.md (@rtkjbillo) - Always update pages when requesting parent changes
- Change gitignore library to support Python 3.11
Changed
- Error messages are nicely formatted and printed to standard error
2.0.0-a0
Added
- Colourful, user-friendly output
- JSON and minimal output modes
- Automatic detection of document encoding
- Support for relative links (@mschmieder)
- Option to mark an edit as minor (@jannismain)
- Support for blogpost content type (@Bass-03)
Fixed
- Change
--bearer-token
to--token
in README.md (@rtkjbillo) - Always update pages when requesting parent changes
- Change gitignore library to support Python 3.11
Changed
- Error messages are nicely formatted and printed to standard error
1.5.1
1.5.0
Added
- Support for labels in the Markdown front matter
- Option to replace all labels with the set specified in the Markdown front matter
- Option to add a postface to every page
- Option to ignore
.gitignore
files (@bjorns) - Option to remove single newlines from paragraphs (@bjorns)
Changed
- Skip files and directories listed in
.gitignore
files (@bjorns)