Skip to content

Releases: TediCross/TediCross

v0.12.3

11 Sep 22:21
9a2b439
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependencies by @Lulalaby in #353 & #362
  • fix: various fixes by @Exzender in #347:
    • fix for link preview
    • fix for markdown links
    • fix for not working chatinfo command in telegram channels
    • fix for embed title
    • feat: new config option disableWebPreviewOnTelegram
  • fix: ensure that telegram commands are registered and throw if not by @Lulalaby
  • feat: define default administrator permissions needed by the bot by @Lulalaby

Full Changelog: v0.12.2...v0.12.3

v0.12.2

21 Aug 12:32
330012b
Compare
Choose a tag to compare

TediCross v0.12.2 🚀

What's Changed

  • chore(deps): bump docker/setup-buildx-action from 2.2.0 to 2.9.1 by @dependabot in #342
  • chore(deps): bump eslint-config-prettier from 8.10.0 to 9.0.0 by @dependabot in #343
  • fix: Message formatting breaks telegram > discord #340 | feat: new option "useEmbeds" by @Exzender in #341
  • v0.12.2 by @Lulalaby in #344

Full Changelog: v0.12.1...v0.12.2

v0.12.1

18 Aug 23:50
8faa2b7
Compare
Choose a tag to compare

fix: Restrict chatinfo and threadinfo slash commands in discord to Administrator permission

Full Changelog: v0.12.0...v0.12.1

v0.12.0

18 Aug 22:26
a9d6662
Compare
Choose a tag to compare

TediCross v0.12.0 🚀

We've released a somewhat bigger update for TediCross!

Changelog

Features

  • Added a new parameter to the settings for Telegram and Discord: suppressThisIsPrivateBotMessage: true, which disables warning messages in groups with no configured bridges. This parameter can be found under settings -> telegram for Telegram and settings -> discord for Discord. (PR #336)
  • Added a feature to set Discord bot custom status. (PR #336)

Bug Fixes

  • Fixed an issue where if one of the files in a message was too big, the rest of the files' text was still being rerouted. (PR #336)
  • Fixed an issue with the names of files sent from Telegram. (PR #336)
  • Disabled pinned message notifications from Telegram. (PR #336)
  • Fixed an issue where user first and last names from Telegram were used when no username was set. (PR #336)
  • Fixed various issues related to formatting and parsing, including strikethrough formatting, spoiler formatting, and more. (PR #336)
  • Fixed a crash on adding the bot to a new group. (PR #336)
  • Fixed a crash on system message reply in Discord by syncing code from the original TediCross repository. (PR #336)

Improvements

  • [EXPERIMENTAL] Added support for Threads on Telegram, including support for groups with topics enabled. Check the Readme for details. (PR #336)
  • Added support for transferring photos and other file types as groups (albums) in both directions. (PR #336)
  • Improved the transfer of captions for files in albums. (PR #336)
  • Improved the handling of replies from Discord to non-existing Telegram messages. (PR #336)
  • Added Discord message limit of 2000 characters. Larger messages should use embeds. (PR #336)
  • Added four new helper functions for Discord to Telegram processing, addressing issues with custom emojis, excessive spaces, and more. (PR #270)

Maintenance

  • Updated to work with the latest packages and perform major package upgrades. (PR #336)
  • Added new options to the default config file (example.settings.yaml). (PR #336)
  • Added settings to suppress 'File too big for TediCross to handle' messages. (PR #317)
  • Updated Discord slash commands and Telegram chat commands: /threadinfo and /chatinfo are now discord slash commands and telegram chat commands. (PR #336)

Dependencies

Updated Dependencies:

  • Bumped various dependencies to their latest versions.
  • Updated discord.js to the latest version

Closed Issues

The following issues were closed in this release:

  • Strikethrough formatting isn't transferred by the bridge #181
  • Missing support for the new Telegram topics? #243
  • Support for groups with topics enabled #268
  • [Request] Hyperlink support #269
  • [Request] If there's no @\nickname, then send the name #293
  • Pins detected as a message but empty #306
  • File is too big to handle #316
  • [Request] Spoiler and Reaction Support #205
  • Telegram Albums Order in Discord #45

Additionally, Docker setup related improvements were made by@eli-l in PR #294.

Contributors

Contributors to this release:

Special Note

Big thanks go out to @Exzender for the huge PR with fixes and new features 💕

Full Changelog: v0.11.5...v0.12.0

v0.11.5

16 Aug 22:00
59107b3
Compare
Choose a tag to compare
  • Fixed a bug where the bot would reply to system messages

v0.11.4

15 May 11:38
3a1b4cc
Compare
Choose a tag to compare

This release has the correct version number :)