Skip to content

Releases: SKY-ALIN/telegram-text

v0.2.0

13 Jan 15:28
83dde8e
Compare
Choose a tag to compare
  • Add Emoji element
  • Add Quote style
  • Add support for Python 3.12
  • Drop support for Python 3.7

PyPI: pip install telegram-text==0.2.0

v0.1.2

30 May 21:33
908912c
Compare
Choose a tag to compare
  • Fix issue #39 (Incorrect LICENSE file inclusion)

PyPI: pip install telegram-text==0.1.2

v0.1.1

29 Dec 20:26
24b9572
Compare
Choose a tag to compare
  • Add __radd__ method
  • Update typehints according to mypy
  • Add python 3.11 support

PyPI: pip install telegram-text==0.1.1

v0.1.0

10 May 23:03
9ed12ba
Compare
Choose a tag to compare
  • Add telegram_text.bases submodule
    • Chain
    • PlainText
  • Add telegram_text.styles submodule
    • Bold
    • Code
    • InlineCode
    • Italic
    • Spoiler
    • Strikethrough
    • Underline
  • Add telegram_text.elements submodule
    • Hashtag
    • InlineUser
    • Link
    • User
  • Add telegram_text.markdown submodule
    • OrderedList
    • UnorderedList
  • Add telegram_text.custom submodule
    • TOMLSection

PyPI: pip install telegram-text==0.1.0