## Changelog

### 0.1.6

Changed:
* Provide a custom user-agent when calling booru APIs ([#20][])

[#20]: https://github.com/dgw/sopel-boorus/pull/20


### 0.1.5

Added:
* Post ID number in `danbooru`/`gelbooru` output ([#15][])

Changed:
* Don't append `rating:general` to `md5:` queries ([#16][])
* Cleaned up `search_tags()` abstraction ([#11][])

[#11]: https://github.com/dgw/sopel-boorus/pull/11
[#15]: https://github.com/dgw/sopel-boorus/pull/15
[#16]: https://github.com/dgw/sopel-boorus/pull/16


### 0.1.4

Fixed:
* Danbooru search handling was broken ([#10][])

[#10]: https://github.com/dgw/sopel-boorus/pull/10


### 0.1.3

Fixed:
* URL pattern for `danbooru` became *too* strict ([#9][])

[#9]: https://github.com/dgw/sopel-boorus/pull/9


### 0.1.2

Changed:
* URL patterns are stricter ([#8][])

Fixed:
* Unescape HTML entities in tag names ([#7][])
* Corrected post rating colors ([#3][])

[#3]: https://github.com/dgw/sopel-boorus/pull/3
[#7]: https://github.com/dgw/sopel-boorus/pull/7
[#8]: https://github.com/dgw/sopel-boorus/pull/8


### 0.1.1

Fixed:
* Handle more error cases ([#1][])

[#1]: https://github.com/dgw/sopel-boorus/pull/1


### 0.1.0

First release of `sopel-boorus` plugin collection.

Launch plugins are `danbooru` and `gelbooru`.
