---------------
- added links to earliest messages in chat statistics histogram sectors
- fixed showing wrong author in transfer statistics for certain messages
- fixed a parsing issue with certain Skype messages
- fixed HTML output for photo/video sharing messages (issue 33)
- fixed getting encoding errors on Excel export
- fixed potential error on chat date histogram analysis
- fixed showing database statistics on information page
- use Skype account timezone setting for message timestamps
- added message links to file transfers in chat statistics
- added table links to result sections in searching over tables
- optimized memory usage in chat word-cloud analysis (issue 35)
- added opened file name to application title
- avoid "Broken pipe" errors if command-line output is piped and interrupted
- fixed error on opening databases with invalid SkypeOut values in account (issue 35)
- fixed possible invalid HTML in export
- command-line output encoded on all platforms, to avoid Unicode errors
- avoid stack trace on command-line keyboard interrupt
- stop worker threads instead of using daemons, to avoid zombie messages in CLI
- command-line progress bar clears previously printed bar text
- small UI tweaks
- added __main__.py: pip-installed Skyperious can run as `python -m skyperious`
- upgraded Pillow from 2.7.0 to 2.8.0