**Note**: Pybooru 4.2.0 Is the last version that support Python 2.7
- Add support for Lolibooru [44](https://github.com/LuqueDaniel/pybooru/pull/44) by [Nachtalb](https://github.com/Nachtalb)
- Add support for safebooru.donmai.us to default sites [37](https://github.com/LuqueDaniel/pybooru/pull/37) by [mirukana](https://github.com/mirukana)
- Add `count_posts()` function to Danbooru API [35](https://github.com/LuqueDaniel/pybooru/pull/35) by [mirukana](https://github.com/mirukana)
- Replaced all `http` URLs for `https` [36](https://github.com/LuqueDaniel/pybooru/pull/36) by [mirukana](https://github.com/mirukana)
- Fixes the file url in the download example [39](https://github.com/LuqueDaniel/pybooru/pull/39) by [Luk3M](https://github.com/Luk3M)
- Fixes `Moebooru._build_hash_string`
- Small refactors
- Small fixes