1. 15 Oct, 2015 2 commits
    • Jacek Sowiński's avatar
      Add possibility for creating backups of todolist · b8f99e6e
      Jacek Sowiński authored
      Backups containing whole todolist and archive can be now saved after
      execution of each "read-write" command. Furthermore this change creates
      base for eventual "revert" command.
      
      Backups are safely stored and indexed in our own JSON-based format which
      is compatible with python2.x and python3.x. We also use zlib compression
      to minimize size of backup file. Path of the backup file is always
      relative to the todo file, so backups from different todo files won't
      mix up.
      
      User can configure number of stored backups with new config option -
      "backup_count". Any positive number will tell topydo to store that very
      number of backups. Setting "backup_count" to 0 will completely turn off
      backup functionality.
      b8f99e6e
    • Jacek Sowiński's avatar
      Add "replace" method for TodoList objects · 4936565d
      Jacek Sowiński authored
      This will be used to recreate TodoList from a list of Todo objects.
      4936565d
  2. 13 Oct, 2015 2 commits
  3. 12 Oct, 2015 1 commit
    • MinchinWeb's avatar
      Fix Wheel building · 40c6de43
      MinchinWeb authored
      Evaluate conditional requirements at install time rather than compile time.
      40c6de43
  4. 09 Oct, 2015 35 commits