I think I found a completely non-critical issue, but I'll point it out for a future release.
When I force a custom preview resolution for a tk2dCamera, it shows a warning message about the resolution not matching the selected game view aspect ratio, even when it does match. The problem is that the preview aspect is inverted from the game view aspect when they are compared in tk2dCameraEditor code.
It doesn't appear to affect anything aside from showing the error message, but I figured it could cause confusion.
Thanks!