You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/05/21 19:41:23 UTC

[1/2] cordova-windows git commit: Update RELEASENOTES.md

Repository: cordova-windows
Updated Branches:
  refs/heads/master 8c2e720dd -> 059feacc0


Update RELEASENOTES.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/91001e52
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/91001e52
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/91001e52

Branch: refs/heads/master
Commit: 91001e52ab86bdb6dc77377abe4181bcc88acfcf
Parents: b8bcdad
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Thu May 21 08:57:49 2015 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Thu May 21 08:57:49 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/91001e52/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d638838..914e857 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -25,16 +25,23 @@ 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 and WP8.1 application projects that support Cordova APIs.
 
 [4.0.0-dev]
-
-* Added support for Windows 10 Universal Apps. 
-* To target Windows 10, add `<preference name="WindowsTargetVersion" value="10.0" />` to config.xml
+* CB-8486 Support for creating signed package and build.json for Windows
+* Add preview support for Windows 10 Universal Apps. To target Windows 10, add `<preference name="windows-target-version" value="10.0" />` to config.xml.
+* The default windows target version is now 8.1.
+* Support for `--appx` command line argument to override the windows target version
+* CB-8946: Added the `WindowsToastCapable` preference to indicate that the app can support toasts.  This is to support the Local Notifications plugin.
+* CB-8856 Fix 'Id' attribute is invalid when creating Windows Store submission build
+* CB-8307: Adding a 25-year expiration temporary certificate.
+* CB-8760 platform list doesn't show version for windows platform.
 
 **Known Issues with 4.0.0-dev and Windows 10**
 
-- Windows 10 Technical Preview 2 does not have a command-line compatible emulator deployment scenario.  To deploy to an emulator, open your solution file in Visual Studio.
-- The Windows SDK included with Visual Studio 2015 RC does not include a tool to deploy to a Windows 10 Phone.  To deploy to a phone, open your solution file in Visual Studio.
-- `-AndContinue` APIs have been deprecated in Windows 10, so plugins may throw an exception if they call such APIs from a Windows 10 app.
-- WinJS is included inline in the package.  In the future, it will be migrated to an NPM dependency, and the dependency will not include any UI-related files.  You should not take a dependency on WinJS UI functionality unless you include it yourself (see [WinJS on Github](http://github.com/winjs/winjs)).
+* Windows 10 Technical Preview 2 does not have a command-line compatible emulator deployment scenario.  To deploy to an emulator, open your solution file in Visual Studio.
+* The Windows SDK included with Visual Studio 2015 RC does not include a tool to deploy to a Windows 10 Phone.  To deploy to a phone, open your solution file in Visual Studio.
+* WinJS is included inline in the package.  In the future, it will be migrated to an NPM dependency, and the dependency will not include any UI-related files.  You should not take a dependency on WinJS UI functionality unless you include it yourself (see [WinJS on Github](http://github.com/winjs/winjs)).
+
+[3.8.2]
+* Update cordova.js with a fix that causes Ripple emulation to fail.
 
 [3.8.1]
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-windows git commit: Merge branch 'readme_update' of https://github.com/MSOpenTech/cordova-windows

Posted by pu...@apache.org.
Merge branch 'readme_update' of https://github.com/MSOpenTech/cordova-windows


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/059feacc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/059feacc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/059feacc

Branch: refs/heads/master
Commit: 059feacc0a673262edd137794eaa3cdeecbd85a4
Parents: 8c2e720 91001e5
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu May 21 10:41:06 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu May 21 10:41:06 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org