- Fix Descale again, I need a better way to test these things before I push them
0.4.1
- Add `downscale_only` param to `Descale` function - Expose `DescaleMask` as a separate function
0.4.0
- Deprecate `ClipLimited`, use `std.Limiter` instead - Add `Descale` function
0.3.5
- Fix bug where SQGTMC may throw an error
0.3.4
- Fix threshold on Deband to scale correctly so that we have finer tuned debanding thresholds, which apparently never worked correctly in vs-deband if you were using neo_f3kdb.
0.3.3
- Things were still broken in the last version so I removed the vsdeband plugin entirely and now we just call neo_f3kdb directly - It turns out the bug in f3kdb that was the reason for the vsdeband script being needed had been fixed in neo_f3kdb a long time ago anyway.