pyjama 0.3 "springinsfeld"

* Improved, more intuitive GUI
* more features to make exploring new albums easier: lyrics, soundslike, rating, statistics...

Milestone information

Project:
pyjama
Series:
trunk
Version:
0.3
Code name:
springinsfeld
Released:
 
Registrant:
Daniel Nögel
Release registered:
Active:
Yes. Drivers can target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon pyjama-0.3.0.1_all.tar.gz (md5) Source Package (run install.sh) 6,752
last downloaded 55 weeks ago
download icon pyjama-0.3.0.1_all.deb (md5) Ubuntu / Debian Installer 3,991
last downloaded 49 weeks ago
download icon pyjama-0.3.0_all.tar.gz (md5) Source Package (run install.sh) 130
last downloaded 55 weeks ago
download icon pyjama-0.3.0_all.deb (md5) Ubuntu / Debian Installer 492
last downloaded 50 weeks ago
download icon Changelog-0.3.0 (md5) Changelog-0.3.0 71
last downloaded 51 weeks ago
Total downloads: 11,436

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

  * some minor changes
  * updated language string
  * added danish language support (thanks to Jimmy Frydkær Jensen)
  * added -f option to gzip - now existing databases will be replaced automatically
  * fixed error-dialog
  * for plugin developers: for queries to the db please connect to the alldone event
  * fixed import errors in libre.fm and last.fm plugin
  * finally found a solution to make sure, that the database is available and ok
  * tested vanilla pyjama installation and fixed errors
  * moved all modules do "modules" directory
  * creaded "extended_modules" for modules like playlists and bookmarks
  * moved bookmarks plugin to pyjama_modules
  * now the buttons at the buttom of the playlist load and save playlists instead of imorting and exporting them
  * replaced md5.new() calls by hashlib.md5() calls
  * removed and blacklisted catchERR plugin.
  * error-message when download of the database dump failed (see bug 374236)
  * integrated lastplayed plugin in listenstats plugin
  * fixed: error when double-clicking on a track in the tracklist
  * fixed: plugin rating: now the correct track is added to the playlist when clicking on a track in the rating menu
  * new plugin: lastplayed
  * fixed an issue with gtk.LinkButton() and replaced it through clWidgets.MyLinkButton()
  * added a new animated pyjama logo to the about window
  * fixed an issue with html entities in some widgets - still have no good solution for that
  * help-menu not justified right any more
  * fixed: Lyrics plugin issues with the new track object
  * home-dir of pyjama can be set in constants.py now
  * fixed: rating-plugin: rated tracks won't be mixed up any more
  * fixed: closing dialogs via ESC or "x" now possible
  * fixed: playlist wasn't populated automatically by randomplayback plugin
  * removed threading from last.fm and libre.fm plugins: it caused some strange errors when querying the database in other plugins
  * added catalan language support and updated some other language strings
  * added threading to lastfm and librefm plugin since both greyed out pyjama when the service responsed delayed
  * now any query to settingsdb first opens and then closes a connection to the db in order to support threading. Does not seem to be a good solution
  * some tests with the new preferences dialog
  * fixed another track-related error in the listenstats plugin
  * fixed: bug concerning the language support
  * removed LinkButtons from Albumwidgets and added a own widget (that still needs some improvement)
  * the track-object now behaves like a dict to old plugins and prints a deprecation warning
  * fixed a bug that refreshed some widgets all the time so suppressed some tooltips
  * begun replacing track-dictionary by the new track-class (see clGstreamer010.py for more infos)
  * some minor changes
  * randomplayback: playlist are now more random
  * fixed: libefm / lastfm plugin - global name SessionError not found
  * added customized charts to jamlist plugin
  * fixed little bug in preparerelease.py which added a blank line to functions.py all the time
  * fixed: libefm / lastfm plugin - global name SessionError not found
  * added customized charts to jamlist plugin
  * new plugin "randomplayback": fills the playlist with random tracks
  * added bulgarian language support (thanks to Yasen Pramatarov and Borislav Manolov!)
  * fixed a little bug that crashed pyjama when running with bulgarian language file
  * not querying-info when looking for lyrics
  * ported Sebastian's last.fm plugin to libre.fm (untested) - added missing files
  * ported Sebastian's last.fm plugin to libre.fm (untested)
  * added statuspanel for various infos (like lastfm scrobbles)
  * fixed: self.scrobble AttributeError
  * added Sebastian Kalinowski's lastfm plugin
  * added license information for the plugin interface
  * fixed: Bug 350999 - pyjama stops on "querying jamendo"
  * moved search menuentry to pyjama's "browse" menu
  * added menu item for auto updater (PVC)
  * fixed some install issues
  * fixed some install issues
  * new plugin: PVC - an auto-update version control system
  * removed PMC
  * fixed: transpareny issues with some menu icons
  * fixed: install.sh should now work for any distri
  * added frames for more usability
  * mozplug: added a new "hide me" button and a toolbar
  * downloadGUI: now loading database correctly
  * jamlists: Now loading the x best rated playlists from jamendo
  * jamlists: showing playlists powered by jamendo
  * PMC: now using threading to get latest news - faster startup
  * fixed: after more than 100 revisions the history has been fixed :P
  * downloadGUI: now loading database correctly
  * jamlists: Now loading the x best rated playlists from jamendo
  * PMC: now using threading to get latest news - faster startup
  * fixed: rating plugin - TypeError: 'int' object is not iterable
  * setting home-page now possible
  * added images for license information
  * fixed: error when album was not in database
  * fixed: folder image had a white background
  * fixed: now space available in entries
  * fixed: long time until first albums were shown
  * new pyjama icon by spayder26 (thanks for that!)
  * added "similiar albums" to album view
  * some new icons
  * added frames for sidebar and main view
  * new toolbar position now fixed
  * fixed: clDB: no table 'settings' found
  * a simple tooltip delay
  * connecting to stream-info while conneting
  * downloadGUI: added auto-download option for database-dumps
  * mozplug now shows up when an url is opened in it by the user
  * new plugin: lyrics
  * listenstats: also watching tags and genres
  * spacebar now pauses / resumes playback
  * some changes in the tooltip interface
  * some changes in listenstats / rating plugins
  * a new settings class stores settings in a sqlite database (use for your plugins!)
  * added icon to playlist context menu
  * new plugin: listenstats - count how often a track/album/artist was listened
  * new plugin: rating - rates tracks
  * info tooltip for each track in playlist
  * adding tracks to playlist from tracklist now possible
  * fixed: "TypeError: 'NoneType' object is not iterable" when removing items from playlist
  * adding single tracks to new / existing playlists now possible
  * fixed: Deleting bookmarks not possible
  * auto downloading db-dump when none on disc
  * added dialog while querying jamendo
  * fixed Bug 324556
  * fixed ConfigParser.NoSectionError: No section: 'Playlists' in Playlist Plugin
  * fixed showing wrong page when changing the letter in ArtistBrowser
  * Plugins: Showing images
  * ArtistBrowser: added toolbar
  * fixed: Problems with upper case string-ids in the menu

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.