<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todolist/todos.json, branch master</title>
<subtitle>Simple GTD-style todo list for the command line.
</subtitle>
<id>http://forge.jan.systems/todolist.git/atom?h=master</id>
<link rel='self' href='http://forge.jan.systems/todolist.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/'/>
<updated>2017-08-14T06:58:32Z</updated>
<entry>
<title>Implement the "an" feature: Adding notes to todos</title>
<updated>2017-08-14T06:58:32Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>s101062801@m101.nthu.edu.tw</email>
</author>
<published>2017-08-14T06:41:40Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=5d28dac9b2e1d153f33551b968ab4c92cfce23ce'/>
<id>urn:sha1:5d28dac9b2e1d153f33551b968ab4c92cfce23ce</id>
<content type='text'>
This patch introduce a new attribute of a todo item, which is
"Notes", of type []string.  The following enhancing patches will
contain the listing, removing and editing features.
</content>
</entry>
<entry>
<title>Add `CompletedDate` to todo item.</title>
<updated>2017-04-09T01:24:16Z</updated>
<author>
<name>Ingo Richter</name>
<email>ingo.richter+github@gmail.com</email>
</author>
<published>2017-04-09T01:24:16Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d2df602c25afe3193e2b4d434042b47de64a00e6'/>
<id>urn:sha1:d2df602c25afe3193e2b4d434042b47de64a00e6</id>
<content type='text'>
`CompletedDate` will save a timestamp in ISO8601 format (Internet date/
time format to preserve timezone information)

Added a new `Complete` and `Uncomplete` method for todo_item.
Currently a todo has a boolean flag and the timestamp to indicate that
the item is completed. The boolean flag could be kept for backward
compatibility (reading the json into memory), but should be omitted for
files being written.
</content>
</entry>
<entry>
<title>Add priority feature</title>
<updated>2017-03-03T23:30:06Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-03-03T23:30:06Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=c2114f083afeb1ac2cc28e9a83f3a9c591b59a1f'/>
<id>urn:sha1:c2114f083afeb1ac2cc28e9a83f3a9c591b59a1f</id>
<content type='text'>
Now, todos have a priority flag.  When listed, these todos will be
bolded and italic.

You can list todos by priority by running `todolist l p`.
</content>
</entry>
<entry>
<title>Uncomplete todo</title>
<updated>2016-05-02T11:25:51Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-05-02T11:25:51Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=34c89ec2ca4b458adb94534c4fae44c921181f59'/>
<id>urn:sha1:34c89ec2ca4b458adb94534c4fae44c921181f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get completing todos to work correctly</title>
<updated>2016-05-02T10:34:38Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-05-02T10:34:38Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=54e9313ad14269f57a13b32aac59aea17f86d151'/>
<id>urn:sha1:54e9313ad14269f57a13b32aac59aea17f86d151</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get adding a todo working</title>
<updated>2016-04-26T13:01:40Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-04-26T13:01:40Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=e3213b3ef2c84387b66eeb731f5493c5e6da6a5d'/>
<id>urn:sha1:e3213b3ef2c84387b66eeb731f5493c5e6da6a5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get grouping working correctly</title>
<updated>2016-04-25T18:35:43Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-04-25T18:35:43Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=a0f7203996439210b2a40663eeeeb8563ab03d68'/>
<id>urn:sha1:a0f7203996439210b2a40663eeeeb8563ab03d68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Organize things a bit better</title>
<updated>2016-04-24T14:22:33Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2016-04-24T14:22:33Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=63893587cb41a1980318b60bf05fafbf433a24ab'/>
<id>urn:sha1:63893587cb41a1980318b60bf05fafbf433a24ab</id>
<content type='text'>
</content>
</entry>
</feed>
