App::Raps2 0.4 - Sun Jul 03 2011 * Rename App::Raps2::Password's crypt method to bcrypt to avoid name confusion with Perl's builtin function * Add pw_add / pw_get methods * Accept salt parameter in App::Raps2::Password encrypt/decrypt * Mock Term::ReadLine to make tests run without tty * Automatically run sanity_check and load_config when creating a new App::Raps2 object * raps2: Print error message when an invalid action is specified App::Raps2 0.3 - Wed May 18 2011 * Terminal input is now read via Term::ReadLine (included in perl core) * New commands: "raps2 del " and "raps2 edit " * Remove autodie, it caused a major performance loss * raps2 list now sorts by account name raps2 0.2 - Fri May 13 2011 * Fix XDG_CONFIG_HOME / XDG_DATA_HOME handling bug. Adds new dependency File::BaseDir * Add "raps2 list" to list all saved accounts raps2 0.1 - Fri May 06 2011 * Eksblowfish crypto * raps2 add/dump/get/info commands * Supports URL, Login, Password and Extra fields