Releases: COXKPER/Whatskel
Releases · COXKPER/Whatskel
Release list
v1.0.5
Added Download Media And Skills
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Added Stickers And Private Message
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Changelog
- Fixed: SQLite Driver Initialization
Resolved thesql: unknown driver "sqlite3"error. Themodernc.org/sqlitepackage registers the driver as"sqlite"rather than"sqlite3". Fixed this by updating the dialect parameter insqlstore.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 theqrterminallibrary 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
v1.0.1
Added Features
- Auto Reconnect
- Auto Reject
- ctx.SenderName
- ctx:DeleteMessage()
See all in Wiki
Full Changelog: v1.0.0...v1.0.1