@Duffer & Jim
I totally agree about SQLite3. It's on the initial post (added it a few days ago). JSON and XML parsing are up there too.
When I do a final poll I might also ask folks to rank these. In my opinion SQLite3 would be top priority over the other two, because whatever you can do in JSON or XML can be done in SQL and probably faster. A db with the ability to store memblocks would open up a world of possibilities, too.
@CJB - SetViewAngle was added to the master list a couple days ago. I agree, would be very handy.
@TimShark - Can you explain on post-processing a bit more? We have Sprite shaders now, I'm not sure what else you might be referring to.
@Alex_Peres - Draw on camera view is on the list!

Are you asking for access to the pixel data from the camera?
@John McIver - good idea, GPS velocity is a must IMO. I've added both to the master list.
@Native Tech - Sadly, Jim is correct. Android and iOS only support one music stream. So we can't do crossfading or overlapping unless you convert to WAV sounds or use some sort of memblock setup to mix the file data. With either method I think it will be fairly slow on mobile. I agree this would be nice though, if it were possible.
@Ranietz - Multiple sprite textures would be awesome. I've added it to the list, but I don't have high hopes on this.
@Duffer - I've also added the array functionality to the list that you're talking about. I'm not fully aware of the commands planned for arrays in v2, but I'll assume that Paul has finished. That said... You can resize arrays by myArray.length = newLength. I think undim still works to destroy the array. Seems to in my programs at least. Also it appears that dim can still be used to resize. I'm a little confused at getting the current element that you're at. I'm not sure that applies to AppGameKit arrays since you don't step through them with read commands. Can you elaborate? Sorry I just want to be clear. All the others I have added that you list. If you have a chance to be more specific on even more commands for arrays then please do so. I haven't used DB in years now so can't remember how arrays work there.
--------
Master list should be up to date at this point. Let me know if I missed anything that I haven't asked about already
Thanks guys, this is forming up nicely!