Frogr 1.1 released
After almost one year, I’ve finally released another small iteration of frogr with a few updates and improvements. Not many things, to be honest, bust just a few as I said: Added support for flatpak: it's now possible to authenticate frogr from inside the sandbox, as well as open pictures/videos in the appropriate viewer, thanks to the OpenURI portal. Updated translations: as it was noted in the past when I released 1.0, several translations were left out incomplete back then. Hopefully the new version will be much better in that regard. Dropped the build dependency on intltool (requires gettext >= 0.19.8). A few bugfixes too and other maintenance tasks, as usual. Besides, another significant difference compared to previous releases is related to the way I'm distributing it: in the past, if you used Ubuntu, you could configure my PPA and install it from there even in fairly old versions of the distro. However, this time that's only possible if you have Ubuntu 16.10 "Yakkety Yak", as that's the one that ships gettext >= 0.19.8, which is required now that I removed all trace of intltool (more info in this post). However, this is also the first time I’m using flatpak to distribute frogr so, regardless of which distribution you have, you can now install and run it as long as you have the org.gnome.Platform/x86_64/3.22 stable runtime installed locally. Not too bad! :-). See more detailed instructions in its web site. ...