- Drop the `done_date()`, `mark_done()` and `set_done_date()` methods, in favour of just looking up `done` as a regular tag. - Add the ability to get an item's `type` (either `project`, `task` or `note`). - Make the `links` and `tags` attributes editable in a more sensible way. Docs to follow.