ChangelogRelease History

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.

2024-12-15v1.2.0
featureimprovement

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.
2024-11-20v1.1.0
featurebugfix

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.
2024-10-10v1.0.0
breakingfeature

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

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

Customize this changelog with your actual release history. Use the tags prop to categorize updates visually.