Skip to content

Releases: COXKPER/Whatskel

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 07 Jul 10:05

Added Download Media And Skills
Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:16

Added Stickers And Private Message
Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:25

Changelog

  • Fixed: SQLite Driver Initialization
    Resolved the sql: unknown driver "sqlite3" error. The modernc.org/sqlite package registers the driver as "sqlite" rather than "sqlite3". Fixed this by updating the dialect parameter in sqlstore.New() from "sqlite3" to "sqlite".
  • Added: ASCII QR Code Terminal Display
    Improved the QR code output for device linking. Previously, the QR code was displayed as unscannable raw text. Integrated the qrterminal library to render the QR code as ASCII art directly in the terminal, allowing it to be instantly scanned via WhatsApp → Linked Devices.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:36

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:24

Added Features

  • Auto Reconnect
  • Auto Reject
  • ctx.SenderName
  • ctx:DeleteMessage()
    See all in Wiki

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