I fished through the yahoo group to see if I could find out what the changes since the most recent update in the wiki change log were. I THINK I got most of the important stuff? Anything missed?
1.3l_50 - 2013 June 23rd
------------------------
I've fixed the project creation bug that should have been fixed a long
time ago1.3k_04F - 2013 March 29th
--------------------------
[ALL] Fixed wrong playback with reversed looped samples
[ALL] Added STOP command.This one is the equivalent of LSDj's HFF and works only in phrases. In
song mode it will stop the song. In Live mode it will stop immediately
the channel it's sitting into. There's no extra setting to it[WIN/OSX/DEB/RASPI] MIDICTRLDEVICE setting for the config file.
This will allow to control the piggy from a MIDI device pretty much
the same way as joystick can. A Typical mapping file could contain<MAPPINGS>
<MAP src="midi:all:0:cc:104" dst="/event/up" />
<MAP src="midi:all:0:cc:105" dst="/event/down" />
<MAP src="midi:all:0:cc:106" dst="/event/left" />
<MAP src="midi:all:0:cc:107" dst="/event/right" />
<MAP src="midi:all:0:note:0" dst="/event/start" />
</MAPPINGS>Right now there's no additional mapping than the one that existed already
[ALL] Fixed a bug when lega yy00 was used in the first note of any channel
[ALL] Fixed a possible crash when going in the instrument screen from
a note that didn't have an instrumennt
[ALL] Fixed clicks due to internal numerical overload when mixing
channels (AKA Ghetto pooping)Huge thanks to Bleo for spending the time on making extremely
detailled bug reports on some hard to figure bugs.1.3g_04B - 2013 feb 24th
------------------------
+ [ALL] Fixes (another) issue with downsampling
+ [ALL] Fixes a crash trying to render using FILE/FILESPLIT
+ [ALL] Better optimisation of some computation related to Bassy Filter
+ [ALL] Allow to toggle the 'old' way of computing downsampling
through the config entry LEGACYDOWNSAMPLING (you can set it to any
value to make it active). This is only applied when loading 'older
project' prior to 1.3
+ [CAANOO] Raised the buffer size on caanoo so that it suffers less
when plaiying heavy projects. The default is 256 but is can now be
changed through AUDIOBUFFERSIZE like (most) other platforms. Note only
power of two are valid in this case.1.3c_47 - 2013 Feb 4th
----------------------
+ [PSP] Fixed problem importing samples
+ [DINGOO] Fixed crash loading some projects
+ [DINGOO] Fixed volume mapping not working anymore with opendingux
+ [ALL] Fixed MIDI instruments numbering to decimal
+ [ALL] Bassy filter
+ [ALL] Fixed cloning an empty instrument lead to garbage and possibly crashes
+ [CAANOO] Fixed Soft fonts not loading properly on caanooo
+ [ALL] Fixed random sound changes when loading project on different
platform / folders
+ [RASPI] First version