All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New
sync supply-lines
command to synchronize supply lines data from Floriday
- Fixed synchronization bugs.
- Updated Makefile to only add and commit CHANGELOG.md during release process if it has been changed
- Updated crontab configuration to run
floridayvine about
every minute - Existing cron job for
floridayvine sync status
is maintained
- Refactored CLI structure: renamed 'floriday' command to 'inventory'
- Updated 'about' command with new subcommands: 'show-info' and 'version'
- Added new subcommands to 'inventory': 'list-direct-sales', 'list-trade-items', and 'sync'
- New script
scripts/verify_env_vars.py
to verify environment variables - Deployment directory with documentation and configuration files for Serra Vine deployment
- Automatic CHANGELOG.md update process in Makefile for releases
- Minio functionality has been completely removed from the project
- Updated Makefile to automatically update CHANGELOG.md during the release process