Skip to content

Releases: branchseer/DeskGap

v0.3.0-beta2

07 Mar 18:30
Compare
Choose a tag to compare
v0.3.0-beta2 Pre-release
Pre-release

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

04 Dec 15:51
Compare
Choose a tag to compare

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

DeskGap v0.1.0

12 Apr 02:39
Compare
Choose a tag to compare
DeskGap v0.1.0 Pre-release
Pre-release

DeskGap v0.0.9

24 Feb 17:05
Compare
Choose a tag to compare
DeskGap v0.0.9 Pre-release
Pre-release

Added

  • 🎉Linux support🎉

Changed

  • Bump the version of Microsoft.Toolkit.Forms.UI.Controls.WebView to 5.1.0

DeskGap v0.0.7

13 Feb 01:22
Compare
Choose a tag to compare
DeskGap v0.0.7 Pre-release
Pre-release

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

08 Feb 14:45
Compare
Choose a tag to compare
DeskGap v0.0.6 Pre-release
Pre-release
  • 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.