v1.4 2013-06-12:
  * Major bug fix: Updates to requests 1.2.3 broke authentication.
  * Update authentication methods
  * Conditionally import daemon only on systems that support it

v1.3 2013-06-07:
  * Replace manual loop time calculations with 'pause' (https://github.com/jgillick/python-pause).

v1.2 2013-06-06:
  * Better display for the default named portfolio in the portfolio picker. When the user presses enter, select it by default.

v1.1, 2013-05-28, 2013-06-04:
  * Better network reconnect support: Before trying to invest, it waits until the connection to lendingclub.com is available.

v1.0.6, 2013-05-28:
  * Add better exception handling for network requests
  * If it seems like the computer just came out of sleep, pause 10 seconds before running the loop to allow the network to reconnect

v1.0.5, 2013-05-28:
  * Getting portfolio list was broken due to extra slash ('/') in the API URL.
    + Fixed by removing double slashes before making GET or POST requests
  * Move the app directory setup to the util.py
  * Create a live unit testing
  * Move the PID lockfile to the app directory. (it was being removed from the tmp directory by the OS)

v1.0.4, 2013-05-15:
  * Added Funding Progress to the advanced filters
  * Fix in-page anchors in the README file