Skip to content

Releases: OakLabsInc/oak

3.0.0-rc1

07 Jun 21:48
Compare
Choose a tag to compare
3.0.0-rc1 Pre-release
Pre-release
  • examples added, to replace the oak-examples repo
  • modules option removed, replaced by scripts
    • scripts takes either a string path to require, or an object of { name, path } to name the required object
  • waitForUrl option removed
  • Window now fires all events from electron BrowserWindow and webContents

v2.1.2

03 Jun 16:21
Compare
Choose a tag to compare
  • Updated electron to v1.6.10
  • nvidia specifics removed from Dockerfile. Please use nvidia-docker if you are running with hardware acceleration

v2.1.1

22 May 18:21
Compare
Choose a tag to compare
  • oak.reload now takes an optional new URL

v2.1.0

13 May 15:01
Compare
Choose a tag to compare
  • node integration flag
  • cli url protocol checking fix
  • --insecure option now disables all web security (browser window)

v2.0.0

27 Apr 16:21
Compare
Choose a tag to compare
  • electron version 1.6.6
  • node version 7.4.0
  • fixed up CLI options
  • no more need for electron as a separate install
  • require file resolution done in-app, no need for local install after launching with the global bin
  • minor internal organization for options variables

v1.2.0

30 Mar 22:23
Compare
Choose a tag to compare
  • Adds support for multiple oak.load calls, each call opens a separate window.
  • Client side now has oak.id available, which is that windows ID
  • oak.load has an id property, and an optional id parameter in the options
  • methods for proceed, focus, ready and send added explicitly onto the class object

v1.1.1

17 Mar 04:30
Compare
Choose a tag to compare
  • global oak bin can take a valid URL as a launch parameter, instead of a path

v1.1.0

16 Mar 07:47
Compare
Choose a tag to compare
  • window moved to a class
  • oak.load now returns the window object
    • explicit methods for debug, hide, show, reload,
    • wait changed to waitForUrl
  • client and server internal ipc methods changed to _ prefixed namespaces, to avoid conflicts now and in the future
  • logger removed, as it was redundant with oak-tools
  • default app folder cleaned up

v1.0.1

09 Mar 02:49
Compare
Choose a tag to compare
  • oak can be used as a module and also via bin which is linked when running npm i -g oak
  • cleaned up build files
  • more manifests for nvidia

v1.0.0

24 Feb 05:10
Compare
Choose a tag to compare

Initial release