Skip to content

Releases: iamjackg/md2cf

2.3.0

06 Aug 19:01
Compare
Choose a tag to compare

Changed

  • automatic retries now apply to all errors instead of just 429 HTTP responses
  • pinned pyyaml 6.0.1 to avoid issues with cython 3

2.2.1

17 Jul 15:36
Compare
Choose a tag to compare

Fixed

  • Local section links are no longer rendered as broken relative links (e.g. [this section](#section-header))

2.2.0

09 Jul 01:00
Compare
Choose a tag to compare

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

13 Mar 14:34
Compare
Choose a tag to compare

Fixed

  • Moving page from top level to child page

2.0.2

11 Mar 21:49
Compare
Choose a tag to compare

Fixed

  • Relative links work correctly when there are more than 10 on a page

2.0.1

07 Feb 03:25
Compare
Choose a tag to compare

Fixed

  • Attachments work again

2.0.0

05 Feb 18:29
Compare
Choose a tag to compare

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

02 Feb 14:20
Compare
Choose a tag to compare
2.0.0-a0 Pre-release
Pre-release

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

01 Sep 12:38
Compare
Choose a tag to compare

Fixed

  • Correctly propagate strip-top-header and remove-text-newlines flags (@bjorns)

1.5.0

28 Aug 16:06
Compare
Choose a tag to compare

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)