Sometimes it can be so fast...
Just a few days after v3.44 has been released, some mindful user reported a really annoying bug in that release. As this bug can really be a killer for a lot of use cases, we're pushing out a hot fix release. So, here we go:
Changelog
rpdev/opentodolist#616: Tags not showing up in the sidebar and when adding tags to items
Due to some refactoring work, the functionality to properly read back the tags used within a library got broken. This had two implications:
- First of all, the tags would no longer show up in the sidebar, hence, making tags on top level items rather useless.
- And second, when adding tags to an item, the existing tags would no longer be available for pre-selection.
This bug is fixed and on top we extended the testing a bit to avoid this to happen again.
Downloads
- Please find the download links for major platforms below.
- 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).