Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Releases: nodegui/qode

v2.1.1

12 Jun 17:37
f344f40
Compare
Choose a tag to compare

Adds Apple silicon support

Upgrade to Node v14.17.0

v2.1.0

12 May 22:14
Compare
Choose a tag to compare

Upgrade to node v14.2.0
fix microtask issue

v2.0.4

28 Feb 23:09
Compare
Choose a tag to compare

Fix microtasks not running

v2.0.3

26 Feb 22:15
Compare
Choose a tag to compare

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

25 Feb 21:34
Compare
Choose a tag to compare

Export symbols for windows qode api

v2.0.1

22 Feb 21:18
Compare
Choose a tag to compare

Fixes crash on activateUvLoop()
Reduces public facing api

v2.0.0

22 Feb 00:03
Compare
Choose a tag to compare

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

Qode 1.0.6

22 Nov 21:22
Compare
Choose a tag to compare
  • Adds fix for Qode installation failing for first time.

Qode v1.0.5

23 Sep 11:24
Compare
Choose a tag to compare

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

Qode v1.0.4

30 Aug 18:56
Compare
Choose a tag to compare

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

  • hideConsole
  • libraryPaths