Skip to content
Aigars Dzerviniks edited this page Jul 9, 2014 · 7 revisions

Changelog

2.0.0

  • Uses Ruby's OptionParser for the commindline executable.
  • -A option allows to export as JSON.

1.0.1

Bug fixes

  • Indicate that the message, which is shown to user when no Skype username or --from option is provided, is an error.
  • Call colorize method on the error message instead of the error object itself.

1.0.0

The first major release of runoff

  • chat command is replaced with some that does exactly the same thing, but the name makes more sense.
  • colorize gem is used to add colors to the output
  • Better error handling. Both commands ('all' and 'some') informs user that the Skype application cannot be running during the export process.
  • --no-archive options allows to save files in a directory instead of a Zip file.

0.3.3

This is the first full featured runoff version.

  • Export all Skype chat history into TXT files.
  • Create a Zip archive with all the exported files.
  • -d (--destination) option to specify, where to put the exported files.
  • -f (--from) option to specify, where the database file is located.
  • -a (--archive) option to prevent an archive from being created.
  • Support both the Windows Desktop and Windows 8 Skype versions.
  • Parse smiley XML markup in the chat messages.
Clone this wiki locally