OpenTodoList 3.46.1 Has Been Released
Hello again,
This was a quick one. The previous release of the app should have resolved an annoying bug. In the very last commits, though, we kind of worsened it. So, time for a quick hotfix release!
Changelog
rpdev/opentodolist#640: No Icon Showing On Android
For some while, we had an issue with the app that on Android, on some devices, no icon would be shown on the launcher screen. The last release was supposed to bring a fix which remedies this. Unfortunately, after we indeed fixed that problem, in one of the later merges the setting of the icon on Android was completely turned off 😱
Fortunately, bringing back the icon is a matter of setting some property in an XML file and building and pushing out new versions. 😉
Downloads
- Please find the download links for major platforms on GitHub.
- For Android, the release is available via Google Play.
- For iOS, the release is available via the App Store.
- If you use
snap
, you can install the app from the snapcraft.io. - If you use
flatpak
, you can install the app from Flathub. - For Arch based Linux distributions, you can install the app from AUR.
Known Issues
There is a minor known regression with the Qt6 based build of the app when running on Linux with Wayland. Reordering items via drag and drop works, but you sometimes have to click somewhere (e.g. the tool bar) to re-enable hover for the items after such a drag and drop operation. This has been reported as a bug against Qt in their bugtracker. Usually, you can start the app passing it the -platform xcb
option to force using X11/XWayland (which does not show the same symptoms).