We are pleased to announce that Birb 0.6.0 has been released!
There’s a number of things in this release that have been in the works for awhile including a helper for turning a Pango.AttrList and accompanying text into other formats. But the biggest new feature is Birb.ResponseStream which allows us to mock server responses so we can do automated testing of our protocol implementations!
We’ve also pulled in Purple.strmatches, the Purple.menu API, and the check-license-headers test from libpurple.
Downloads
Downloads are available on SourceForge
ChangeLog
- Add the check license header script and make it installable (RR 4164) (Gary Kramlich)
- Rename meson_options.txt to meson.options and remove the nls option (RR 4200) (Gary Kramlich)
- Add Birb.str_matches (RR 4230) (Gary Kramlich)
- Remove Birb.Filter and Birb.CustomFilter (RR 4236) (Gary Kramlich)
- Fix some incorrect whitespace (RR 4255) (Gary Kramlich)
- Add Birb.PangoFormatter (RR 4235) (Gary Kramlich)
- Create Birb.ResponseStream (RR 4248) (Gary Kramlich)
- Add a codespell unit test (RR 4265) (Gary Kramlich)
- Fix some issues with the check-license-header script (RR 4276) (Gary Kramlich)
- Add a doap file (RR 4282) (Gary Kramlich)
- Run the response_stream test by itself (RR 4277) (Gary Kramlich)
- Bring in the Purple.Menu API (BIRB-19) (RR 4283) (Gary Kramlich)