<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todolist, branch 0.7</title>
<subtitle>Simple GTD-style todo list for the command line.
</subtitle>
<id>http://forge.jan.systems/todolist.git/atom?h=0.7</id>
<link rel='self' href='http://forge.jan.systems/todolist.git/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/'/>
<updated>2017-08-04T21:03:43Z</updated>
<entry>
<title>Group similar code together.</title>
<updated>2017-08-04T21:03:43Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-04T21:03:43Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d59a0986f51e8a09c6c15446f7141acf86d27d41'/>
<id>urn:sha1:d59a0986f51e8a09c6c15446f7141acf86d27d41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Empower the todo_item to set its attributes correctly itself.</title>
<updated>2017-08-04T21:02:37Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-04T21:02:37Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=05ad454f50422f0eab4228e819cbadbe9e6a918a'/>
<id>urn:sha1:05ad454f50422f0eab4228e819cbadbe9e6a918a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some less useful comments.</title>
<updated>2017-08-02T20:05:50Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-02T20:05:50Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=810399690f556f4c4eac53d041e1a86d91b890e6'/>
<id>urn:sha1:810399690f556f4c4eac53d041e1a86d91b890e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not filter out archived when asked for completed</title>
<updated>2017-08-02T18:33:40Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-02T18:33:40Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=dcca10afbb9ae9c132bc7bef4f89630bdddc7e7f'/>
<id>urn:sha1:dcca10afbb9ae9c132bc7bef4f89630bdddc7e7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a filter for completed date</title>
<updated>2017-08-01T13:06:05Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-01T12:51:31Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=650d53a6000a483e11da91b3466e1f57a96c3da0'/>
<id>urn:sha1:650d53a6000a483e11da91b3466e1f57a96c3da0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the exact date take a filterOn parameter</title>
<updated>2017-08-01T11:43:30Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-08-01T11:43:30Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=bd8acfdea25486e71e4f19ff0703ef59d5ba5dfa'/>
<id>urn:sha1:bd8acfdea25486e71e4f19ff0703ef59d5ba5dfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move filterTomorrow closer to filterToday.</title>
<updated>2017-07-25T21:07:27Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-07-25T21:07:27Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=4572eb4da9eeb5295e9122ad2b3dbdde398dbd85'/>
<id>urn:sha1:4572eb4da9eeb5295e9122ad2b3dbdde398dbd85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added filtering between dates, in an inclusive and exclusive mode.</title>
<updated>2017-07-19T23:47:17Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-07-19T23:07:55Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=097a0df526a12e5c99e979b76a7559c44aa83fec'/>
<id>urn:sha1:097a0df526a12e5c99e979b76a7559c44aa83fec</id>
<content type='text'>
Inclusive allows for the due date to be equal to the begin date,
exclusive is between the dates.
</content>
</entry>
<entry>
<title>Added filterToExactDate.</title>
<updated>2017-07-19T23:02:12Z</updated>
<author>
<name>Stuart Skelton</name>
<email>stuarts@broadbean.com</email>
</author>
<published>2017-07-19T23:02:12Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=29242153da9632b1decef8491fc5549719c85d7b'/>
<id>urn:sha1:29242153da9632b1decef8491fc5549719c85d7b</id>
<content type='text'>
Filters the todolist to a certain date.
</content>
</entry>
<entry>
<title>Improve logic and add a test</title>
<updated>2017-07-07T15:46:53Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>nonerkao@gmail.com</email>
</author>
<published>2017-07-07T15:46:53Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=df7cfd99feda5cf702790419b95a1bab59e50937'/>
<id>urn:sha1:df7cfd99feda5cf702790419b95a1bab59e50937</id>
<content type='text'>
</content>
</entry>
</feed>
