diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e14ea7d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) +For use in you project, delete the changelog below and replace with your own + +## [Unreleased] + +[//]: # (Added, Changed, Deprecated, Fixed, Removed, Security) + +### Added +- Changelog example + +## [1.3.0] - 2025-05-26 + +### Added +- Use CultureInfos to retrieve the display name + +### Changed +- Simplify project + +## [1.2.0] - 2025-05-24 + +### Fixed +- Add reference to legacy dev tools and set gesture of the new ones to F11 + +### Added +- Enable png's for UI snapshot testing +- Use IAppInformationService for improved testability + +## [1.1.3] - 2025-05-23 + +### Fixed +- Exclude publish step from workflow in template