1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2020-07-20
Added
- Specific modes can now be excluded from rotation in shuffle & recursive modes
0.1.0 - 2020-07-17
Added
- Recursive collage placement mode!
Changed
- Refactored modes - they are no longer solely responsible for drawing, but can use common rendering functions through composition.
Fixed
- Incorrect size calculation for "Irregular column" mode.
0.0.4 - 2020-07-17
Fixed
- Blending mode now properly resets after using the "Blend" collage mode.
0.0.3 - 2020-07-17
Added
- "Blend" collage mode - based on a random selection of compositing operations.
- LICENSE file.
0.0.2 - 2020-07-16
Changed
- Split "Grid" mode into "Clean grid" and "Irregular grid" (because "clean cropping" config only really applied to this mode.)
0.0.1 - 2020-07-15
Added
- First public version!
- Basic modes: Grid, (ir)regular row, (ir)regular column, concentric modes.