v1.8 beta

By , October 2, 2023 17:46

Available new major release in beta status – version 1.8. Mostly for tests and feedback.

Main goal was to add support of PostgreSQL database. As well as to fix some properties in existing databases for better support of Unicode.

This version is bundled with Backup extension. Use it to make a backup of the database and restore after. Can be used to migrate to other database.

Made some small enhancements and fixes.

Every minute the script checks for new tasks created outside the current window and shows a badge with number of new tasks (non-completed).

Now you can specify a duedate while creating a task with smart syntax using format @duedate or !duedate in the end of string. Examples: @1d, @2w, @25.12, @12/31/23, @monday.

Full changelog – https://www.mytinytodo.net/history.php
Download at https://www.mytinytodo.net/download.php

v1.7 stable

By , November 3, 2022 16:23

Final version of 1.7 is released after 2 months of beta-testing. Some bugs were caught and fixed, some new features implemented (and new bugs).

JavaScript part is migrating to ECMAScript-2015 (ES6).

Also I started to implement internal API for extensions. Extensions will be used for tests of new features and experiments before merging to the main codebase. Will try to make it stable, so you can create you own for your needs.

First introduced extension is Notifications. Used to send emails and telegram messages about new tasks in your lists. To enable it you have to expand the archive extensions.tag.gz in ‘ext’ folder and then go to settings to activate it. To send telegrams you need to create your own telegram bot and specify its token in extension settings.

Full changelog – https://www.mytinytodo.net/history.php

Download at https://www.mytinytodo.net/download.php

v1.7-beta

By , August 19, 2022 16:02

Version 1.7, the next major release, is here. In beta status, mostly for tests and feedback.

Main goal was to add support of Markdown syntax in task notes. It is enabled by default, but you can disable it in settings.

Design was face-lifted, now it is responsive – automatically adapts for screens of mobile devices.

Added support of dark mode. You can disable it in the settings.

Settings are not saved in ‘db/config.php’ file anymore, now they saved in database. Password is stored in hashed form. If you forgot it you have to change a database entry manually (set to empty value) or use mtt-edit-settings.php script (available in sources) in command line to edit the settings.

Session data is now stored in the database as well and does not use any files in ‘tmp/sessions’ directory, so ‘tmp’ folder was removed.

Configuration for the database connection is stored in ‘config.php’ file in the root of mytinytodo installation. This file is generated and saved automatically while setup process. You can make it read-only after install.

Other changes in directory structure: translation files moved to ‘includes’, javascript files moved to ‘content’. Now ‘content’ folder has only static files for public access, ‘includes’ folder has private files for backend and can be closed.

To update previous version (at least v1.4) just replace all files except ‘db’ directory. Minimal supported version of PHP is 7.2.

Full changelog – https://www.mytinytodo.net/history.php

Updated demo – https://www.mytinytodo.net/demo/

Download at https://www.mytinytodo.net/download.php

v1.6

By , September 27, 2020 18:27

Version 1.6 is the first major version since 2011. Mostly a bug fix release, no new features were added, but there are many internal changes.

Added compatibility with PHP 7.4. Minimal required version is v5.4.

jQuery was updated to v3.x branch.
Front-end html code now uses flexbox in most cases and SVG images as well.
That’s why support of Internet Explorer 8 was removed, but if you really need you can enable old ie8 theme (see readme.txt in ie8.zip in MTT bundle).
Support of Internet Explorer 11 and ie8 theme will be removed in the next major version.

New version uses translation files in json format. Old language files in php format can be converted to the new format in the settings. Download all languages you use and copy them to ‘content/lang’ folder. Translation maker is not updated yet.

Directory structure was changed. Added new folders: ‘content’ and ‘includes’. ‘themes’ directory was moved to ‘content’. jQuery and other internal files moved to ‘includes’ folder. Translation files are located in ‘lang’ directory in ‘content’ folder. ‘tmp’ and ‘db’ directories were not changed.

To upgrade installed version to this one just upload the contents of bundle excluding folder ‘db’. If you have translations go to settings and convert it. After upgrading you may delete ‘themes’, ‘lang’, ‘jquery’ folders in MTT root.

Update 2020-10-03
v1.6.1 is published.

Update 2020-10-14
v1.6.2 is published.

Update 2020-10-19
v1.6.3 is published

All the changes you can find in changelog.

v1.4.2

By , March 21, 2011 17:39

This is a bugfix release. Thank you for reports.

Changes:

  • always specify content-type header to override webserver defaults
  • fixed: can not change password in Opera

Also one string added into translation.

Based on Panorama Theme by Themocracy