Kap
Kap copied to clipboard
An open-source screen recorder built with web technology
**macOS version:** ```sh ➜ ~ sw_vers ProductName: macOS ProductVersion: 12.3.1 BuildVersion: 21E258 Apple M1 Max 64G MBP14 ``` **Kap version:** Version 3.4.2 (3.4.2.1774) #### Steps to reproduce #### Current behaviour...
**Sentry Issue:** [KAP-DQC](https://sentry.io/organizations/wulkano-l0/issues/3225554038/) **macOS version:** Monterey (12) **Kap version:** 3.5.4 ``` Unhandled Promise Rejection Error: ENOENT: no such file or directory, copyfile '/private/var/folders/xg/sb_8yzcx3fn4q4sbrfkvffwm0000gn/T/09877024df19b14045e008f77e2476ac.mp4' -> '/Users/helmisatria/Documents/Kapture 2022-04-26 at 15.26.57.mp4' ```
Hey, thanks for the great app and all your work on this! I wanted to ask whether there is a way how to change the save location for kaptures via...
I did look at recent issues and haven't seen this one yet. It may have something to do with my specific system as I've tried installing older version going back...
Would love to have hotkeys for discard, similar to Adobe/GIMP, the confirmation prompt to Discard a recording should have a hotkey binded to it, e.g. CMD+D.
**Sentry Issue:** [KAP-BFW](https://sentry.io/organizations/wulkano-l0/issues/2938823417/) **macOS version:** Monterey (12) **Kap version:** 3.5.2 ``` Unhandled Promise Rejection Error: Cannot download "https://objects.githubusercontent.com/github-production-release-asset-2e65be/65411043/dc097279-94c4-4189-adf7-7eb46e2930a0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220303%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220303T202905Z&X-Amz-Expires=300&X-Amz-Signature=14ded9e5de067facf9d78c074c08405ca088590d94d4d27acf996a3251ce2927&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=65411043&response-content-disposition=attachment%3B%20filename%3DKap-3.5.4-mac.zip&response-content-type=application%2Foctet-stream", status 503: at ClientRequest. (/Applications/Kap.app/Contents/Resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/httpExecutor.js:213:34) at SimpleURLLoaderWrapper. (electron/js2c/browser_init.js:105:6816) ```
This pull request replaces all usage of the remote module – built in to Electron before v14 – with the new @electron/remote module. I have tested this, but I'm not...
macOS version: Monterey Kap version: 3.5.4 #### Steps to reproduce finished window recording and export to `.gif` #### Current behaviour view .gif in dark mode of the web page, noticed...
We need some tests: - [Spectron](https://github.com/electron/spectron) should be used - [AVA](http://ava.li) should be used
The same button could be reused to pause and then either resume or stop and save. Alternatively a second button could be used to pause and resume recording.