Changes in 2.1.1 - Fixed problem where windows would get chopped off after changing resolutions. - Fixed problem in The Weather where it would be perpetually nighttime (or daytime). - Added URL.responseData to allow Widget authors to get at the server response data even if the status code was not 200. - Possibly fixed an issue some people experienced with the WiFi Widget not loading with a string encoding exception. - Fixed bug that caused URR Widget (and possibly other Widgets with highly dynamic content) to crash. - Fixed issue where if you created a window in JavaScript and then set something in preferences, you'd see an error in the debug window about "window001" or the like not being found. We no longer use JS to set the preferences. - Added system.userWidgetsFolder - Fixed potential crash in popupMenu call. - Fixed kEaseNone validity checking - it was being rejected as a possible value in animations. - Fixed animation code to behave nicer when no parameters are pass...