| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| npm.tgz | 2019-12-04 | 10.5 kB | |
| deskgap-v0.2.0-win32-ia32.zip | 2019-12-04 | 8.2 MB | |
| deskgap-v0.2.0-darwin-x64.zip | 2019-12-04 | 10.5 MB | |
| deskgap-v0.2.0-linux-x64.zip | 2019-12-04 | 14.1 MB | |
| README.md | 2019-12-04 | 672 Bytes | |
| v0.2.0 source code.tar.gz | 2019-12-04 | 153.2 kB | |
| v0.2.0 source code.zip | 2019-12-04 | 229.2 kB | |
| Totals: 7 Items | 33.2 MB | 1 | |
Added
- A standalone cross-platform C/C++ library: libdeskgap, which DeskGap statically links against. Notes:
- No documentation for now. See the headers for usage details.
- C APIs still lack. Most APIs are in C++.
- Additional info in the process object:
- process.version.deskgap
- process.resourcesPath
Changed
- The native module and js are now embedded in the DeskGap executable.
- Build steps have been simplified.
Fixed
- Windows woundn't go on top on macOS. [#36]
- A line ending issue on non-Windows platforms. [#33]