v1.7-beta (2022-08-18)
Added: support of Markdown syntax in notes (can be disabled in settings)
Added: responsive design, no separate switch to mobile theme, UI facelifting
Added: settings are now saved in database, configuration of database connection is written to config.php while setup
Added: sessions are now stored in database
Added: support of dark mode
Added: ability to set feed key to be able to get RSS or Export feed from non-public lists
Added: can use #NUMBER to make a link to the task by id in markdown note
Enhanced: redesigned login form
Enhanced: use custom dialogs for alert, confirmation and prompt instead of system ones
Enhanced: now escape key closes a menu
Enhanced: move list with All Tasks to the left side
Enhanced: the hidden state, show completed state and sort order of the list with All Tasks are preserved now
Enhanced: list with All Tasks is inaccessible for a non-authenticated user (if protected with password)
Enhanced: added RSS feed of task changes (feed=status)
Enhanced: Mysql database now uses utf8mb4 charset
Enhanced: password is stored as hash
Enhanced: added "Share" submenu where moved actions of list export and publishing
Enhanced: PHP errors are not displayed by default, have to set environment variable to enable
Enhanced: show inline 'date edited' in tasklist instead of 'date created' if sorting is selected 'by date modified'
Enhanced: use favicon
Enhanced: jQuery UI updated to latest v1.13.2
Enhanced: compatibility with PHP 8.2
Breaking: PHP 7.2 or greater is required
Breaking: support of Internet Explorer is dropped