It took a bit longer than usual, but better late than never: OpenTodoList 3.7 has been release! This version is all about cleanup of the graphical user interface spiced with some workflow changes.

Changelog

  • The app now uses the Material theme on all platforms. This makes it easier to create a consistent experience throughout all supported OSes and device types we run on. The downside of the change is that on Desktop platforms you no longer have your desktop’s color theme (where applicable), however, ensuring the app looks great with all (or even just most) color themes is quite difficult and would require much more time - which simple is not possible given that OpenTodoList is developed as free time project.
  • The above change goes hand in hand with a general cleanup of the user interface. This year, the app celebrates it’s fifth birthday already. There has been a lot of changes and re-iterations going on in these past years. As a result, the QML files which describe the app’s user interface were quite complex and - frankly - cluttered. With this version, the QML files are cleaned up and restructured in a more logical manner. This should help speeding up further changes in future versions. With the cleanup, the GUI has also been polished nicely.
  • When building for Windows using the Microsoft Visual Studio toolchain, OpenSSL is not downloaded during the build - meaning we can remove the remaining pre-build binaries from the repository; an important step to get F-Droid compliant.
  • Text inputs now generally wrap when entering longer texts. This makes entering text especially on touch devices much easier.
  • There is no longer a default Inbox: The inbox was intended to be the default library used after starting the app for the first time. However, there are no features making explicitly use of this. Hence, the Inbox is no longer created when running the app. When you used the app before, you can just delete the Inbox like any other library.
  • There was a bug showing update notifications: They were not shown due to a misconfiguration in the build system.
  • Libraries can now be renamed.
  • Item titles are now Markdown formatted everywhere.
The re-designed Material user interface in action.

Downloads

Please find the download links for major platforms on GitHub. For Android, the release is available via Google Play.

Known Issues

  • On Windows, make sure you have proper OpenGL support. The app strictly requires OpenGL to work. Most notably, when running within a Virtual Machine, chances are that starting the app will result in an error.

This is another bug fix release on top of v3.6.

Changelog

  • We now also distribute non-Qt libraries in the AppImage. This ensures that the app runs on a wider set of Linux systems than before.

Again, this version is not relevant for non-Linux users.

Downloads

Please find the download links for major platforms on GitHub. For Android, the release is available via Google Play.

Known Issues

  • For Windows, two flavors of the app are provided: One flavor is cross-compiled binaries (i.e. the Windows release files are actually built on Linux, which makes deployment much easier). However, these binaries require a working OpenGL driver, which sometimes is not the case (especially, when running Windows inside a Virtual Machine). In this case, please use the installers which are built natively on Windows (the ones which have the MSVC part in their name).

With the previous release just being one day old, here comes a bug fix release.

Changelog

  • It seems that the AppImage is not working well on Linux distributions with more recent software selections. In particular, newer OpenSSL versions seems to cause issues and prevent e.g. synchronization against a WebDAV server secured with HTTPS. This new release includes a compatible OpenSSL version within the AppImage, so most HTTPS connections should work out of the box.

As you can see, this release is only relevant for Linux AppImage users. Other users can upgrade as well, but there are no changes to be expected for them.

Downloads

Please find the download links for major platforms on GitHub. For Android, the release is available via Google Play.

Known Issues

  • For Windows, two flavors of the app are provided: One flavor is cross-compiled binaries (i.e. the Windows release files are actually built on Linux, which makes deployment much easier). However, these binaries require a working OpenGL driver, which sometimes is not the case (especially, when running Windows inside a Virtual Machine). In this case, please use the installers which are built natively on Windows (the ones which have the MSVC part in their name).

February is nearly over - so here comes this month’s OpenTodoList release. This version mainly brings some fixes in the user interface, together with some few improvements.

Changelog

  • A bug has been fixed which sometimes prevented users from reordering tasks (and possible todos).
  • Fixed some issues where labels of text would not wrap on smaller displays.
  • Inside the schedule view now also a sync indication is shown.
  • Removed misleading “nothing here yet” labels in the library view when you have a search which does not match any item.
  • A sync is now triggered when items are deleted.
  • A “type” icon is now shown in the library side bar, indicating if its a local or synced library.
  • Improved scrolling within the notes editor on Android.
  • Fixed a bug that when deleting a todo list the page would remain open.
There is now a symbol next to each library indicating if it is a local one or synced to some servers.

Downloads

Please find the download links for major platforms on GitHub. For Android, the release is available via Google Play.

Known Issues

  • For Windows, two flavors of the app are provided: One flavor is cross-compiled binaries (i.e. the Windows release files are actually built on Linux, which makes deployment much easier). However, these binaries require a working OpenGL driver, which sometimes is not the case (especially, when running Windows inside a Virtual Machine). In this case, please use the installers which are built natively on Windows (the ones which have the MSVC part in their name).

This is the first version of OpenTodoList released in 2018. And of course, we start with some cool new features!

Changelog

  • Localization support: The app can now be translated into other languages. Currently, translations to German are available.
  • Selecting images to add to a library is now much improved: On Android, you can now select an image e.g. from the Gallery. On other platforms, a native file selection dialog is used instead.
  • A sync is now triggered when you change items in a library. This ensures that changes end up on a server as quick as possibe and can be synchronized to your other devices.
  • You can now set due dates on your items.
  • This due date is used to populate the newly added schedule view each library has. This view quickly summarizes items that are due in the near future (and of course ones that are overdue).
  • When you add new items, a notification is shown which let’s you quickly open the newly created item (by clicking it or using the Ctrl+O keyboard shortcut).
  • The app is now build regularly in the continuous test environment. In addition, the release versions are build there as well, which guarantees that they are build in a consistent way.
  • OpenSSL libraries (required to allow the app to talk to NextCloud/ownCloud/WebDAV servers via the secure HTTPS protocol) are now build on the fly during the CIs. This is an important precondition for including the app in the free F-Droid app store.
  • Installers for the Visual Studio based build of the app are now also build during the CI on Windows.
  • The app can now be build with CMake for most supported platforms.
There have been some refinements in the various pages. For example, if a library is empty, you now get some nice hints on what to do next.
Items now can be assigned a due date.
The due date is usually shown in item listings e.g. inside a todo list.
In addition, there is a schedule view, which shows you items that are soon due (or already overdue).

Downloads

Please find the download links for major platforms on GitHub. For Android, the release is available via Google Play.

Known Issues

  • For Windows, two flavors of the app are provided: One flavor is cross-compiled binaries (i.e. the Windows release files are actually built on Linux, which makes deployment much easier). However, these binaries require a working OpenGL driver, which sometimes is not the case (especially, when running Windows inside a Virtual Machine). In this case, please use the installers which are built natively on Windows (the ones which have the MSVC part in their name).