Repository: cordova-windows Updated Branches: refs/heads/master 5a6cb7283 -> d7f4b842d
CB-10999 Add release notes from 4.3.2 release Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/ebff5d22 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/ebff5d22 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/ebff5d22 Branch: refs/heads/master Commit: ebff5d2203b9a85dcefd6b9cf10778556ad9198b Parents: 5a6cb72 Author: Vladimir Kotikov <[email protected]> Authored: Mon May 30 13:09:01 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Mon May 30 13:59:15 2016 +0300 ---------------------------------------------------------------------- RELEASENOTES.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ebff5d22/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b446051..1922a37 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,13 @@ 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-10622 Upgrade cordova-common to work with 'target'-defined icons +* 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 +73,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 +84,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]
