Skip to content

Commit

Permalink
Release 4.10.0 - March 4th, 2018
Browse files Browse the repository at this point in the history
* Nuvola 3.0 compatibility mode was removed.
* The `nuvola-app-xxx` binary launcher was replaced with a shell script,
  which is now always included. It requires Nuvola 4.10. Consequently,
  `--with-dbus-launcher` configure option was removed.
* Individual apps now use the `eu.tiliado.WebRuntimeApp...` unique id.
* AppStream Addon XML metadata are generated. Issue: #1

Signed-off-by: Jiří Janoušek <[email protected]>
  • Loading branch information
jiri-janousek committed Mar 4, 2018
1 parent f3c983d commit 3cef14d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Nuvola SDK Change Log
=====================

4.10.0 - March 4th, 2018
------------------------

* Nuvola 3.0 compatibility mode was removed.
* The `nuvola-app-xxx` binary launcher was replaced with a shell script, which is now always included.
It requires Nuvola 4.10. Consequently, `--with-dbus-launcher` configure option was removed.
* Individual apps now use the `eu.tiliado.WebRuntimeApp...` unique id.
* AppStream Addon XML metadata are generated. Issue: tiliado/nuvolasdk#1

4.9.0 - December 17th, 2017
----------------------

Expand Down
2 changes: 1 addition & 1 deletion nuvolasdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""

VERSION = "4.9.0"
VERSION = "4.10.0"
VERSION_MAJOR, VERSION_MINOR, VERSION_MICRO = [int(i) for i in VERSION.split(".")]

import os.path
Expand Down

0 comments on commit 3cef14d

Please sign in to comment.