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