Added: support of PostgreSQL database, v10.0+ (in beta status yet)
Added: use custom collation in sqlite for tag name and task title (for utf8 case-insensitive search)
Added: search for task in sqlite by normalized value (no diacritics) (recommended to install Intl php extension)
Added: use utf8mb4_unicode_520_ci collation for mysql columns (requires MySQL 5.6+ or MariaDB 10.0+)
Added: open task viewer in mobile style on click on task title
Added: badge on tabs with counter of newly created tasks (updated every 60 sec) (GH-5, GH-25)
Added: support of duedate in smart syntax using format @duedate
or !duedate
in the end of task (examples: @1d
, @25.12
, @monday
) (GH-26)
Added: backup extension (can create backups in xml format and restore from backup, as well as fix some db issues)
Added: setting for compulsory dark theme (GH-70)
Added: setting to show exact due date (instead of relative) in tasklist (GH-19)
Added: setting to show date inline (GH-56)
Enhanced: do not strikethrough completed tasks
Enhanced: can close task editor on esc key
Enhanced: display "No tags" in tag cloud if no tags created
Enhanced: jQuery updated to latest v3.7.1
Enhanced: UI fixes
Enhanced: save the state of show notes on click with Cmd/Ctrl
Enhanced: can set mail from in notifications extension
Fixed: better font look in modal dialogs (was weird in safari)