Skip to content
Snippets Groups Projects
Verified Commit d0c652aa authored by Louis's avatar Louis :fire:
Browse files

Update CHANGELOG.md

parent 4a034941
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file. ...@@ -4,12 +4,15 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.0] - Unreleased ## [0.4.0] - 2022-08-08
### Added ### Added
- Support for GlobRef definitions in a `pipeline.toml` file - Support for GlobRef definitions in a `pipeline.toml` file
- Takes a `pattern` glob expression instead of an `input_path` - Takes a `pattern` glob expression instead of an `input_path`
- Takes a directory path as `output_dir` instead of a file path as `output_file`, and will construct the an `output_file` by appending the file name of a matched file to the output directory - Takes a directory path as `output_dir` instead of a file path as `output_file`, and will construct the an `output_file` by appending the file name of a matched file to the output directory
### Changed
- All paths in pipelines are now relative to the pipeline configuration file, instead of the current directory
## [0.3.0] - 2022-07-08 ## [0.3.0] - 2022-07-08
### Added ### Added
- Added `flip` command, for flipping an image along one or both axes. - Added `flip` command, for flipping an image along one or both axes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment