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.
- Project Screenshots: Added a new screenshot gallery to the
README.mdto visually showcase the application's user interface. - Changelog: Created a
CHANGELOG.mdfile to track project versions and notable changes. - AI-Assisted Workflow: Established a new workflow for updating version numbers and changelogs at the end of each issue.
- Project Structure: Major refactoring of the project layout to follow standard conventions.
- Renamed
wkndPlanningdirectory tosrc/. - Moved runtime-generated directories (
logs,output) to the project root. - Created a new
instance/directory for the database. - Created a
docs/assets/directory for documentation images.
- Renamed
- Documentation: Overhauled and updated the
README.mdwith a more detailed and user-friendly "Setup and Installation" section and accurate project structure. - Issue Management: Streamlined the issue and documentation workflow.
- The AI assistant will now use the
gh issue listcommand to fetch issues directly from GitHub. - Updated AI instruction files (
.github/AGENT.md,.github/copilot-instructions.md) to reflect the new workflow.
- The AI assistant will now use the
- Obsolete
uploadsDirectory: Removed the unuseduploadsfolder and all associated references from the code, configuration, and documentation. - Redundant Documentation: Deleted obsolete
issues.mdandROADMAP.mdfiles to establish GitHub as the single source of truth.
- Initial release version after major feature implementation.