mirror of https://github.com/gmbrax/Pilgrim.git
Create CHANGELOG.md
This commit is contained in:
parent
543916a1a1
commit
11345203e5
|
|
@ -0,0 +1,41 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Planned
|
||||||
|
|
||||||
|
- Installation Method 1 (repository compilation)
|
||||||
|
- Organization of trips by date, location, or theme
|
||||||
|
- Enhanced photo management features
|
||||||
|
- Search functionality
|
||||||
|
- Export features
|
||||||
|
- Testing implementation
|
||||||
|
|
||||||
|
## [0.0.1] - 2025-07-06
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Initial alpha release of Pilgrim travel diary application
|
||||||
|
- Create and edit travel diaries
|
||||||
|
- Create and edit diary entries
|
||||||
|
- Photo ingestion system
|
||||||
|
- Photo addition and reference via sidebar
|
||||||
|
- Text User Interface (TUI) built with Textual framework
|
||||||
|
- Pre-compiled binary installation method (Method 2)
|
||||||
|
- Support for Linux operating systems
|
||||||
|
- Basic project documentation (README)
|
||||||
|
|
||||||
|
### Known Issues
|
||||||
|
|
||||||
|
- Installation Method 1 not yet implemented
|
||||||
|
- No testing suite implemented yet
|
||||||
|
- Some features may be unstable in alpha version
|
||||||
|
|
||||||
|
[Unreleased]: https://github.com/username/pilgrim/compare/v0.0.1...HEAD
|
||||||
|
|
||||||
|
[0.0.1]: https://github.com/username/pilgrim/releases/tag/v0.0.1
|
||||||
Loading…
Reference in New Issue