Skip to content

Releases: JuliaGizmos/Blink.jl

Windows build

05 Mar 00:00
93edf72
Compare
Choose a tag to compare

For windows, uses the 7z executable from inside the julia download (thanks @hustf ref #177 )

v0.10.0: Merge pull request #187 from JunoLab/pv/version

18 Feb 13:05
0b61bd9
Compare
Choose a tag to compare

v0.9.0: Merge pull request #176 from NHDaly/auto-install

25 Nov 03:54
748abe2
Compare
Choose a tag to compare

Changes:

v0.8.1: Merge pull request #155 from NHDaly/WebSocketsDependency

24 Sep 14:51
7e654de
Compare
Choose a tag to compare
Bump WebSockets dependency: >= v1.0.1

To fix a bug where Blink was broken when it pull HTTP v0.7.0 and WebSockets v1.0.0.

v0.8.0: Merge pull request #143 from JunoLab/rd/v0.7

21 Aug 10:54
f48c6ac
Compare
Choose a tag to compare

Electron 2.0

26 Jul 18:41
41a9cd0
Compare
Choose a tag to compare
v0.7.0

update to electron 2.0

Bug in build.jl file

21 Feb 14:09
97e9ab8
Compare
Choose a tag to compare

Bugs

  • deps/build.jl had a typo

Auto-update electron

07 Feb 14:29
8208e51
Compare
Choose a tag to compare

New

  • If electron has been installed (by calling Blink.AtomShell.install()) and the installed version doesn't match what's expected by Blink.jl, a new version will be automatically downloaded and installed when Blink.jl is updated (#116 and #117 )

Changes

  • Rename Blink.AtomShell.remove to Blink.AtomShell.install (8534b8a and #114 and #106)

Fixes

  • Always call evalscripts in fill (Thanks @NHDaly ref #110 fixes #109)
  • Use invokelatest to ensure that callback functions don't see "new world issues" (#115)

Electron 1.7

01 Jan 16:04
e25741d
Compare
Choose a tag to compare
Merge pull request #104 from davidanthoff/update-electron

Update electron to v1.7.10

WebSocketError

24 Oct 17:26
Compare
Choose a tag to compare

One commit that checks specifically for WebSockets.WebSocketClosedError so error text is not printed to console when a blink window is closed.