Releases: jpizquierdo/qrcodegen
Releases · jpizquierdo/qrcodegen
v0.1.3
What's Changed
- Update README.md by @jpizquierdo in #8
- text qr generation by @jpizquierdo in #9
- logfire implementation optional with env variable and measuaring logg… by @jpizquierdo in #10
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- Fix validation error in vCard when website is requested by @jpizquierdo in #6
Full Changelog: v0.1.0...v0.1.1
v0.1.0
QR Code Generator Telegram Bot - v0.1.0
🎉 First Release of the QR Code Generator Telegram Bot! This bot allows users to generate QR codes for various purposes, such as URLs, Wi-Fi credentials, and contact information (vCard). It provides a seamless and interactive experience using Telegram's inline keyboard and message handling.
🚀 Features
- URL QR Code: Generate QR codes for any valid URL.
- Wi-Fi QR Code: Create QR codes for Wi-Fi auto-connection by providing SSID and password.
- Contact Info QR Code: Generate vCard QR codes with details like name, phone number, email, company, and more.
- Interactive Menu: Inline keyboard for easy navigation and command selection.
- Error Handling: Validates user input (e.g., URLs, emails, SSIDs) and provides helpful error messages.
- Asynchronous Processing: Built with python-telegram-bot for efficient and responsive interactions.
What's Changed
- Fly.io Launch config files by @fly-io in #1
- refactor of some function to improve pydantic models and validation by @jpizquierdo in #2
- update pytest actions and create docker image on relase action by @jpizquierdo in #3
- update dockerfile by @jpizquierdo in #4
- fix docker image tag by @jpizquierdo in #5
New Contributors
- @fly-io made their first contribution in #1
- @jpizquierdo made their first contribution in #2
Full Changelog: https://github.com/jpizquierdo/qrcodegen/commits/v0.1.0