Releases: steveseguin/electroncapture
Chromium v128 (downgrade from v130 )
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
Fixed an issue with the Windows command line launcher not allowing more than one instance to load at a time.
Deep linking support
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
👇 Download links are below (within Assets).
General Chromium engine update
Just a basic core update; no new features
trial build
Windows test version of Electron Capture; updated chromium version + app ID specified manually
Fix for failed mac signing and version
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
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
- 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
via command line (--hidecursor) or via right-click menu
title bar hide fix
fixes; command line issues, full screen hotkey
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