Skip to content

Commit

Permalink
Release 4.5.0 - June 23rd, 2017
Browse files Browse the repository at this point in the history
  * 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/nuvolaplayer#348
  * genmakefile: Legacy nuvolaplayer3_xxx icon symlinks are created only
    in Nuvola 3.0.x compat mode. Issue: #3
  * Fixed compatibility with Nuvola 4.5.0.

Signed-off-by: Jiří Janoušek <[email protected]>
  • Loading branch information
jiri-janousek committed Jun 23, 2017
1 parent 4e55b30 commit 9dd3442
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = "nuvolasdk",
version = "4.4.0",
version = "4.5.0",
author = "Jiří Janoušek",
author_email = "[email protected]",
url = "https://github.com/tiliado/nuvolasdk",
Expand Down

0 comments on commit 9dd3442

Please sign in to comment.