Skip to content

Releases: guibacellar/TEx

V0.3.0

15 Dec 05:08
75fbf82
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Proxy (HTTP, SOCKS4, SOCKS5) support (#26)
  • Discord Notifications now have a source information with account/phone number
  • It is now possible to set the connection timeout for the Telegram servers connectors
  • Discord Notifications now allow to send downloaded files as attachments (#41)
  • New Message Finder Rule to Catch All Messages
  • New Notification connector for ElasticSearch (#12)
  • Fine Control on Media Download Settings (#37)
  • OCR Support with Tesseract for all Downloaded Images (#39)
  • RegEx Finder now Supports Many RegEx at same Finder Configuration, One per Line (#49)
  • Added The Ability to Configure Signals to be Received (#48)
  • Export Messages as CSV, JSON, XML or Pandas Serialized Dataframe (#53)

🐛 Bug Fixes

  • Fix "export_text" command Regex Handling that causes crash on using invalid regex (#31)

⚙️ Internal Improvements

  • Replace Pylint, PyDocStyle and Flake8 code quality tools for Ruff (#22)
  • Fix Invalid TypeHint for Message Object from Telethon
  • Changes in message finder and notification system to use a facade objects with Pydantic to reduce cognitive complexity and allow the construction of new connectors more easily
  • Improvements on Database Handling + Removed Isolation Level from SQL Handling (#45)

Full Changelog: V0.2.15...V0.3.0

V0.2.15

07 Oct 13:31
bc03be4
Compare
Choose a tag to compare

What's Changed

  • Issue Fix - Now Handle when User and Chats are returned in get_chats() by @guibacellar in #20
  • Fix Issue - error module is not enabled by @guibacellar in #21
  • New Feature - Allow to Customize device_model on Telegram Driver (Issue 19) by @guibacellar in #23
  • Internals Change: Deprecate Python 3.8 and 3.9 by @guibacellar in #28

Full Changelog: V0.2.14...V0.2.15

V0.2.14

05 Oct 00:09
f0a568f
Compare
Choose a tag to compare

What's Changed

Full Changelog: V0.2.13...V0.2.14

First Release - Beta Version

04 Oct 15:38
Compare
Choose a tag to compare
V0.2.13

Open Beta Version

V0.2.12

04 Oct 15:07
Compare
Choose a tag to compare
Change Version

Signed-off-by: Guilherme Bacellar Moralez <guibacellar@gmail.com>