Skip to content

Releases: steveseguin/electroncapture

IP camera support added

19 Dec 01:16
Compare
Choose a tag to compare

While there are some library updates in this release, they aren't major.

The main feature added to this version is a custom API that allows the following website to access CORS-protected websites. It also allows to access cross-mixed remote resources.

https://vdo.ninja/alpha/ipcam

The point of this all is to allow users to use IP cameras (mjpeg-based) as camera sources for VDO.Ninja. So for example you can share a local IP security camera with others on the Internet, via WebRTC/VDO.Ninja, bypassing firewalls and with optimized bandwidth controls.

Chromium v128 (downgrade from v130 )

12 Nov 00:28
Compare
Choose a tag to compare

Just in case v130 is causing you issues, this version uses v128 of the Chromium engine.

No other changes compared to the previous Electron Capture release, so if the previous release is working fine for you, there probably isn't a need to update to this.

This does have some backported security patches. Hopefully that doesn't mean it also backported v130 issues...

Fix for dual-instance not working

06 Nov 05:22
Compare
Choose a tag to compare

Fixed an issue with the Windows command line launcher not allowing more than one instance to load at a time.

Deep linking support

31 Oct 11:31
49d7413
Compare
Choose a tag to compare

You can now load Electron Capture via deep-links in websites and web-apps; assuming you have already installed and have used the app before.

eg: electroncapture://vdo.ninja/?view=abc123 will open Elecap and load a VDO.Ninja view link.

The page below will let you customize deep links with additional settings, such as width, height, and position:

https://vdo.ninja/electroncapture

image

👇 Download links are below (within Assets).

General Chromium engine update

05 Oct 06:31
Compare
Choose a tag to compare

Just a basic core update; no new features

trial build

11 Jul 22:21
Compare
Choose a tag to compare
trial build Pre-release
Pre-release

Windows test version of Electron Capture; updated chromium version + app ID specified manually

Fix for failed mac signing and version

31 Mar 19:49
Compare
Choose a tag to compare

App should be properly signed now; there were changes to the signing process.

linux build here also: /~https://github.com/steveseguin/electroncapture/actions/runs/9150314190/artifacts/1517455678

edit url / refresh fix

28 Mar 23:29
ee55e78
Compare
Choose a tag to compare

Fixed an issue where you couldn't reload or edit the URL of pages in VDO.Ninja once live.

Updated the core engine logic to Electron v29

Browser engine update and security patches

27 Jan 07:40
Compare
Choose a tag to compare
  • Just security patches and general browser updates (chromium).
  • The Mac OS icon is now a rounded card to fit in with other icons' style.

ability to hide mouse cursor entirely

26 Oct 21:21
Compare
Choose a tag to compare
Pre-release

via command line (--hidecursor) or via right-click menu

title bar hide fix