* Remove implicit `Optional` types to comply with [PEP 484](https://peps.python.org/pep-0484/)
Fixes
* Fix selectors for date tags in journals and submissions which sometimes caused the incorrect date to be selected
Dependencies
* Use [mypy ^0.991](https://pypi.org/project/mypy/0.991) * Complies with [PEP 484](https://peps.python.org/pep-0484/)
3.9.5
Not secure
Changes
* Improve parsing of usernames and statuses * Thanks to PR [7](https://github.com/FurryCoders/FAAPI/pull/7) by Xraydylan
Fixes
* Fix parsing of user tags for folders when the user had no title set, or used bars (`|`) in their title
3.9.4
Not secure
Fixes
* Fix admins' username and status not being parsed correctly in watchlists and users tags * Fix issue [6](https://github.com/FurryCoders/FAAPI/issues/6)
3.9.3
Not secure
Changes
* Users with non-alphanumeric characters in their name are now escaped in URLs * From suggestion in issue [5](https://github.com/FurryCoders/FAAPI/issues/5)
Fixes
* Fix admins' username and status not being parsed correctly * Fix issue [6](https://github.com/FurryCoders/FAAPI/issues/6)
3.9.2
Not secure
Fixes
* Fix ` being removed from usernames
3.9.1
Not secure
Fixes
* Fix incorrect user icon URLs when converting BBCode to HTML
Dependencies
* Use [pytest ^7.2.0](https://pypi.org/project/pytest/7.2.0) * Fix [CVE-2022-42969](https://cve.report/CVE-2022-42969) issue