Skip to content

Commit

Permalink
node-webkit v0.2.5 is released.
Browse files Browse the repository at this point in the history
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 <input type='file'>
* 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
  • Loading branch information
zcbenz committed Sep 10, 2012
1 parent 147af8a commit ec6f3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nw_version.h
Expand Up @@ -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)
Expand Down

1 comment on commit ec6f3cf

@sequoiar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it sounds great that getUserMedia get ready.

Please sign in to comment.