Releases: awkward/Ocarina
Releases · awkward/Ocarina
Release list
1.1.3
Changed:
- Improved parsing of tags, thanks to @thierrybucco
- Improved default user-agent
Added:
- You can now set a custom
userAgenton OcarinaManager, thanks to @thierrybucco
1.1.2
Fixed:
- Some
og:urltags were not being parsed, fix thanks to @thierrybucco
1.1.1
- Fix some status codes (including 404) causing the success handler to be called
- Include the HTTPURLResponse in the error handler
Thanks to @thierrybucco for the changes