# BlurHash Changelog Release notes for BlurHash. ## 1.2.0 — March 8, 2023 ## Bug Fixes and Improvements - Add support for newly added `asset()` methods, requires Kirby 3.9.2+ **Full Changelog**: https://github.com/tobimori/kirby-blurhash/compare/1.1.5...1.2.0 ## 1.1.5 — January 6, 2023 ## What's Changed * Fix: Return actual ID for given UUID instance by @johannschopplich in https://github.com/tobimori/kirby-blurhash/pull/4 **Full Changelog**: https://github.com/tobimori/kirby-blurhash/compare/1.1.4...1.1.5 ## 1.1.4 — January 6, 2023 ## Bug Fixes and Improvements - Add support for `Kirby/Filesystem/Asset` classes, generated by the `asset()` helper for use with static assets **Full Changelog**: https://github.com/tobimori/kirby-blurhash/compare/1.1.3...1.1.4 ## 1.1.3 — January 5, 2023 ## Bug Fixes and Improvements - Allow KQL usage of BlurHash methods (#3), by @johannschopplich ## 1.1.2 — January 5, 2023 ## Bug Fixes and Improvements - Fix installation via composer ## 1.1.1 — January 5, 2023 ## Hotfix - Remove hardcoded testing string from file method ## 1.1.0 — January 5, 2023 ## Notable changes - Add `averageColor` method, & `$file->blurhashColor()` file methods (closes #1) - Add aliases for file methods (`$file->bh()` / `$file->bhUri()` / `$file->bhColor()`) ## Other - #2: Minor optimizations by @johannschopplich ## 1.0.1 — January 5, 2023 *No significant changes* ## 1.0.0 — January 5, 2023 # Initial release