Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Releases: makew0rld/md2gemini

v1.9.1

06 Aug 19:25
eaa6634
Compare
Choose a tag to compare

This is the final release of md2gemini before the repo becomes archived. This release contains any remaining changes on master since the previous release, so the latest code can be easily used through PyPI. More info is available on the README.

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

08 Dec 18:14
Compare
Choose a tag to compare

Exactly one year later, here is a new release of md2gemini!

  • Only Python 3.7 and later is supported
  • Fixed paragraph end quotes skipping past headings (#10, #33, @karlb)
  • Fix md link conversion when they have anchors (#35, #36, @ericonr)
  • Support hard linebreaks in quotes (#32)
  • Links in list items are rendered properly (#30)
  • Added newline between quote and next paragraph (#31)
  • Checklists are supported now, and by default (#19)

If you'd like to support md2gemini development, as well as my other Gemini projects, you can sponsor me through Ko-Fi or Github Sponsors. Thanks!

v1.8.1

08 Dec 20:56
Compare
Choose a tag to compare

This release makes CLI usage work again. Whoops. See #28 for details.

v1.8.0

05 Dec 21:00
Compare
Choose a tag to compare
  • Bugfix: Don't fail on empty input (10f1261)
  • The link_func param was added when calling md2gemini from Python, allowing you to modify link URLs using your own custom logic (3e01d59)

If you'd like to support md2gemini development, as well as my other Gemini projects, you can sponsor me through Ko-Fi or Github Sponsors. Thanks!

v1.7.0

23 Sep 02:36
Compare
Choose a tag to compare
  • Unordered list items spanning multiple lines are supported now (#22, #23, thanks @ericonr!)
  • Tables have a default alt text: table (53b2f83)
  • Code blocks don't have an extra ending newline (Thanks Sandra!) (0420ea8)
  • --table-tag and --code-tag flags added, to support alt text for code blocks (that don't already have one), and to override the new default one for tables (5fb30f3)

If you'd like to support md2gemini development, as well as my other Gemini projects, you can sponsor me through Ko-Fi or Github Sponsors. Thanks!

v1.6.0

28 Jun 20:38
Compare
Choose a tag to compare

This releases adds the --links copy mode (#17). I've also revamped the README to include documentation of each link mode, since there are five now. Check it out!

v1.5.1

28 Jun 00:09
Compare
Choose a tag to compare

This bugfix release:

  • Goes back to using CRLF (aka \r\n) for line endings, to ensure Windows support
  • Respects markdown hard line breaks, as it should - #18

v1.5.0

18 Jun 15:49
Compare
Choose a tag to compare

This release adds the --base-url and --md-links options and auto removes fragment/hash links.

#7 #13 #11

v1.4.0

17 Jun 23:21
Compare
Choose a tag to compare

This releases adds the --strip-html option. It also remove inline HTML when --plain is used, and adds some extra newlines around blocks that should have been added before.

v1.3.2

13 Jun 22:53
Compare
Choose a tag to compare

Fixes #8, so that image tags are actually added to image links - on the command line and through library usage.