Skip to content

Releases: steveseguin/electroncapture

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

fixes; command line issues, full screen hotkey

26 Oct 17:06
Compare
Choose a tag to compare

alt+tab will toggle full screen now
fixed an issue with command line parameters
fixed issue in last build where first window was smaller than the rest sometimes