This micro release of GPlugin contains a number of bugs and maintenance fixes but not API changes. You can find the full change log below.
Downloads are available on Sourceforge
- Require meson 1.0.0 (RR 3033) (Gary Kramlich)
- Add a doc test unit test to GPlugin and fix the issues it found (RR 3039)
(Gary Kramlich) - Add a doc test unit test to GPluginGtk and fix the issues it found (RR
3040) (Gary Kramlich) - Make sure gtk4 was found before trying to build vala bindings against it
(RR 3069) (Gary Kramlich) - Update the convey plans (RR 3150) (Gary Kramlich)
- Use g_set_str everywhere (RR 3179) (Elliott Sales de Andrade)
- Use NULL for the nick and blurb parameters for g_param_spec as they aren’t
used (RR 3193) (Gary Kramlich) - Add a convey plan to run coverage (RR 3197) (Gary Kramlich)
- Don’t warn about unused parameters/variables when compiling generated code
(RR 3229) (Markus Fischer)