Todo.txt App version 0.0.0.2

  • New Feature: Add task
  • New Feature: Multi-add task
  • New Feature: Edit task
  • New Feature: Delete task
  • New Feature: Mark task done
  • New Feature: Archive tasks
  • Update: On refresh, do push-after-pull only if either remote or local has new tasks
  • Update: Replace localStorage with chrome.storage
  • Update: Replace all chrome.storage.local.g(s)et with lsG(S)et calls