Skip to content

Releases: sudoskys/telegramify-markdown

pypi_0.4.0 optional-dependencies

13 Jan 10:05
31ac0f8
Compare
Choose a tag to compare

No breaking changes, but beware of potential bugs

What's Changed

  • Dependency cleanup by @nj-vs-vh in #57
  • feat():optional-dependencies, remove pydantic :( by @sudoskys in #58
  • @monosans involved in the improvement
    To install the library, run:
pip install telegramify-markdown
pip install telegramify-markdown[mermaid]

or, if you use pdm:

pdm add telegramify-markdown
pdm add telegramify-markdown -G mermaid
# -G mermaid -G tests 
# -> https://pdm-project.org/en/latest/reference/pep621/#optional-dependencies

New Contributors

Full Changelog: pypi_0.3.2...pypi_0.4.0

pypi_0.3.2 better logger, downgrade pydantic

03 Jan 03:59
235feb0
Compare
Choose a tag to compare

Note

  • We don’t use @dataclass, but use BaseModel as the parent class of ContentBlock.

What's Changed

  • fix: better logger | Downgrade pydantic to support pyqt6 by @sudoskys in #54

Full Changelog: pypi_0.3.1...pypi_0.3.2

0.3.1 Fix List Item rendering

17 Dec 10:04
0cfd93e
Compare
Choose a tag to compare

What's Changed

  • 🔧 refactor(mermaid): replace aiohttp_client_cache with aiohttp by @sudoskys @monosans in #50
  • ✨ feat(playground/markdownify_case.py): bold first list item by @sudoskys in #51

Full Changelog: pypi_0.3.0...pypi_0.3.1

0.3.0 (Break Change) refactor telegramify to async

15 Dec 07:59
07aa576
Compare
Choose a tag to compare

⚠️ Break Change

  • refactor telegramify to async
  • delete latex_escape from telegramify_markdown.customize, it should be passed as a parameter to the function.

What's Changed

  • ✨ feat: (0.3.0)refactor telegramify to async, add interpreter options by @sudoskys in #48 @monosans
  • 🔧 refactor: cache image download logic and enhance markdown rendering by @sudoskys in #49

Changelog**: pypi_0.2.3...pypi_0.3.0

0.2.3 telegramify: Fix file escape

14 Dec 03:03
4fb8b3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: pypi_0.2.2...pypi_0.2.3

0.2.2 telegramify: Support mermaid

13 Dec 11:18
89f968c
Compare
Choose a tag to compare

What's Changed

  • 🔧 feat: add mermaid diagram rendering and improve logger integration by @sudoskys in #44

Full Changelog: pypi_0.2.1...pypi_0.2.2

0.2.1 patch: Support for sending super-long messages

12 Dec 08:17
ec5c5a1
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix: update file rendering logic and version bump to 0.2.1 by @sudoskys in #43

Full Changelog: pypi_0.2.0...pypi_0.2.1

0.2.0 Support for sending super-long messages |Break Change

11 Dec 14:46
a5d462a
Compare
Choose a tag to compare

⚠️ Break Change

  • delete telegramify_markdown.convert

🔅 What's Changed

  • Add telegramify_markdown.telegramify Now you can ignore the message length limit of Telegram

Full Changelog: pypi_0.1.17...pypi_0.2.0

0.1.17 Better Latex2Unicode

21 Nov 09:13
3ff01f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: pypi_0.1.16...pypi_0.1.17

0.1.16 Support Custom Emoji

19 Nov 05:15
d79de20
Compare
Choose a tag to compare

What's Changed

  • feat(render): add support for Telegram Emojis by @sudoskys in #33
  • ✨ feat(validation): enforce 19-digit emoji ID check by @sudoskys in #34

Full Changelog: pypi_0.1.15...pypi_0.1.16