This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
Releases: branchseer/DeskGap
Releases · branchseer/DeskGap
v0.3.0-beta2
Changed
- Downgrade Node.js to v12.4.0, because newer versions have issues running in the macOS sandbox
Removed
- Node-webview communication methods: messageNode, messageUI, asyncNode
Added
- A rpc-style node-webview communication methods (to be documented, see node/test/webview.js for examples)
v0.2.0
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
DeskGap v0.1.0
DeskGap v0.0.9
Added
- 🎉Linux support🎉
Changed
- Bump the version of Microsoft.Toolkit.Forms.UI.Controls.WebView to 5.1.0
DeskGap v0.0.7
Changed
- Private methods & properties removed in d.ts files.
Fixed
- Better support for unicode argv in Windows.
- Loading local files no longer requires write access.
DeskGap v0.0.6
- Fixed an issue where setting titleBarStyle on a browser window changed its size.
- Fixed an issue where requests for non-existing files on Windows failed silently with status 200.
- Fixed an issue where extensions of defaultPath in file dialogs could be lost on macOS.