CB-10999 Updated RELEASENOTES for release 4.3.2
Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/2d4a510f Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/2d4a510f Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/2d4a510f Branch: refs/heads/4.3.x Commit: 2d4a510faf2bce9c1127c88c653b475231282dd2 Parents: c394cae Author: Vladimir Kotikov <[email protected]> Authored: Thu Mar 31 16:42:51 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Thu Mar 31 16:45:06 2016 +0300 ---------------------------------------------------------------------- RELEASENOTES.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/2d4a510f/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b446051..425c28b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -7,9 +7,9 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -24,6 +24,12 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge cordova-windows is a library that enables developers to create Windows 8/8.1/10 and WP8.1 application projects that support Cordova APIs. +### 4.3.2 (Mar 31, 2016) +* CB-10927 - Framework references in plugin.xml file prevent Windows Universal projects from being used on other machines +* CB-10845 Invalidate manifest cache in prepare +* CB-10714 Ignore case for --archs +* CB-10138 Adds missing plugin metadata to plugin_list module for Windows + [4.3.1] * CB-10487 WindowsStoreIdentityName should be lowercased in Application.StartPage * CB-10446 Windows 10 Cordova Application restart instead of resume @@ -66,7 +72,7 @@ cordova-windows is a library that enables developers to create Windows 8/8.1/10 * CB-9499: Run failure targeting x64 with an x86 version of Node * CB-8936: Logs: Stability and formatting improvements * CB-8936: Windows logs: Improvements -* CB-9482: Mobile deployment failure +* CB-9482: Mobile deployment failure * CB-9482: Mobile emulator deployment failure * CB-8936: Added logging functionality * CB-9458: Updated the baseline version of Universal Windows to 10240. @@ -77,16 +83,16 @@ cordova-windows is a library that enables developers to create Windows 8/8.1/10 * CB-8965: Copy cordova-js-src directory to platform folder during create * CB-9359: Adds support for .appxbundle creation * CB-9410: Added preferences for Windows Store ingestion. -* CB-9408: Added a `windows-packageVersion` attribute to the `<widget>` element +* CB-9408: Added a `windows-packageVersion` attribute to the `<widget>` element * CB-9283: Add support for Windows 10 WinAppDeployCmd for deployment to remote devices. * CB-9239: Fixes issue with windows prepare on posix platforms. * CB-9235: Adds more checks based on the windows-target-version * CB-9159: Fix WP8.1 deploy when 'window-target-version' is 10.0. -* CB-9335: Windows quality-of-life improvements. +* CB-9335: Windows quality-of-life improvements. * put channel in its proper place, and removed comment. Removed extra ) * add same activated channel and activationContext for non-browserify workflows * add activationContext + activated channel to windows -* CB-9271: Removed the unnecessary device capabilities from the Windows 10 app manifest. +* CB-9271: Removed the unnecessary device capabilities from the Windows 10 app manifest. * CB-9252: Migrate WinJS to an NPM dependency * Adding .ratignore file. * CB-9164 Better error message when deploying to Windows10 phone emulator --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
