<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>myTinyTodo Development Blog</title>
	<atom:link href="https://blog.mytinytodo.net/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.mytinytodo.net</link>
	<description>get last news</description>
	<lastBuildDate>Mon, 02 Oct 2023 14:46:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>v1.8 beta</title>
		<link>https://blog.mytinytodo.net/2023/10/02/p264</link>
					<comments>https://blog.mytinytodo.net/2023/10/02/p264#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Mon, 02 Oct 2023 14:46:22 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://blog.mytinytodo.net/?p=264</guid>

					<description><![CDATA[Available new major release in beta status &#8211; 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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Available new major release in beta status &#8211; version 1.8. Mostly for tests and feedback.</p>
<p>Main goal was to add support of PostgreSQL database. As well as to fix some properties in existing databases for better support of Unicode.</p>
<p>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.</p>
<p>Made some small enhancements and fixes.</p>
<p>Every minute the script checks for new tasks created outside the current window and shows a badge with number of new tasks (non-completed).</p>
<p>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.</p>
<p>Full changelog – <a href="https://www.mytinytodo.net/history.php">https://www.mytinytodo.net/history.php</a><br />
Download at <a href="https://www.mytinytodo.net/download.php">https://www.mytinytodo.net/download.php</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2023/10/02/p264/feed</wfw:commentRss>
			<slash:comments>20</slash:comments>
		
		
			</item>
		<item>
		<title>v1.7 stable</title>
		<link>https://blog.mytinytodo.net/2022/11/03/p250</link>
					<comments>https://blog.mytinytodo.net/2022/11/03/p250#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Thu, 03 Nov 2022 13:23:19 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://blog.mytinytodo.net/?p=250</guid>

					<description><![CDATA[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 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>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).</p>



<p>JavaScript part is migrating to ECMAScript-2015 (ES6).</p>



<p>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.</p>



<p>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 &#8216;ext&#8217; 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.</p>



<p></p>



<p>Full changelog &#8211; <a href="https://www.mytinytodo.net/history.php">https://www.mytinytodo.net/history.php</a></p>



<p>Download at <a href="https://www.mytinytodo.net/download.php">https://www.mytinytodo.net/download.php</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2022/11/03/p250/feed</wfw:commentRss>
			<slash:comments>40</slash:comments>
		
		
			</item>
		<item>
		<title>v1.7-beta</title>
		<link>https://blog.mytinytodo.net/2022/08/19/p230</link>
					<comments>https://blog.mytinytodo.net/2022/08/19/p230#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Fri, 19 Aug 2022 13:02:32 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://blog.mytinytodo.net/?p=230</guid>

					<description><![CDATA[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 &#8211; automatically adapts for screens of mobile devices. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Version 1.7,  the next major release, is here. In beta status, mostly for tests and feedback.</p>



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



<p>Design was face-lifted, now it is responsive &#8211; automatically adapts for screens of mobile devices.</p>



<p>Added support of dark mode. You can disable it in the settings.</p>



<p>Settings are not saved in &#8216;db/config.php&#8217; 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 <a href="https://github.com/maxpozdeev/mytinytodo/tree/master/src">sources</a>) in command line to edit the settings.</p>



<p>Session data is now stored in the database as well and does not use any files in &#8216;tmp/sessions&#8217; directory, so &#8216;tmp&#8217; folder was removed.</p>



<p>Configuration for the database connection is stored in &#8216;config.php&#8217; 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.</p>



<p>Other changes in directory structure: translation files moved to &#8216;includes&#8217;, javascript files moved to &#8216;content&#8217;. Now &#8216;content&#8217; folder has only static files for public access, &#8216;includes&#8217; folder has private files for backend and can be closed.</p>



<p>To update previous version (at least v1.4) just replace all files except &#8216;db&#8217; directory. Minimal supported version of PHP is 7.2.</p>



<p>Full changelog &#8211; <a href="https://www.mytinytodo.net/history.php">https://www.mytinytodo.net/history.php</a></p>



<p>Updated demo &#8211; <a href="https://www.mytinytodo.net/demo/">https://www.mytinytodo.net/demo/</a></p>



<p>Download at <a href="https://www.mytinytodo.net/download.php">https://www.mytinytodo.net/download.php</a></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2022/08/19/p230/feed</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>v1.6</title>
		<link>https://blog.mytinytodo.net/2020/09/27/p191</link>
					<comments>https://blog.mytinytodo.net/2020/09/27/p191#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Sun, 27 Sep 2020 15:27:44 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://blog.mytinytodo.net/?p=191</guid>

					<description><![CDATA[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. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>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.</p>
<p>Added compatibility with PHP 7.4. Minimal required version is v5.4.</p>
<p>jQuery was updated to v3.x branch.<br />
Front-end html code now uses flexbox in most cases and SVG images as well.<br />
That&#8217;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).<br />
Support of Internet Explorer 11 and ie8 theme will be removed in the next major version.</p>
<p>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 &#8216;content/lang&#8217; folder. Translation maker is not updated yet.</p>
<p>Directory structure was changed. Added new folders: &#8216;content&#8217; and &#8216;includes&#8217;. &#8216;themes&#8217; directory was moved to &#8216;content&#8217;. jQuery and other internal files moved to &#8216;includes&#8217; folder. Translation files are located in &#8216;lang&#8217; directory in &#8216;content&#8217; folder. &#8216;tmp&#8217; and &#8216;db&#8217; directories were not changed.</p>
<p>To upgrade installed version to this one just upload the contents of bundle excluding folder &#8216;db&#8217;. If you have translations go to settings and convert it. After upgrading you may delete &#8216;themes&#8217;, &#8216;lang&#8217;, &#8216;jquery&#8217; folders in MTT root.</p>
<p><b>Update 2020-10-03</b><br />
v1.6.1 is published.</p>
<p><b>Update 2020-10-14</b><br />
v1.6.2 is published.</p>
<p><b>Update 2020-10-19</b><br />
v1.6.3 is published</p>
<p>All the changes you can find in changelog.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2020/09/27/p191/feed</wfw:commentRss>
			<slash:comments>29</slash:comments>
		
		
			</item>
		<item>
		<title>v1.4.2</title>
		<link>https://blog.mytinytodo.net/2011/03/21/p183</link>
					<comments>https://blog.mytinytodo.net/2011/03/21/p183#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 14:39:47 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.mytinytodo.net/?p=183</guid>

					<description><![CDATA[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.]]></description>
										<content:encoded><![CDATA[<p>This is a bugfix release. Thank you for reports.</p>
<p><strong>Changes:</strong></p>
<ul>
<li>always specify content-type header to override webserver defaults</li>
<li>fixed: can not change password in Opera</li>
</ul>
<p>Also one string added into translation.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2011/03/21/p183/feed</wfw:commentRss>
			<slash:comments>195</slash:comments>
		
		
			</item>
		<item>
		<title>v1.4.1</title>
		<link>https://blog.mytinytodo.net/2011/02/15/p177</link>
					<comments>https://blog.mytinytodo.net/2011/02/15/p177#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 20:20:14 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.mytinytodo.net/?p=177</guid>

					<description><![CDATA[One more bug was caught. Thanks to Goran Trajkovich for report. Changes: Priority popup was disabled in style for mobiles Fixed error while filtering by 2 tags or more in mysql version P.S. To create you own translation you can use new tool &#8211; Translation Maker.]]></description>
										<content:encoded><![CDATA[<p>One more bug was caught. Thanks to Goran Trajkovich for report.</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Priority popup was disabled in style for mobiles</li>
<li>Fixed error while filtering by 2 tags or more in mysql version</li>
</ul>
<p>P.S. To create you own translation you can use new tool &#8211; <a href="http://www.mytinytodo.net/translation_maker.php">Translation Maker</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2011/02/15/p177/feed</wfw:commentRss>
			<slash:comments>26</slash:comments>
		
		
			</item>
		<item>
		<title>v1.4 final</title>
		<link>https://blog.mytinytodo.net/2011/01/25/p151</link>
					<comments>https://blog.mytinytodo.net/2011/01/25/p151#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 22:24:11 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.mytinytodo.net/?p=151</guid>

					<description><![CDATA[I think v1.4 is stable enough to finalise version number. Changes: Added: you can open all task tab on page load using &#8220;list=-1&#8221; query string parameter or &#8220;#alltasks&#8221; or &#8220;#list/-1&#8221; Added: need to confirm page close if task was edited and not saved Added: ability to use feed of current tasks (without completed). Use &#8220;feed=current&#8221; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I think v1.4 is stable enough to finalise version number.</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Added: you can open all task tab on page load using &#8220;list=-1&#8221; query string parameter or &#8220;#alltasks&#8221; or &#8220;#list/-1&#8221;</li>
<li>Added: need to confirm page close if task was edited and not saved</li>
<li>Added: ability to use feed of current tasks (without completed). Use &#8220;feed=current&#8221; parameter.</li>
<li>Enhanced: added date of task completion to RSS feed</li>
<li>Bugfix: show all tags not working in task add form if the form was opened for the first time</li>
</ul>
<p>Soon I&#8217;ll publish a tool to easily create translations for myTinyTodo.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2011/01/25/p151/feed</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
			</item>
		<item>
		<title>v1.4 beta 3</title>
		<link>https://blog.mytinytodo.net/2011/01/09/p149</link>
					<comments>https://blog.mytinytodo.net/2011/01/09/p149#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Sat, 08 Jan 2011 22:04:09 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.mytinytodo.net/?p=149</guid>

					<description><![CDATA[New beta available for download. Some bugs were fixed. Added export to iCalendar.]]></description>
										<content:encoded><![CDATA[<p>New beta available for download.</p>
<p>Some bugs were fixed. Added export to iCalendar.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2011/01/09/p149/feed</wfw:commentRss>
			<slash:comments>29</slash:comments>
		
		
			</item>
		<item>
		<title>myTinyTodo improvements by others</title>
		<link>https://blog.mytinytodo.net/2011/01/08/p146</link>
					<comments>https://blog.mytinytodo.net/2011/01/08/p146#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Sat, 08 Jan 2011 12:03:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.mytinytodo.net/?p=146</guid>

					<description><![CDATA[People makes their own improvements for myTinyTodo: Displaying data from myTinyTodo somewhere else MyTinyTodo Email Notification Script myTinyTodo module for Drupal]]></description>
										<content:encoded><![CDATA[<p>People makes their own improvements for myTinyTodo:</p>
<p><a href="http://spidgorny.blogspot.com/2010/09/displaying-data-from-mytinytodo.html">Displaying data from myTinyTodo somewhere else</a></p>
<p><a href="http://error-success.piku.org.uk/2010/11/13/mytinytodo-email-notification-script/">MyTinyTodo Email Notification Script</a></p>
<p><a href="http://drupal.org/project/mytinytodo">myTinyTodo module for Drupal</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2011/01/08/p146/feed</wfw:commentRss>
			<slash:comments>52</slash:comments>
		
		
			</item>
		<item>
		<title>v1.4 beta</title>
		<link>https://blog.mytinytodo.net/2011/01/01/p138</link>
					<comments>https://blog.mytinytodo.net/2011/01/01/p138#comments</comments>
		
		<dc:creator><![CDATA[Max Pozdeev]]></dc:creator>
		<pubDate>Sat, 01 Jan 2011 18:56:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blog.mytinytodo.net/?p=138</guid>

					<description><![CDATA[New beta version of myTinyTodo is available to download and test. Main features are multi tags filter and all tasks tab (changelog). Thanks to all who helped me for bug reports, code contributing, donations, translations. Run setup.php after upload. Then go to settings and specify date-n-time options.]]></description>
										<content:encoded><![CDATA[<p>New beta version of myTinyTodo is available to <a title="download" href="http://mytinytodo.googlecode.com/files/mytinytodo-v1.4b1.zip">download</a> and test.</p>
<p>Main features are multi tags filter and all tasks tab (<a href="http://www.mytinytodo.net/history.php">changelog</a>)<a title="ChangeLog" href="http://www.mytinytodo.net/history.php"></a>.</p>
<p>Thanks to all who helped me for bug reports, code contributing, donations, translations.</p>
<p>Run setup.php after upload. Then go to settings and specify date-n-time options.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.mytinytodo.net/2011/01/01/p138/feed</wfw:commentRss>
			<slash:comments>30</slash:comments>
		
		
			</item>
	</channel>
</rss>
