The latest development release (0.3.7) has just been put up. See the changelog for the list of information/fixes/changes.
Just a few additional notes:
We've hit a “sorta milestone” with the relationships-aspect of Qcodo Query. QQ relationships handling is now considered “feature complete” -- every kind of relationship deduced from the db analysis is now qcodo query-able. woo hoo! =)
Also, we've slightly rearchitected how datagrid's datasource binding gets handled with teh new SetDataBinder method on datagrids and datarepeaters. See the examples for more information on this (all the examples as well as the form base templates have been updated to reflect this new architecture).
Fortunately, the old way of putting that code in Form_PreRender still works, so we have full backward compatability. =) For developers using full AJAX and sortable/paginated datagrids within custom child panels, you will need to use the new SetDataBinder method (in fact, SetDataBinder resolves an architectural issue with Form_PreRender which causes this situation to not work properly in the first place). But for anything/anywhere else, use whatever makes the most sense to you.