Changelog
Version history of Protuno, highlighting recent updates, new features, and important changes.
Recent Updates
Protuno releases follow semantic versioning. You receive automatic updates for patch versions. Review release notes before upgrading major or minor versions.
Latest
v1.2.0 - Enhanced performance and new reporting tools.
Previous
v1.1.0 - Improved inventory management.
New Features
- Added real-time sales dashboard with live metrics.
- Introduced customizable receipt templates.
Improvements
- Optimized checkout process by
>30%. - Enhanced search with fuzzy matching.
Bug Fixes
- Fixed inventory sync issues during peak hours.
- Resolved payment gateway timeouts.
New Features
- Multi-store inventory synchronization.
- Employee role-based permissions.
Bug Fixes
- Corrected tax calculation for international sales.
- Fixed export to CSV errors with large datasets.
New Features
- Core POS system with payment processing.
- Basic inventory and customer tracking.
Breaking Changes
- Updated config format from JSON to YAML.
Upgrade Instructions
Always back up your database before upgrading. Test in staging first.
Follow these steps to upgrade Protuno:
Backup Data
Export your current database and configuration files.
Update Package
npm install protuno@latest
yarn add protuno@latest
Migrate Config
Update your config to the new YAML format:
protuno:
api_key: YOUR_API_KEY
database:
host: localhost
port: 5432
Restart Service
Restart your Protuno service and verify functionality.
Previous Versions
For versions prior to v1.0.0, refer to the archive. Key changes include initial beta stability improvements.
Customize this changelog with your actual release history. Use the tags prop to categorize updates visually.