Todo.txt App version 0.0.0.10

  • Update: On open, app shows list of tasks only after sync is complete, even if there’s some stored locally.
  • Bug Fix: Show update notifications only if there’s a version change && showUpdateNotifications is true
  • Update: Replaced ‘eye’ thumbnail with ‘c306’ thumbnail

Todo.txt App version 0.0.0.7

  • New Feature: Automatic, periodic syncing when app is open
  • New Feature: Clicking sync notification brings app window in focus
  • Update: Sync notification shown only if app window was not in focus when refresh happened
  • Update: Moved options-close link back to left to prevent accidental clicking of sign-out button
  • Update: Blink settings button briefly after login, to attract attention

Todo.txt App version 0.0.0.6

  • Bug Fix: Changes made remotely don’t reflect locally – updated file received but not saved
  • Bug Fix: Update local revision number AFTER remote changes have been saved locally
  • Update: Change App name, remove ‘Chrome’

Todo.txt App version 0.0.0.3

  • Bug Fix: Scrolling tasklist with keyboard – Scrolltop isn’t working
  • Bug Fix: Show signed-in user’s name
  • Bug Fix: On signout-followed-by-signin, no tasks were shown till app relaunced

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

Todo.txt App version 0.0.0.1

  • Init: Create new Manifest.json
  • New Feature: Enable Login
  • New Feature: Enable Logout
  • New Feature: Show list of current tasks
  • New Feature: Filter tasks
  • Bug Fix: Mulitple clicks on sign-in button lead to multiple authentication tokens, preventing total signout
  • Update: Reset localStorage moved to chrome.storage