CHANGELOG.md
# 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).
## [0.1.10] - 2023-07-28
### Fixed
- CI pipeline publishes signed macOS assemblies (GitHub Issue #95) - The root cause was not in this repository. Apple required agreeing to changed terms in their developer portal.
### Changed
- Upgrade dependencies: Microsoft.NET.Test.Sdk 17.6.3
## [0.1.9-beta] - 2023-06-28
### Added
- The option `--no-action` can be used as an alternative to `--dry-run`.
### Changed
- GitHub actions do not give secrets to pull request initiators
## [0.1.8-alpha] - 2023-05-21
### Added
- The new `--source-dir` parameter allows different directories for images and markdown file
- When `--dry-run` flag is given, log in detail what would be moved
- Attach detailed feature documentation with use cases and examples to each release
- Code coverage is reported to [CodeClimate](https://codeclimate.com/github/wonderbird/malimo/)
### Changed
- Use Gherkin and [specflow](https://specflow.org/) for integration tests
- The release page only contains the changes of the released version
- Upgrade dependencies: Fluent Assertions 6.11.0, TestableIO.System.IO.Abstractions 19.2.29, TestableIO.System.IO.Abstractions.Wrappers 19.2.29, TestableIO.System.IO.Abstractions.TestingHelpers 19.2.29
## [0.1.7-alpha] - 2023-04-11
### Fixed
- Correct download URL for the Chocolatey package
- Automatically use correct release version number in the published application
- Correct style issues in the Chocolatey .nuspec file
## [0.1.6-alpha] - 2023-04-08
### Added
- Distribute Windows x64 version via [Chocolatey Community Repository](https://community.chocolatey.org/packages)
## [0.1.5-alpha] - 2023-04-04
### Added
- Log and abort if a mandatory argument is missing, i.e. --file or --target-dir
### Fixed
- Print correct version number when --version argument is given
- Print description when --help argument is given
### Changed
- Renamed the application to "malimo"
## [0.1.4-alpha] - 2023-04-01
### Added
- Release package for Windows x64
## [0.1.3-alpha] - 2023-03-30
### Fixed
- Intel x64 macs run the application without complaining about unsigned DLLs
## [0.1.2-alpha] - 2023-03-26
### Added
- DLLs of the published package are also code-signed and notarized
## [0.1.1-alpha] - 2023-03-26
### Added
- Release package for macOS x64 architecture
## [0.1.0-alpha] - 2023-03-24
### Added
- Move all images linked by a markdown file to a specified folder