Qode Versions Save

DEPRECATED: Please see https://github.com/nodegui/qodejs instead

v2.1.1

2 years ago

Adds Apple silicon support

Upgrade to Node v14.17.0

v2.1.0

4 years ago

Upgrade to node v14.2.0 fix microtask issue

v2.0.4

4 years ago

Fix microtasks not running

v2.0.3

4 years ago

Removes qode from npm bins. This should be done by libs using qode

This is done so that libs using qode can add extra dynamic libs to the path variable before calling qode. This will help in switching Qt versions easily by setting appropriate path variables (in case of windows)

v2.0.2

4 years ago

Export symbols for windows qode api

v2.0.1

4 years ago

Fixes crash on activateUvLoop() Reduces public facing api

v2.0.0

4 years ago

Qode 2.0 removes Qt libs dependency from Qode This makes it easier to upgrade Qt and also allows devs to use their own version of Qt.

Also, helps in avoiding issues with 3rd party plugin development because of qt version mismatch.

Now Qode essentially becomes nodejs + <some code changes to allow message loop injection via an addon>

Upgrades to Node 13.9.0

v1.0.6

4 years ago
  • Adds fix for Qode installation failing for first time.

v1.0.5

4 years ago

Adds activateUvLoop on process so that the timers in qode can run nicely.

Thanks @zcbenz for ideas from here https://github.com/yue/yode/blob/de30507c85577ef4946cd2ff8a762d8e4c79490e/src/yode.cc#L40

v1.0.4

4 years ago

Adds support for easier app packaging in MacOS, Linux and Win32 Adds support for additional config options:

  • hideConsole
  • libraryPaths