Skip to content

Commit

Permalink
v3.4 checkpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
suurjaak committed Apr 15, 2015
1 parent 2d3ba32 commit abe4fa5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
CHANGELOG
=========

3.4a, 2015-04-15
3.4, 2015-04-15
------------------
- 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 (#33);
- 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 (#35);
- 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 (#35);
- 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;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Skyperious 3.3
Skyperious 3.4
==============

Skyperious is a Skype database viewer and merger, written in Python.
Expand Down
2 changes: 1 addition & 1 deletion dist/README for Windows.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Skyperious 3.3
Skyperious 3.4
==============

Skyperious is a Skype database viewer and merger, written in Python.
Expand Down
2 changes: 1 addition & 1 deletion skyperious/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

"""Program title, version number and version date."""
Title = "Skyperious"
Version = "3.4a"
Version = "3.4"
VersionDate = "15.04.2015"

if getattr(sys, "frozen", False):
Expand Down

0 comments on commit abe4fa5

Please sign in to comment.