diff --git a/changelog b/changelog index eb92ef188..7945e9b98 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,17 @@ +2.4.0 - June 18th, 2013 + * New features + * Show linking + * Repeating shows on every nth week of the month (2nd Monday etc) + * Waveform Editor (for cues/fades) + * Global crossfade setting, separate global fade in/fade out setting + * Library view shows which tracks are scheduled and/or in playlist + * Opus and AAC/AAC+ output support + + * Improvements/Bug Fixes + * Show creation overhaul + * Library view re-ordering columns issue fixed + * Improved track length detection + 2.3.1 - March 19th, 2013 * Bug fixes * Security fixes with running unescaped shell commands diff --git a/python_apps/pypo/liquidsoap_scripts/ls_script.liq b/python_apps/pypo/liquidsoap_scripts/ls_script.liq index 6e0066756..1ba91a354 100644 --- a/python_apps/pypo/liquidsoap_scripts/ls_script.liq +++ b/python_apps/pypo/liquidsoap_scripts/ls_script.liq @@ -41,9 +41,9 @@ source_id = ref 0 def create_source() l = request.equeue(id="s#{!source_id}", length=0.5) - l = cue_cut(l) l = audio_to_stereo(id="queue_src", l) + l = cue_cut(l) l = amplify(1., override="replay_gain", l) # the crossfade function controls fade in/out