Releases: steveseguin/electroncapture
Click-thru for Socialstream
CTRL + Shift + X to toggle the click-thru mode or not
Windows build
attempted fix for changing resolution crash
Not sure this will work, but on windows if changing resolutions of electron, sometimes it may throw an error.
Some library updates applied also.
Windows build provided
click-thru, minimize on start, director record
- Enable click-thru when pinned option added
--minimized
to hide window on start- fixed director recording issue
- updated electron.js core
- load custom local css scripts using the
--css test.css
option now
always-on-top-fix
fix for always on top not working always well with windows
Improved save-video-to-disk reliability
- the system now silently waits a couple seconds on close to properly wait for any media recording to finish and close safely.
automatic downloads supported
&autorecord
or --savefolder xxxxxxxxxxfolderlocaltionherexxxxxxxxxxx
iframe navigation/editing
iframe navigation/editing, also pop up windows don't pop anymore.
Offline files now supported
Local web sites can be loaded via the command line or via the right-click "edit url" option.
This will disable security for that window, allowing local file access; please keep in mind that this can give any website (local or remote) access to your local file system if loaded. That window will be "tainted", and should be closed and a new window opened before navigating to untrusted websites.
For security purposes, accessing local files via the normal landing page is disabled.
extension support + fixed title bug
fixed a bug where command line titles were not being set correctly.
windows-build only at the moment
electron.js version updated to 19.0.6
Chrome extension support added
Right click app -> Enable Chrome extension -> select -> perhaps reload the window.
This will reuse any existing Chrome extension it can find on your PC/Mac.
You WILL need Chrome installed, or have the extension put where it is expecting to find the chrome extensions. This feature does not let you download extensions from the web store or keep them up to date.