Skip to content

Releases: steveseguin/electroncapture

Version 1.0.6

31 Aug 08:07
Compare
Choose a tag to compare

Added a right-click menu.

-change resolution
-close
-open window
-reload
-go home

Version 1.05

06 Aug 03:25
Compare
Choose a tag to compare
  • This release attempts to fix some issues with macOS not loading.

  • It forces the Window to always be on top, to help with screen capturing

  • The Command Line arguments have changed; please see an example below:
    OBSN.exe --width 1280 --height 720 --url https://obs.ninja/electron

  • The name of the EXE no longer matters.

  • The macOS version should be notarized (dmg file)

  • Including both an installer and standalone version of the Windows version.

1.03

11 Jul 09:42
Compare
Choose a tag to compare
1.03 Pre-release
Pre-release

Changes:

  • Notarized the app for macOS
  • Always-on-top

Version 1.02

10 Jun 23:15
Compare
Choose a tag to compare

In this release I've switched from a PKG file to a DMG file on macOS. I'm hoping this solves some issues with signing? This release also updates Chromium/Electron, so it may fix some bugs that were previously present.

Some side notes about the app:

If you rename the file on Windows, from OBSNinja.exe to something else, the something else becomes the view=xxxxx value in the app automatically.

On Mac, you can create duplicates of the app (with different names) to enable the ability to open multiple windows.

On both systems, if you pass a URL as the command line argument to the app on load, it will load that URL automatically instead of going to the default electron app page.

example:
image