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

Releases: nodegui/qode

v2.1.1

Choose a tag to compare

@a7ul a7ul released this 12 Jun 17:37
f344f40

Adds Apple silicon support

Upgrade to Node v14.17.0

v2.1.0

Choose a tag to compare

@a7ul a7ul released this 12 May 22:14

Upgrade to node v14.2.0
fix microtask issue

v2.0.4

Choose a tag to compare

@a7ul a7ul released this 28 Feb 23:09

Fix microtasks not running

v2.0.3

Choose a tag to compare

@a7ul a7ul released this 26 Feb 22:15

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

Choose a tag to compare

@a7ul a7ul released this 25 Feb 21:34

Export symbols for windows qode api

v2.0.1

Choose a tag to compare

@a7ul a7ul released this 22 Feb 21:18

Fixes crash on activateUvLoop()
Reduces public facing api

v2.0.0

Choose a tag to compare

@a7ul a7ul released this 22 Feb 00:03

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

Choose a tag to compare

@a7ul a7ul released this 22 Nov 21:22
  • Adds fix for Qode installation failing for first time.

Qode v1.0.5

Choose a tag to compare

@a7ul a7ul released this 23 Sep 11:24

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

Choose a tag to compare

@a7ul a7ul released this 30 Aug 18:56

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

  • hideConsole
  • libraryPaths