Skip to content

Releases: Mostafa-Abbasi/HyperTAG

v1.1.0

23 Nov 09:04
3bc88a0
Compare
Choose a tag to compare

🚀 HyperTAG v1.1.0 Changelog

➡️ Start Using HyperTAG Now!

✨ What's New?

  • New Tag Generation Methods: Added support for OpenAiCompatible APIs & Ollama for tag generation.
  • Dynamic Thread Allocation: Ollama's thread count is now dynamically calculated with the formula floor(totalCores/2).
  • Enhanced Summarization: Integrated the sanitize-html library and optimized the system prompt for shorter summaries in posts with captions. Additionally, character count calculation in output messages has been improved.
  • Upgrade Guide: Added a guide on upgrading HyperTAG to a newer version. Click Here for more details.
  • Reachability Command Update: /reachability command now includes -u and -c arguments. Fixed bugs in functionality, and updated /commands text to reflect these changes.
  • Broadcast Fix: Fixed an issue where broadcast messages were sent to all users, regardless of their is_active status. Broadcasts are now only sent to active users who haven't stopped the bot or deleted their accounts.
  • Increased Concurrency: Increased the concurrency limit for Telegram API requests from 5 to 20 to improve performance.
  • Telegram API Timeout: Added a 6-second timeout for fetching new updates from the Telegram API, improving responsiveness.
  • Stats Graph Fix: Resolved a bug that prevented the stats graph from showing the correct values for each metric.
  • Logging Improvements: Logs now include local time for better debugging and auditing.
  • Miscellaneous Fixes: Various small improvements to enhance bot performance and user experience.

⚙️ New Configuration Variables in config.env

  • BOT_SIGNATURE (Default: @HyprTAG)
  • BOT_SUPPORT_CHANNEL (Default: t.me/Falken_Devlog)
  • BOT_GITHUB_LINK (Default: github.com/Mostafa-Abbasi/HyperTAG)

📌 Notes

  • 📖 Check the README for setup instructions and detailed documentation.
  • 🔄 Use this upgrade guide to seamlessly update your HyperTAG instance.
  • 📢 For the latest updates, and announcements, join our Telegram channel: @Falken_Devlog

v1.0.0 - Initial Release

07 Nov 13:09
Compare
Choose a tag to compare

🚀 HyperTAG v1.0.0 - Initial Release

Welcome to the first official release of HyperTAG! HyperTAG is a powerful Telegram bot designed to generate AI-based tags and summaries for Telegram messages, making it easier than ever to manage and enhance content for Telegram channels. This release includes core features, configurations, and API integrations, setting up the foundation for efficient tagging and summarization workflows.

✨ Key Features

  • 📖 Text Analysis: HyperTAG analyzes the text content of your messages to provide relevant tag suggestions.

  • 🔗 Link Analysis: When your message includes links, HyperTAG extracts the main content (up to the first 2 URLs) to generate accurate, context-aware tags.

  • 🎥 YouTube Caption Extraction: Retrieves captions from YouTube video links to improve tag accuracy for video content.

  • 📝 Summarization: Automatically summarizes the first link in a message, whether it's a standard URL or a YouTube link, offering a brief overview of the linked content.

  • 📢 Channel Integration: Add HyperTAG to channels to enable automatic tag generation for posts, with optional summaries.

These features allow HyperTAG to efficiently handle diverse content while enhancing channel engagement through insightful, AI-generated tags and summaries.

📌 Notes

  • This release is aimed at providing a stable foundation for HyperTAG and may evolve with future versions.
  • 📖 Check the README for setup instructions and detailed documentation.