From 9dd344216de7e8b30e0affac757b382ec35bb0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Janou=C5=A1ek?= Date: Fri, 23 Jun 2017 23:55:26 +0200 Subject: [PATCH] Release 4.5.0 - June 23rd, 2017 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * new-project, convert-project: User is asked for git name and git email if they are not set. * Happy Songs demo was updated to include progress bar and volume level. * genmakefile: Wrong dbus launcher command in desktop file was fixed. Issue: tiliado/nuvolaruntime#348 * genmakefile: Legacy nuvolaplayer3_xxx icon symlinks are created only in Nuvola 3.0.x compat mode. Issue: tiliado/nuvolasdk#3 * Fixed compatibility with Nuvola 4.5.0. Signed-off-by: Jiří Janoušek --- CHANGELOG.md | 11 ++++++++--- setup.py | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6db220..168e9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ Nuvola SDK Change Log ===================== -+1 ---------------------- +4.5.0 - June 23rd, 2017 +----------------------- * new-project, convert-project: User is asked for git name and git email if they are not set. - + * Happy Songs demo was updated to include progress bar and volume level. + * genmakefile: Wrong dbus launcher command in desktop file was fixed. Issue: tiliado/nuvolaruntime#348 + * genmakefile: Legacy nuvolaplayer3_xxx icon symlinks are created only in Nuvola 3.0.x compat mode. + Issue: tiliado/nuvolasdk#3 + * Fixed compatibility with Nuvola 4.5.0. + 4.4.0 - May 27th, 2017 ---------------------- diff --git a/setup.py b/setup.py index a69c8cf..9e06527 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = "nuvolasdk", - version = "4.4.0", + version = "4.5.0", author = "Jiří Janoušek", author_email = "janousek.jiri@gmail.com", url = "https://github.com/tiliado/nuvolasdk",