Skip to content

Releases: maxpozdeev/mytinytodo

v1.8.1

28 Jan 13:42
Compare
Choose a tag to compare

v1.8.1 (2024-01-28)

Enhanced: counter of new tasks is disabled by default, enable it in settings
Enhanced: little UI changes and fixes in extensions
Enhanced: updated German translation (thanks to Dr. Tobias Quathamer, GH-80)
Fixed: failed to upgrade installations with database v1.4 (GH-85)
Fixed: alltasks tab was not filled if new list with tasks was created in another session
Fixed: counter of new tasks was not displayed (hope definitively)

v1.8.0

30 Nov 15:11
Compare
Choose a tag to compare

v1.8.0 (2023-11-30)

Added: reverse order for manual sorting to add new tasks at top
Enhanced: can select month and year in duedate picker
Enhanced: autoswitching to dark mode uses link's media property instead of js
Fixed: do not use REST API for better compatibility with some server configurations
Fixed: UI fixes for RTL localisations
Fixed: counter of new tasks was not working in old browsers (like Chrome 49)

v1.8-beta2

02 Oct 14:33
Compare
Choose a tag to compare
v1.8-beta2 Pre-release
Pre-release

v1.8-beta2 (2023-10-02)

Enhanced: task highlighting by tag is deprecated and was disabled
Fixed: counter of new tasks failed in some cases

v1.7.6

14 Sep 10:40
Compare
Choose a tag to compare

v1.7.6 (2023-09-14)

Fixed: Updater extension failed to update to v1.8

v1.7.5 (2023-09-12)

Enhanced: updated German translation (thanks to Dr. Tobias Quathamer) (GH-68)
Fixed: escape html characters in tags where required
Fixed: now open links in markdown notes in new window (GH-72)
Fixed: Updater extension failed to update to v1.7.4

v1.8-beta

14 Sep 10:05
Compare
Choose a tag to compare
v1.8-beta Pre-release
Pre-release

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)

v1.7.5

12 Sep 08:10
Compare
Choose a tag to compare

Enhanced: updated German translation (thanks to Dr. Tobias Quathamer) (GH-68)
Fixed: escape html characters in tags where required
Fixed: now open links in markdown notes in new window (GH-72)
Fixed: Updater extension failed to update to v1.7.4

v1.7.4

06 Aug 14:26
Compare
Choose a tag to compare

Enhanced: jQuery updated to latest v3.6.4
Enhanced: small UI fixes in settings
Enhanced: updated Polish translation (thanks to Marcin R Martin)
Enhanced: updated Dutch translation (thanks to J.C.Barnhoorn) (GH-53)
Enhanced: updated Chinese Simplified translation (thanks to xhemj)
Enhanced: updated Persian translation (thanks to Saeb Khanzadeh)
Enhanced: updated Brazilian Portuguese translation (thanks to Rafael da Silva Carrasco) (GH-63)
Enhanced: show notice in notification extension if allow_url_fopen directive is off
Enhanced: extension settings page can have no bottom buttons
Fixed: malfunction in setup with proxy (GH-52,GH-65)
Fixed: removed deprecation notices in PHP 8.2
Fixed: show default (english) localization in extension if required language file is not present in extension

v1.7.3

29 Nov 18:14
Compare
Choose a tag to compare

Added: extension for updates
Added: extension for custom css
Enhanced: search is case-insensitive for non-latin characters in sqlite database
Enhanced: do not remember last used list for readonly users (GH-47)
Enhanced: use custom appearance for select elements
Enhanced: little ui updates
Fixed: do not use PATH_INFO for http api (useful in nginx setup)
Fixed: do not scroll to top if modal dialog is open

v1.7.2

03 Nov 12:52
Compare
Choose a tag to compare

v1.7.2 (2022-11-03)

Fixed: unable to update database v1.4 while setup in v1.7.1 (GH-44)

v1.7.1 (2022-11-03)

Enhanced: additional checks in setup and passwordless installations to avoid CSRF
Fixed: failed to sort by hand on mobile devices (GH-43)
Fixed: notice and warning in settings about uninitialized var

v1.7.1

02 Nov 21:33
Compare
Choose a tag to compare
v1.7.1 Pre-release
Pre-release

v1.7.1 (2022-11-03)

Enhanced: additional checks in setup and passwordless installations to avoid CSRF
Fixed: failed to sort by hand on mobile devices (GH-43)
Fixed: notice and warning in settings about uninitialized var