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).

Just in time before the end of 2017, here comes version 3.4 of OpenTodoList. Besides some usability and user interface improvements, there’s one big change: Notes in items are now styled using Markdown.

Changelog

  • Notes within items can not be formatted using Markdown syntax. This allows to keep the user interface less cluttered while at the same time you have the possibility to style text if needed. Often, it is even quicker to use Markdown than having to use some controls to style text. Just give it a try ;-)
  • The change towards Markdown also implicilty fixes other issues like font sizing problems when using synchronized libraries across several devices. For example, if you created a note with a heading on your HighDPI smartphone and viewed the same later on your medium resolution laptop, the heading would be displayed far too large. This is history now.
  • A todo can now be marked as done or undone from within its page. Previously, if you had a todo open you had to go back to the todo list page and tick/untick the todo there to change its state.
  • The app is now based on Qt 5.10. For you as an end user, this is probably less interesting, but enables some of the other features that are coming with this version.
  • On Windows, the app now uses the Universal style.
  • On all other desktop platforms, the app uses the new Fusion style. This style is a more desktop oriented style, which - in addition - adapts to your set color scheme. For example, if you selected a dark color scheme for your desktop, OpenTodoList now goes black as well!
  • Some fixes and improvements adding new todos and tasks: First, when using the “plus” button to add a new todo or task, the text in the input field was not deleted on Android. In addition, the input field keeps keyboard focus after adding a new todo or task, which makes adding a larger set of new entries much easier.
  • After adding a new library, an initial sync is now run immediately. This makes sure that a newly created synced library is also created on the server. Existing libraries are pulled down, so they appear immediately after the sync finished.
  • The menu bar is back! On desktop systems, there’s now a basic menu bar with the most important entries.
  • Dialogs to rename items can now be finished by pressing the Enter or Return key on the keyboard.
  • HTML sequences in item titles are now properly escaped.
  • The app should no longer show update notifications on Android: These were unintentional, because on Android we anyhow get updates via the Play store.

Downloads

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