File: ChangeLog

package info (click to toggle)
nyello 0.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 720 kB
  • ctags: 593
  • sloc: cpp: 4,056; sh: 785; makefile: 75
file content (70 lines) | stat: -rw-r--r-- 1,999 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Version 0.5.0
(23 October 2006)

	New features:
	- Added a seek command (absolute and relative).
	- Made 'remove' and 'jump' use a pattern instead of positions in the playlist.
	- New pattern symbol '_' (matches currently playing song, see 'help INFO')

	Bug fixes:
	- Changed query generator to work around a possible SQLite bug with IN (...).

	Misc fixes:
	- Added Copyright and License notices in all source files.
	- Cleanup the configure.ac file.
	
Version 0.4.1
(2 January 2006)

	Bug fixes:
	- Fix of the autosaved autoload on nyello startup

Version 0.4.0
(30 December 2005)

	New features:
	- Major refactoring to change all clientlib calls to async
	- Active playlist now always in sync in the mlib
	- New command: import

	Bug fixes:
	- PLAYLIST-LIST doesn't always display empty playlists
	- Cannot replace song when playing the last song of the playlist
	- When loading a playlist, jump to previous position and tickle

Version 0.3.0
(19 September 2005)

	New features:
	- Configure script, using autoconf/automake
	- New commands: clear, shuffle, jump, status, remove
	- Allow escaped spaces and quoted string to be a single token
	- Reads the XMMS_PATH env var to open the server connection
	- Order by random

	Bug fixes:
	- Important refactoring of the Printable tree, now using AbstractResult
	- Parsing order bug (fixes "info -7")
	- Erroneous playlist-list number of songs now correct
	- Pattern syntax correction (now '#' matches '1#0-' indeed)
	- Various cleanup, fixes and memory desallocation

Version 0.2.0
(13 September 2005)

	New features:
	- Result counter now starts at 0
	- New pattern feature: --orderby <fieldlist>
	- Help now describes every command (try 'help info')

	Bug fixes:
	- Endless loop with 'INFO +99' and others
	- Avoid invalid queries ("WHERE ()")
	- Small corrections to NOT operator, but it DOESN'T work at all right now.
	- Hide playlists starting with an underscore
	- More parsing errors fixed

Version 0.1.0
(31 August 2005)

	Initial release.