Changelog

Changelog

All notable changes to Phonique will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial release of Phonique

[1.0.0] - 2025-01-01

Added

  • Initial release
  • French verb conjugation practice
  • Spaced repetition algorithm
  • Daily practice goals and streaks
  • Progress tracking
  • Premium subscription features

How to Update This Changelog

Manual Update

Simply edit this file (website/content/changelog.md) and add your changes under the appropriate version section. Follow the format:

## [Version] - YYYY-MM-DD

### Added
- New feature description

### Changed
- Change description

### Fixed
- Bug fix description

Automated Update (via GitHub Releases)

When you create a GitHub release with release notes, the automated workflow will update this changelog automatically. Just create a release in GitHub and the changelog will be updated.