From ec6f3cf3d048dcf5a63e0dbd882123897b0149b8 Mon Sep 17 00:00:00 2001 From: Zhao Cheng Date: Mon, 10 Sep 2012 11:24:06 +0800 Subject: [PATCH] node-webkit v0.2.5 is released. Changelog: Node * node-webkit's version is added to process.versions Core * Support getUserMedia API * Implement file select dialog * Add `nwdirectory` and `nwsaveas` attribute for * Add new nw protocol, having nw:blank and nw:version now * Context created by window.open has node's symbols now * All DOM operations don't need to be user gesture now * Add window.title for manifest file Windows * Fix crash when using devtools on some machines Mac & Linux * Fix issues with node native modules Windows & Linux * Implement file download dialogs --- src/nw_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nw_version.h b/src/nw_version.h index c9cec13aec..485dfba678 100644 --- a/src/nw_version.h +++ b/src/nw_version.h @@ -24,7 +24,7 @@ #define NW_MAJOR_VERSION 0 #define NW_MINOR_VERSION 2 #define NW_PATCH_VERSION 5 -#define NW_VERSION_IS_RELEASE 0 +#define NW_VERSION_IS_RELEASE 1 #ifndef NW_STRINGIFY #define NW_STRINGIFY(n) NW_STRINGIFY_HELPER(n)