Changelog
Track the latest updates, new features, and improvements in Intown QR Studio to stay informed about version changes.
Recent Updates
Subscribe to our RSS feed or follow updates on GitHub to get notified about new releases. Check the Quickstart guide for installation details.
New Features
- Added support for dynamic QR codes that update content without regeneration
- Introduced bulk QR code export with CSV import for logos and custom data
- New analytics dashboard showing scan locations and device types
Improvements
- Enhanced QR code designer with gradient colors and advanced shape libraries
- Optimized rendering speed for high-resolution QR codes (
>1000x1000pixels)
Bug Fixes
- Fixed error handling for invalid URL inputs in QR generators
- Resolved canvas rendering issues on mobile browsers
New Features
- Integrated one-click sharing to social platforms from the QR studio
- Added template gallery with 50+ industry-specific designs (events, payments, WiFi)
Improvements
- Improved contrast checker for better scannability across print and digital
- Added keyboard shortcuts for faster workflow in the designer
Bug Fixes
- Fixed download failures for PNG/SVG formats over 5MB
- Corrected color picker saturation issues in dark mode
New Features
- Core QR code generation engine with error correction levels (L, M, Q, H)
- Real-time preview and customization panel for colors, logos, and frames
- Export options: PNG, SVG, PDF, EPS for print-ready files
Breaking Changes
- Updated config file format to JSON; migrate from v0.x YAML using the converter tool
- Removed legacy bitmap export; use SVG for vector needs
Bug Fixes
- Initial stability fixes for Node.js 20+ environments
Upgrade Guide
Follow these steps to upgrade Intown QR Studio to the latest version.
Backup Your Project
Export all QR designs and templates.
intownqr export --all ./backup
Update Package
npm install intown-qr-studio@latest
yarn add intown-qr-studio@latest
Run Migration
Check for breaking changes and run the migration script.
npx intownqr migrate
Review the migration log for deprecated features.
Test Designs
Regenerate a few QR codes to verify compatibility.
Upcoming Roadmap
Q4 2024
API integrations and team collaboration features.
Q1 2025
AI-powered QR design suggestions and advanced analytics.
Found a bug or have a feature request? Open an issue on GitHub or check the Introduction for support options.
Last updated today