Release v1.8.0

This commit is contained in:
Markus Küffner
2023-08-06 15:17:46 +02:00
parent 969fe3f5c5
commit 159bccc806

View File

@@ -2,12 +2,18 @@
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).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!--
## [Unreleased]
### Added
### Fixed
### Changed
### Removed
-->
## [v1.8.0] - 2023-08-06
### Added
- CHANGELOG.md
- custom/docker-compose.custom.unique-uid-gid.override.yaml
### Fixed
@@ -15,8 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Refactor moonraker-timelapse custom setup into an single override file
- Clarify docs for upgrading the stack related to #86
### Removed
-->
- Minimize get-info output and prompt user to upload the generated archive
- Improve command handling in get-info
**Full Changelog**: https://github.com/mkuf/prind/compare/v1.7.1...v1.8.0
## [v1.7.1] - 2023-06-22
### Changed