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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Changes in 0.6.5:
* Bugfix release.
Changes in 0.6.4:
* The "toggle" command now starts playing the CD if it is stopped.
* On systems which do not provide a `vasprintf' (Solaris 8, for
example), cdcd will work (the incompatibility was introduced in a
previous version of cdcd). But you will need Glib 1.1.12 or higher.
* Bug fixes in the configure script.
Changes in 0.6.3:
* Fixed a bug in the manual configuration.
Changes in 0.6.2:
* Check for .cdcdrc's readability (thanks to Matt Kraai).
* Some fixes.
Changes in 0.6.1:
* Bugfix release.
* Jump: 0.5.6 -> 0.6.1, in order to prevent the confusion that cdcd
0.6.0 is newer than 0.5.*
Changes in 0.5.6:
* New `toggle' command (thanks to Mickael Fair).
* Texinfo documentation.
Changes in 0.5.5:
* Bugfix release.
Changes in 0.5.4:
* The `play' command's behaviour is more slow-connection friendly:
play first, then CDDB/CDIndex-lookup (whenever possible).
Changes in 0.5.3:
* cdcd now accepts commandline switches (--version, --help, --device).
Changes in 0.5.2:
* Fixed Makefile.am and conf.c (thanks to <kraai@debian.org>)
Changes in 0.5.1:
* Better readline+history support.
* Cosmetic changes.
* Subshells system introduced.
* The `tracks' command now shows which track we are playing.
* A `!' command to execute things from inside your cdcd.
* Some fixes.
Changes in 0.5.0:
* cdcd now uses the 1.0 version of the libcdaudio API
* Configuration questionaire pops up to aid cdcd setup.
Changes in 0.4.6:
* Command and track name completion. Just use 'tab'.
Changes in 0.4.5:
* cdcd now has CD Index support and will use CD Index servers by default
* cdcd has a manpage, finally
Changes in 0.4.4:
* Fixed for new libcdaudio interface
* Fixed glibc2.1 related bugs
Changes in 0.4.3:
* Bugs in autoconf fixed
* 'submit' feature added
* 'sites' feature expanded
* 'infoall' removed in favour of 'tracks'
* 'seldisc' removed in favour of 'slot'
Changes in 0.4.1:
* Multiple bugs fixed in the code
* setpos was eliminated as a redundant feature (play serves the same function)
Changes in 0.3.11:
* Multiple bugs fixed in the code
Changes in 0.3.10:
* Added client/server CDDB toggle command, cddbmsg.
* Interface modified to fit new libcdaudio database interface
* Device selection support
Changes in 0.3.9:
* Fixed memory leak in strnupper
* Improved ff, rew, and edit commands
Changes in 0.3.8:
* Multiple arguements implemented
* Play function improved
Changes in 0.3.7:
* volume control functions changed to getvol/setvol
* CD changer support implemented
* debug command added
* Better info/infoall commands
* Genre editing supported with edit command
Changes in 0.3.6:
* Makefile now generated with automake/autoconf
* CDDB support, and support extended data
|