Skip to content

Releases: psenger/discord-translator-bot

Release Note for Version 1.0.1

17 Dec 11:51
f96e7d3
Compare
Choose a tag to compare

New Feature: Support for Markdown and Multi-line Formatting

We’re excited to announce that version 1.1.0 now fully supports Markdown and multi-line formatting for bot responses! 🎉

What’s New:

  • Bot responses can now utilize Discord’s Markdown capabilities, including bold, italic, code blocks, and more.
  • Multi-line messages are now supported, ensuring that responses are no longer truncated to a single line.

Why This Matters:
This update improves the readability and functionality of bot messages, aligning them with Discord’s rich text formatting options. Whether you're sharing detailed information, code snippets, or styled text, the bot will now deliver the message just the way you intended.

Example Before and After:
Before (v1.0.0):

This is a single truncated line.

After (v1.0.1):

**This is bold text**
This is a second line of text.

Upgrade Notes:

  • No configuration changes are required. Simply update to version 1.1.0, and the improvements will be available out of the box.

Thank you for your feedback that made this improvement possible! 🚀

What's Changed

  • fix: improve Discord message formatting and add message debouncing by @psenger in #2

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Dec 11:47
Compare
Choose a tag to compare

v1.0.0