Add changelog

This commit is contained in:
Jay Trees 2022-04-11 11:22:47 +02:00
parent e6f73660f1
commit 7c1e5861fe
3 changed files with 22 additions and 1 deletions

16
CHANGELOG.md Normal file
View file

@ -0,0 +1,16 @@
# 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]
### Added
- This changelog
### Changed
- Improved card design
### Fixed
- Various small bugs

View file

@ -95,7 +95,6 @@ For more information see: https://fomantic-ui.com/introduction/build-tools.html
## :construction: Roadmap
| Item | Status |
| --------------------------------------------------- | ------------------- |
| Changelog | Planned |
| Group wishes by store | Planned |
| Option to show/notify when a wish was fulfilled | Planned |
| Price field for wishes | Planned |

View file

@ -111,6 +111,12 @@ $page->navigation();
</div>
</div>
</div>
<div class="ui segment">
<h2 class="ui header"><?= __("What's new") ?></h2>
<p><?= sprintf(__('Check out the %s for a list changes'), '<a href="/CHANGELOG.md">' . __('Changelog') . '</a>') ?></p>
</div>
</div>
</div>
</div>