Skip to content

Commit

Permalink
Fill changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynsimon committed Jul 30, 2019
1 parent 2249dc2 commit c66fc7e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,30 @@
- bild now comes with a built-in CLI
- Added extract multiple channels functionality
- Minor fixes and performance improvements

## 0.10.0
- New feature effect.UnsharpMask
- Changed paint.FloodFill fuzz parameter to tolerance based. This is a - breaking change.


## 0.9.0
- New feature paint.FloodFill
- New feature transform.Translate

## 0.8.7
- Significant performance optimisations for Resize, Rotate, Convolve and Spatial Filtering functions. Most effects and blurs are indirectly benefited from this.

## 0.7.0
- New feature transform.Shear
- New feature adjust.Hue and adjust.Saturation
- New features effect.Dilate and effect.Erode

## 0.6.0
- New noise package, now you can generate Binary, Uniform and Gaussian noise (colored and monochrome).

## 0.5.0
- Major code refactor. Breaking changes as all APIs have been decentralised into sub-packages.

## 0.4.0
- Initial open source release.
- Release before major code refactor. Package bild contains all APIs in this release.

0 comments on commit c66fc7e

Please sign in to comment.