Changelog
All notable changes to Emoty will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
2.2.0 - 2025-07-20
Added
- Localized changelog system with English and French versions
- Changelog pages accessible at
/changelog/
and /en-GB/changelog/
- Footer navigation links to changelog on all pages
- Markdown-to-HTML conversion for changelog content
- Language switcher integration for changelog pages
Changed
- Updated build system to process changelog markdown files
- Enhanced site template with changelog template
Technical
- Added markdown dependency to build requirements
- Updated translation files with changelog footer text
- Integrated changelog generation into build and deployment process
2.1.0 - 2025-07-19
Added
- Enhanced Creative Assist feature with clearer help messaging
- Improved emphasis on AI assistance availability
Changed
- Updated privacy policy effective date to June 19, 2025
- Standardized footer format with bullet separators throughout all pages
Fixed
- Consistent footer styling across different page types
2.0.0 - 2025-07-19
Added
- Semantic versioning system implementation
- Automated version management with npm scripts
- Version display in website footer
- Git hooks for automatic version synchronization
- GitHub workflows for version management
Changed
- Complete overhaul of version tracking system
- Migrated to proper semantic versioning (MAJOR.MINOR.PATCH)
Technical
- Added package.json for npm-based version management
- Created automated build scripts for version updates
- Integrated version display across all site pages