Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@branchseer branchseer released this 04 Dec 15:51
· 421 commits to e3f6731002693ca0635543cfb1d42ddbd4b69736 since this release

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