If you are using libgweather in your application please be mindful of the following changes planned for this development cycle:
-
the GTK3 widgets are going to be removed from the API; they are kind of bad, but more importantly they prevent the use of libgweather in GTK4 applications; I might end up putting them into a separate shared library, but I’d recommend copying them into your own project if you care about them; unlike the rest of libgweather, they are LGPL-2.1-or-later
-
the API is getting cleaned up to conform to current best practices of the core platform
-
the namespace will be bumped to 4.0, and the version of the project will be reset to that, after following the GNOME version
-
I’m evaluating whether to rename the namespace to Gweather, to avoid the amounts of overrides currently in place to ensure that all our symbols tokenise under “GWEATHER” instead of “G_WEATHER”; this would be a large-ish change, compared to the size of the library, so I’m not entirely sold on it
-
the API will be versioned and stable, so no more “I know this is unstable” symbol; this means: deprecations and new symbols only
-
the Yahoo provider has been dropped years ago, but the GWeatherProvider enum value is still there; now it will be removed
-
the internal dependency on libsoup2 will be updated to use libsoup3
New API will be added if the current consumers of the library agree on it; if you’re porting an application to GTK4 and you wish to have additional functionality to ease your port, please feel free to open an issue on GitLab, or use the “gweather” tag on Discourse.