feat: don't read non-contributing archives for export

This commit is contained in:
Jef Roosens 2023-07-08 14:50:18 +02:00
parent b924a054a6
commit 6cdc18742e
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 31 additions and 4 deletions

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/alex/src/branch/dev)
### Changed
* Export command no longer reads backups that do not contribute to the final
state
## [0.3.1](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.3.1)
### Added