- Fixed bug with timodule detection that wasn't properly handling multiple platforms [TIMOB-12844]
- Fixed bug when a file is copied and the dest exists, the dest isn't deleted first [TIMOB-13051]
- Fixed Titanium module detection library to properly handle the deploy-type property. [TIMOB-12422]
- Removed the deprecated Uglify 1 AST walker since we've upgraded to Uglify 2. [TIMOB-12439]
- Updated auth library to use request module instead of node.js built-in request functions. [TIMOB-12423]
- Fixed analytics library to set the uid cookie and not pass in the app_id. [TIMOB-12653]
- Fixed bug with the Android detection library failing to call 'android list' on Windows [TIMOB-12764]
- Fixed analytics to only send payload when logged in. [TIMOB-12771]
- Fixed bug if ~/.titanium folder doesn't already exist [TIMOB-12373]
- Fixed bugs in the analytics library when the user is offline [TIMOB-12265]
- Fixed plist parsing when tag is empty [TIMOB-12167]
- Fixed iOS cert parsing to properly decode special characters as well as organize certs by keychain [TIMOB-12033]
- Fixed bug in fs lib's copyDirSyncRecursive() function with copying relative symlinks
- Added support to Titanium module detection to find conflicting module names [TIMOB-11919]
- Fixed Titanium module detection searching the same path twice
- Fixed buffer size issues when ios library detects installed developer certs [TIMOB-12146]
- Removed 'default' from Android skin detection that was throwing off Titanium Studio [TIMOB-12082]
- Fixed bug with modules not properly being unzipped if the modules directory doesn't exist [TIMOB-12031]
- Fixed timodule unzipping [TIMOB-12031]
- Updated a i18n string
- Fixed bug with the zip library not properly unzipping on Windows due to extraneous quotes [TIMOB-11649]
- Added better error handling when unzipping on Windows
- Added trace logging for the image resizing
- Extended the AST walker to accept a pre-parsed AST tree instead of the filename of a file to parse
- Fixed ISO string formatting in plist date fields [TIMOB-11982]
- Updated i18n strings and fixed a bug with the locale being loaded correctly [TIMOB-11825]
- Fixed Uglify version to 1.3.X [TIMOB-11867]
- Fixed bug with zip file extracting on Windows [TIMOB-11880]
- Small tweaks
- Fixed bug with Android detection library not resolving Android SDK paths starting with a tilde (~) [TIMOB-11781]
- Fixed bug with unzip arguments being unnecessarily quoted
- Changed environ lib to explicit detect() call instead of automatic
- Added support for additional Titanium SDK path detection
- Fixed bug with unzipping files erroring because stdout exceeded buffer size [TIMOB-11649]
- Fixed typo in variable name that was breaking analytics library