Skip to content

Commit

Permalink
Release 4.7.0 - September 1st, 2017
Browse files Browse the repository at this point in the history
New Features:

  * New web app:  Jupiter Broadcasting by Andrew Stubbs.
  * The genuine flatpak builds offers free trial and $1/month
    subscription.
  * For sake of transparency, preferences dialog shows placeholders for
    features which were disabled by a distributor.

Bug Fixes:

  * VAAPI/VDPAU checks are not run under Wayland.
    Issue: #280 Issue: #359
  * URL sandbox was not honoured properly.
    Issue: #367

News for Script Maintainers:

  * API 4.6 is required for new scripts.

Under the Hood:

  * Nuvola no longer bundles `*.vapi` files but depends on those of
    Valac 0.36.3. However, glib-2.0.vapi and
    webkit2gtk-web-extension-4.0.vapi must be patched to work properly
    (see `vapi/*.patch`). You may need to modify wscript if you don't
    use Valac 0.36. Issue: #369
  * Valac and GLib dependencies were raised to 0.36.3 and 2.52.
    Issue: #369
  * GIR XML and typelib files are generated. Introduces new dependency
    on g-ir-compiler.
  * There was a lot of refactoring to allow usage of Python-GObject and
    to support multiple web engines in future.
  * Future warning: Nuvola is likely to introduce dependency on
    Python 3.6.

Signed-off-by: Jiří Janoušek <janousek.jiri@gmail.com>
  • Loading branch information
jiri-janousek committed Sep 1, 2017
1 parent 8b85265 commit d030c6d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Nuvola Apps Changelog
=======================

Release 4.7.0 - September 1st, 2017
--------------------------------

New Features:

* New web app: Jupiter Broadcasting by Andrew Stubbs.
* The genuine flatpak builds offers free trial and $1/month subscription.
* For sake of transparency, preferences dialog shows placeholders for features which were disabled by a distributor.

Bug Fixes:

* VAAPI/VDPAU checks are not run under Wayland. Issue: tiliado/nuvolaruntime#280 Issue: tiliado/nuvolaruntime#359
* URL sandbox was not honoured properly: Issue: tiliado/nuvolaruntime#367

News for Script Maintainers:

* API 4.6 is required for new scripts.

Under the Hood:

* Nuvola no longer bundles `*.vapi` files but depends on those of Valac 0.36.3. However, glib-2.0.vapi and
webkit2gtk-web-extension-4.0.vapi must be patched to work properly (see `vapi/*.patch`). You may need to
modify wscript if you don't use Valac 0.36. Issue: tiliado/nuvolaruntime#369
* Valac and GLib dependencies were raised to 0.36.3 and 2.52. Issue: tiliado/nuvolaruntime#369
* GIR XML and typelib files are generated. Introduces new dependency on g-ir-compiler.
* There was a lot of refactoring to allow usage of Python-GObject and to support multiple web engines in future.
* Future warning: Nuvola is likely to introduce dependency on Python 3.6.

Release 4.6.0 - 29th July, 2017
-------------------------------

Expand Down
4 changes: 2 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ out = 'build'
APPNAME = "nuvolaruntime"
NUVOLA_BIN = "nuvola"
NUVOLACTL_BIN = "nuvolactl"
VERSION = "4.6.0"
VERSION = "4.7.0"
GENERIC_NAME = "Web Apps"
BLURB = "Tight integration of web apps with your Linux desktop"
DEFAULT_HELP_URL = "https://github.com/tiliado/nuvolaplayer/wiki/Unofficial"
DEFAULT_WEB_APP_REQUIREMENTS_HELP_URL = "https://github.com/tiliado/nuvolaplayer/wiki/Web-App-Requirements"

MIN_DIORITE = "4.6.0"
MIN_DIORITE = "4.7.0"
MIN_VALA = "0.36.3"
MIN_GLIB = "2.52.0"
MIN_GTK = "3.22.0"
Expand Down

0 comments on commit d030c6d

Please sign in to comment.