~jwiltshire/pogo/debian

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jonathan Wiltshire
  • Date: 2010-12-20 23:52:57 UTC
  • Revision ID: git-v1:e24ab7d692aa9fecd89514fbd769b83b9db2dd55
Tags: upstream/0.3
ImportedĀ UpstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 Pogo NEWS
 
2
==============
 
3
 
 
4
 0.3 "I go hard, I go home" (2010-12-01)
 
5
========================================
 
6
* Search for tracks in the music folders (Directories below separator)
 
7
* Searching supports * and ? wildcards
 
8
* Let users add and hide directories in file browser
 
9
* Add "Open containing folder" context menu item
 
10
* Make trackslider bigger
 
11
* Fix Loading files from commandline (make paths absolute)
 
12
* Fix: Save playlist also when files have been added on the commandline
 
13
* Fix: With compiz the first cover is only shown after the window is redrawn
 
14
 
 
15
 
 
16
 0.2 "I hold the candle while you dance upon the flame" (2010-10-21)
 
17
====================================================================
 
18
* Make startup even faster by saving the playlist with its formatting
 
19
* Make track drag'n'drop faster by caching the tracks
 
20
* MPRIS support: Send DBus messages about play events (code from decibel)
 
21
* Do some profiling to improve general speed
 
22
* Append files added on commandline (pogo mytrack.mp3 myalbum myothertrack.mp3)
 
23
* Append files added from nautilus right-click menu
 
24
* Correctly add multiply nested directories
 
25
* Activate the Covers and Notifications modules by default
 
26
* Hide volume button (Only duplicates functionality of the Sound Indicator)
 
27
* Updated Translations
 
28
 
 
29
 
 
30
 0.1 "Businessmen drink my blood" (2010-10-05)
 
31
==============================================
 
32
* Initial release
 
33
* Fork decibel audio player
 
34
* Rebranding
 
35
* Restructure interface (use space more efficiently, simplify)
 
36
* Write new playlist widget which groups albums
 
37
* Show clickable cover in lower right corner
 
38
* Make preferences dialog more accessible
 
39
* Make track position slider clickable with left mouse clicks
 
40
* Highlight all parents when playing a track
 
41
* Automatically hide redundant information in track titles
 
42
* Remove menubar and statusbar
 
43
* Add preferences button
 
44
* Highlight dropped rows after drag'n'drop
 
45
* Collapse rows when dragging only dirs
 
46
* Let slider tooltip display elapsed seconds
 
47
* Keep original ratio when scaling covers
 
48
* Remove unnecessary code
 
49
* Much code refactoring