diff --git a/README.md b/README.md index 7d42ebd..4dc1de3 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Socializer's functionality is far to be perfect, in fact there are lots of metho Before downloading, take in to account the following: This source code is completely experimental. The current functionality in this application is not very useful. If you decide to use nightly build versions, take into account that this doesn't work as an application for everyday use yet. -Version: 2016.05.25 -Build date: May 25 2016 +Version: 2016.07.9 +Build date: Jul 9 2016 [Download socializer weekly build](https://github.com/manuelcortez/socializer/blob/master/nightly/socializer-nightly-build.zip?raw=true) I have started this effort as an open source project on Feb 13, 2016. Pull requests and bug reports are welcome. Socializer is not a definitive name for this project, it could be changed in future. diff --git a/changelog.md b/changelog.md index 328426d..b56875c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ % Changelog -## Changes for the current build () +## Changes for the current build (08/07/2016) * Removed platform from "last seen" column in the friends list as it could cause some problems and it was being not so exact. * Now deleted audios are not parsed and displayed as "audio removed from library". They are silently ignored. diff --git a/nightly/socializer-nightly-build.zip b/nightly/socializer-nightly-build.zip index a068ead..56b167c 100644 Binary files a/nightly/socializer-nightly-build.zip and b/nightly/socializer-nightly-build.zip differ diff --git a/src/application.py b/src/application.py index 66bd1ed..e74b5c9 100644 --- a/src/application.py +++ b/src/application.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- name = "Socializer" -version = "0.13" +version = "0.14" author = u"Manuel Cortéz" authorEmail = "manuel@manuelcortez.net" copyright = u"Copyright (C) 2016, Manuel cortéz." diff --git a/update-files/socializer.json b/update-files/socializer.json index 9f90a31..9c1eb06 100644 --- a/update-files/socializer.json +++ b/update-files/socializer.json @@ -1,4 +1,4 @@ -{"current_version": "0.13", -"description": "Added chats. Timeline's creation. View friends. Some bugfixes.", +{"current_version": "0.14", +"description": "Added management for audio albums. Bugfixes. Updated translations. Added a context menu for some items. Unread chats will be opened at startup.", "downloads": {"Windows32": "https://github.com/manuelcortez/socializer/blob/master/nightly/socializer-nightly-build.zip?raw=true"}} \ No newline at end of file