← Back to team overview

nuvola-player-devel team mailing list archive

Nuvola Player 1.1 Beta 1 and 2.0 Beta 1 have been released

 

Dear friends,

I'm glad to announce the first beta releases of series 1.1.x and
2.0.x. These series share majority of a codebase, the only difference
is in graphical toolkit and library used to provide unique instance:
1.1.x uses GTK+ 2 and libunique, whereas 2.0.x uses GTK+ 3 and
GtkApplication (i.e. no dependency on libunique).

New releases bring a few bug fixes and many new features for users as
well as for maintainers of service integrations. More information is
available in release notes [1][2].

[1] http://nuvolaplayer.fenryxo.cz/Releases/1.1.html
[2] http://nuvolaplayer.fenryxo.cz/Releases/2.0.html

=== Installation: Binary packages ===

Nuvola Player Project provides binary packages for Debian Sid and
Wheezy[3] and for Ubuntu 10.04, 11.04, 11.10 and 12.04 [4]. However,
packages may be currently in the build queue[5]. Please do not remove
stable PPA from your list of repositories, your current stable package
will be automatically upgraded to a beta release and the beta release
will be automatically upgraded to its stable release, when it will be
available.

[3] http://ppa.fenryxo.cz/nuvola-player/README.html
[4] https://launchpad.net/~nuvola-player-builders/+archive/beta
[5] https://code.launchpad.net/~nuvola-player-builders/+archive/beta/+builds?build_text=&build_state=all

=== Installation: From source ===

Nuvola Player project doesn't provide source tarballs for pre-release
versions. You can use snapshots of development branches[6][7]. Then
follow instructions in file INSTALL.

$ bzr branch lp:nuvola-player/1.1.x -r tag:1.1~beta1 nuvolaplayer

or

$ bzr branch lp:nuvola-player/2.0.x -r tag:2.0~beta1 nuvolaplayer

[6] https://code.launchpad.net/~fenryxo/nuvola-player/1.1.x
[7] https://code.launchpad.net/~fenryxo/nuvola-player/trunk

=== Translators ===

Translation templates have not been updated yet. Please subscribe to
translators mailing list[8] to get notification about upload of
updated templates.

[8] https://launchpad.net/~nuvola-player-translators

Enjoy!

Jiří Janoušek

=== Changelog for 1.1~beta1 ===

# Changes since 1.0.5

 * Added auto-play feature. Closes LP:929356.
 * Introduced commandline interface to control Nuvola Player
   (nuvolaplayer-client).
 * Created Elementary-like toolbar item for menu. Closes LP:927283.
 * Introduced API for extensions. However, only built-in extension are
   supported, run-time extensions will be supported in next cycle.
 * Added Last.FM scrobbling built-in extension. Closes LP:836111.
 * Added Lyrics fetcher built-in extension. Closes LP:893192.
 * Added option to set size of cache for remote data and to disable cache.
   This is located in tab Advandced in Preferences dialog.
 * Added web plugin blocker.
 * Added Switch service button to toolbar.
 * Tray Icon became built-in extension.
 * Dock Manager integration became built-in extension.
 * Unity Quick List integration became built-in extension.
 * MPRIS interface became built-in extension.
 * Media keys management became built-in extension.
 * New service selector. Closes LP:1001671.
 * Dropped support for user scripts.
 * Dropped support for Maverick version of Ubuntu Indicator.
 * Added service support for Amazon Cloud Player by Michael Mims.
 * Added support for dynamic HTTP(S) proxy resolver.
 * Introduced Nuvola Player JavaScript API 2.0 with API 1.x compatibility
   layer for old service integrations.
 * Troubleshooting actions moved to Preferences dialog, tab Advanced.
 * Added `nuvolaplayer.wrapper` script to run Nuvola Player from source
   directory.
 * Majority of a code relicensed under BSD 2-Clause license.
 * Only toolbar is shown by default.
 * Added option to hide Google bar in Google Play Music. Closes LP:892055.
 * Removed "-Q/--quit" command line argument, use "nuvolaplayer-client quit"
   instead.
 * Bumped dependencies, see INSTALL for details.
 * Completely changed build options, run `./waf geatures` or `./waf --help`
   for details.
 * Services can specify whether they need Flash plugin.
 * Notifications are not shown when window is active. Closes LP:986104.

=== Changelog for 2.0~beta1 ===

# Changes since 1.0.5

 * Added auto-play feature. Closes LP:929356.
 * Introduced commandline interface to control Nuvola Player
   (nuvolaplayer-client).
 * Created Elementary-like toolbar item for menu. Closes LP:927283.
 * Introduced API for extensions. However, only built-in extension are
   supported, run-time extensions will be supported in next cycle.
 * Added Last.FM scrobbling built-in extension. Closes LP:836111.
 * Added Lyrics fetcher built-in extension. Closes LP:893192.
 * Added option to set size of cache for remote data and to disable cache.
   This is located in tab Advandced in Preferences dialog.
 * Added web plugin blocker.
 * Added Switch service button to toolbar.
 * Tray Icon became built-in extension.
 * Dock Manager integration became built-in extension.
 * Unity Quick List integration became built-in extension.
 * MPRIS interface became built-in extension.
 * Media keys management became built-in extension.
 * New service selector. Closes LP:1001671.
 * Dropped support for user scripts.
 * Dropped support for Maverick version of Ubuntu Indicator.
 * Added service support for Amazon Cloud Player by Michael Mims.
 * Added support for dynamic HTTP(S) proxy resolver.
 * Introduced Nuvola Player JavaScript API 2.0 with API 1.x compatibility
   layer for old service integrations.
 * Troubleshooting actions moved to Preferences dialog, tab Advanced.
 * Added `nuvolaplayer.wrapper` script to run Nuvola Player from source
   directory.
 * Majority of a code relicensed under BSD 2-Clause license.
 * User interface ported to GTK+ 3. Closes LP:958154.
 * Only toolbar is shown by default.
 * Added option to hide Google bar in Google Play Music. Closes LP:892055.
 * Removed "-Q/--quit" command line argument, use "nuvolaplayer-client quit"
   instead.
 * Bumped dependencies, see INSTALL for details.
 * Completely changed build options, run `./waf geatures` or `./waf --help`
   for details.
 * Services can specify whether they need Flash plugin.
 * Notifications are not shown when window is active. Closes LP:986104.