Skip to content

Releases: wgtechlabs/unthread-telegram-bot

v1.0.0-beta.4.1

26 Jun 22:27
Compare
Choose a tag to compare

v1.0.0-beta.4

22 Jun 19:01
04b406d
Compare
Choose a tag to compare

🚀 What’s New in v1.0.0-beta.4

Highlights

  • Various improvements, bug fixes, and enhancements since the previous beta.
  • For a complete list of changes, see the Full Changelog.

v1.0.0-beta.3

22 Jun 15:37
13e4f35
Compare
Choose a tag to compare

What's Changed

🚀 Release Highlights: v1.0.0-beta.3

Notable Updates

  • Enhanced stability and performance for ticket management
  • Bug fixes and minor improvements to the Telegram bot integration
  • Codebase refinements for maintainability

Full Changelog: v1.0.0-beta.2 → v1.0.0-beta.3

v1.0.0-beta.2

22 Jun 12:49
c4c8cba
Compare
Choose a tag to compare

🚀 What’s New in v1.0.0-beta.2

Highlights

  • Docker Support Added

    • Introduced a multi-stage Docker build for simplified deployment.
    • Easily run the bot in containerized environments.
    • See PR #22 by @copilot-swe-agent
  • Security Notice in Docker Deployment

    • Added important security recommendations to the Docker deployment section in README.md.
    • Helps ensure safer production deployments.
    • See PR #23 by @copilot-swe-agent
  • Beta Release Update


See the full changelog:
Compare v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0-beta.1

20 Jun 18:06
4a66b21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta...v1.0.0-beta.1

v1.0.0-beta

20 Jun 13:34
3036d9e
Compare
Choose a tag to compare

What's New

  • Change LICENSE to GPL v3 from AGPL v3

Full Changelog: v0.1.1-beta...v1.0.0-beta

v.0.1.1-beta

20 Jun 08:12
60e4551
Compare
Choose a tag to compare

🚀 What’s New in v0.1.1-beta

This release brings important improvements to code quality, type safety, and documentation for a more robust and developer-friendly experience.

🛠️ Enhancements & Fixes

  • Database Connection Handling:

    • Ensured proper cleanup of database connections on partial initialization failures, improving stability and preventing resource leaks.
      #13 (by @copilot-swe-agent)
  • Type Safety Improvements:

    • Replaced usage of any with a strict UserData interface for user data object construction.
      #14 (by @copilot-swe-agent)
    • Specified the createTicket function’s return type for better type checking.
      #15 (by @copilot-swe-agent)
    • Standardized return values across the codebase with specific interfaces, further strengthening type safety.
      #16 (by @copilot-swe-agent)
  • Documentation:

    • Added detailed docstrings to the dev branch, making the codebase easier to understand and contribute to.
      #18 (by @coderabbitai)

📦 Release


Full Changelog:
Compare v0.1.0-beta...v0.1.1-beta

v0.1.0-beta

19 Jun 15:52
befbbfc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1-alpha...v0.1.0-beta

v0.1.1-alpha

06 Jun 16:32
488a7af
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-alpha...v0.1.1-alpha

v0.1.0-alpha

06 Jun 10:01
54adbb8
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

🚀 Release: v0.1.0-alpha

We are excited to announce the v0.1.0-alpha release of the Unthread Telegram Bot! This release marks our first alpha version, introducing the core features and setting the foundation for future improvements.

✨ Highlights

  • Initial integration with Unthread support ticketing software.
  • Telegram bot connects directly to your Unthread dashboard.
  • Core ticket creation and management via Telegram.
  • Basic command support for ticket operations.
  • Foundation for future enhancements and stability fixes.

🛠️ Changelog

For a complete list of changes in this release, please see the Full Changelog.

⚠️ Notes

  • This is an alpha release; expect bugs and incomplete features.
  • Feedback and bug reports are welcomed to help improve the bot!