source: NEWS @ 1792:a8fd74c7f0f1

Revision 1792:a8fd74c7f0f1, 5.0 KB checked in by Mickael Royer <mickael.royer@…>, 6 months ago (diff)

Prepare new release

Line 
1
2New features and significant updates in version...
3
40.12.0 (2012-11-11)
5-------------------
6  * Restructure the code to reduce its size
7     WARNING : there are some changes in the JSON-RPC interface, see docs
8  * Rewrite gstreamer player
9     * Add video support
10     * Add gapless support
11    Now, deejayd requires gstreamer >= 0.10.24
12  * Add new player command : player.getAvailableVideoOptions to know
13    video capabilities of the active player
14  * Rewrite webradio module
15    * replace shoutcast plugin with an icecast plugin
16    * enable use of categories for recorded webradio
17  * Rewrite test module
18    * require python >= 2.7 or unittest2 module installed
19    * optimize media library init
20    * add new options in test launcher
21      * --player to select active player : xine or gstreamer
22      * --db to select active database backend : sqlite or mysql
23
240.11.0 (2010-12-27)
25-------------------
26  * Replace XUL ui with a new webui built with Google Web Toolkit
27  * In the same way, replace mobile webui with a new one based on GWT
28  * Set volume by media type (song, video, webradio) and save all volume
29    states when deejayd quit
30  * Several bug fixes
31
320.10.0 (2010-03-31)
33--------------------
34  * Improve webradio mode
35  * Add shoutcast webradio support (disabled by default)
36  * Add lastfm audioscrobbler support (disabled by default)
37  * Update firefox extension to work with 3.6 version
38  * Several bug fixes
39
400.9.0 (2009-09-21)
41--------------------
42  * Replace XML protocol by a JSON-RPC protocol
43  * Rewrite XUL/Mobile webui to use new JSON-RPC protocol
44  * Xine : Add a new player option 'aspect_ratio" to change video aspect ratio
45  * Improve mobile webui
46  * Use kaa-metradata instead of hachoir-metadata/lsdvd to get video infos
47  * Xine : handle separate volume levels for audio and video media tracks
48
490.8.3 (2009-07-05)
50--------------------
51  * update extension to work with firefox 3.5
52  * several bug fixes
53
540.8.2 (2009-05-24)
55--------------------
56  * fix a important bug in library
57
580.8.1 (2009-05-19)
59--------------------
60  * add cdnumber info for audio media in database
61  * support multiple audio/video channels in video files
62  * fixes in xul webui
63
640.8.0 (2009-04-27)
65--------------------
66  * update database schema to be more evolutive
67  * add new mode : navigation panel (like rhythmbox panel mode)
68  * implement mediafilters to filter audio/video library
69  * add rating support
70  * add new playorder mode
71    * weigthed random
72    * one media
73  * set xine binding as an independant module (pytyxi)
74  * add a html interface optimized for mobile device (http://host:port/m/)
75  * add full support of cover album
76  * set xul webui as an firefox extension
77  * add intelligent playlist support
78  * add support of pyinotify-0.8
79
800.7.2 (2008-05-15)
81--------------------
82  * xine: add osd support (disabled by default)
83  * xine: add zoom option
84  * many fix in signal infrastructure
85  * fix in sql requests
86
870.7.1 (2008-04-16)
88--------------------
89  * add queue random option
90  * use XUL notification to display messages
91  * fix dvd playback
92  * minor fix in client library
93
940.7.0 (2008-03-28)
95--------------------
96  * database : add mysql backend support
97  * add new player options : Audio/Video offset and Subtitle offset
98  * add flac support
99  * add replaygain support (track profile only)
100  * add script to process an audio library and
101    record replaygain track gain/peak in songs
102  * log reopen on SIGHUP
103  * inotify watches out of root directory symlink
104  * save full status on exit and restore it on startup
105
1060.6.3 (2008-02-10)
107--------------------
108  * xine : disable DPMS while playing videos
109
1100.6.2 (2008-02-03)
111--------------------
112  * fix in xine backend
113    * correctly hide cursor
114    * fix xine event callback
115  * fix in mediadb (skip file with bad caracter)
116
1170.6.1 (2008-01-28)
118--------------------
119  * fix important bug in xine backend
120  * fix symlinks support in audio/video library
121
1220.6.0 (2008-01-26)
123--------------------
124  * rewrite xine backend to use ctypes
125  * xine : add gapless support
126  * improve video mode
127  * add signaling support
128  * add inotify support to update audio/video library
129  * improve webui performance
130  * add i18n support (only french translation is available for now)
131  * A lot of cleanups and bugfixes
132
1330.5.0 (2007-12-26)
134------------------
135  * xine backend : close stream when no media has been played
136  * integrate webui in deejayd. Ajaxdj is useless now
137  * support all commands in library client and djc
138  * A lot of cleanups and bugfixes
139
1400.4.1 (2007-11-11)
141------------------
142  * Fix bugs in mediadb and video source
143  * Fix documentation generation and update it
144
1450.4.0 (2007-11-04)
146------------------
147  * Add dvd support
148  * Add a python library client
149  * Add a command line client : djc
150  * Improve performance and memory usage with the use of celementtree module
151  * A lot of cleanups and bugfixes
152
1530.2.0 (2007-06-24)
154------------------
155  * Add a song queue
156  * Add video support
157  * Add xine backend
158  * Rewrite library
159  * A lot of cleanups and bugfixes
160
1610.1.0 (2007-02-28)
162------------------
163  * First release !!
Note: See TracBrowser for help on using the repository browser.