Skip to content

Releases: Prince-Mendiratta/BotsApp

v1.1.0

12 Dec 07:56
Compare
Choose a tag to compare

What's Changed

Added

  • Disable the bot in support group #1 and support group #2.
  • Ability to blacklist certain people / chats from using the bot in public mode.
  • Generate invite link to invite people who cannot be added directly.
  • Rename and resend file directly on WhatsApp.
  • Create groups with the tagged person directly.
  • Execute C++ code and get output directly on WhatsApp.
  • Search for meaning in the dictionary for a word.
  • Create QR code from text.
  • Decode QR code to extract text.

Changed

  • Removed case sensitivity issue for WORK_TYPE.
  • The getdp module can now get profile pictures of a tagged person as well.
  • Improved the lyrics search module.
  • Make the permission check asynchronous.
  • Switch back to stable version of baileys.

Full Changelog: v1.0.1...v1.1.0

Signed-off-by: Prince-Mendiratta prince.mendi@gmail.com

v1.0.1

14 Nov 22:24
8a911fa
Compare
Choose a tag to compare

What's Changed

Added

  • Pull latest changes from the repo before starting the bot.
  • Automatically install new packages, if any, in case of new updates.

Changed

  • Elevate tagall command to admin only.
  • Mention the license in readme.
  • Improve command detection regex to avoid triggering just prefix as a command.
  • Fix minor typos.
  • Private / Public acknowledgement message only sent once in each group.
  • Fix the bug where bot wasn't working in new groups.

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

Signed-off-by: Prince Mendiratta prince.mendi@gmail.com

v1.0.0

07 Nov 09:21
a0b6318
Compare
Choose a tag to compare

This release marks the first stable codebase ready for use. A Changelog will be maintained henceforth.

Signed-off-by: Prince-Mendiratta