Releases: sudoskys/telegramify-markdown
Releases · sudoskys/telegramify-markdown
pypi_0.4.0 optional-dependencies
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
Note
- We don’t use
@dataclass
, but useBaseModel
as the parent class of ContentBlock.
What's Changed
Full Changelog: pypi_0.3.1...pypi_0.3.2
0.3.1 Fix List Item rendering
0.3.0 (Break Change) refactor telegramify to async
⚠️ 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
What's Changed
Full Changelog: pypi_0.2.2...pypi_0.2.3
0.2.2 telegramify: Support mermaid
What's Changed
Full Changelog: pypi_0.2.1...pypi_0.2.2
0.2.1 patch: Support for sending super-long messages
What's Changed
Full Changelog: pypi_0.2.0...pypi_0.2.1
0.2.0 Support for sending super-long messages |Break Change
⚠️ 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
What's Changed
Full Changelog: pypi_0.1.16...pypi_0.1.17
0.1.16 Support Custom Emoji
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