MediaTray 0.1.2 and 0.2

Dennis Tomas <[email protected]> Sat, 28 Mar 2015 12:19:31 +0100
Newsgroups gmane.comp.desktop.rox.user
Message-ID <20150328121931.33cb67f7@dt-Aspire-7250>
MediaTray 0.1.2 and 0.2 have been released.
Version 0.1.2 is a bugfix release while 0.2 adds experimental support
for SSH/FTP/SMB/WebDAV mounts.

Get version 0.1.2 with
git clone -b v0.1.2 --recursive https://github.com/dtomas/MediaTray.git
or update with
git fetch --recurse-submodules
git checkout v0.1.2

Get version 0.2 with
git clone -b v0.2 --recursive https://github.com/dtomas/MediaTray.git
or update with
git fetch --recurse-submodules
git checkout v0.2

For the development version, try
git clone --recursive https://github.com/dtomas/MediaTray.git
or update it with
git checkout master
git pull origin master
git submodule update

You need python-gobject and (optional) python-wnck to run it.

Changes:
Make an icon without visible windows draggable as text/uri-list.
Fixed NameError in MediaIcon.uris_dropped().
Fixed TypeError in manage_mediaicons(). (reported by Abrolag)
Improved support for external (un)mounting.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/