webadderall
37c8a6ff80
Polish editor copy and panel styling
2026-03-19 23:48:16 +11:00
webadderall
5e42f0c078
Overhaul editor shell and cursor behavior
2026-03-19 23:48:07 +11:00
webadderall
055baa88f9
Refine video editor layout and export flow
2026-03-19 21:49:33 +11:00
webadderall
8e8173cc58
Refine HUD recording toggle copy and spacing
2026-03-19 21:49:33 +11:00
webadderall
9aa638c88b
Fix missing WasapiCapture pause and resume methods
v1.1.3
2026-03-19 19:53:44 +11:00
webadderall
1e74bb4455
Update README.md
2026-03-19 13:44:54 +11:00
webadderall
6c06c96f91
Selective merge of Windows system cursor fix #66
2026-03-19 11:10:44 +11:00
webadderall
ab0e5880a4
Revert "Hide cursor for native Windows capture"
...
This reverts commit 34e9a5a827 .
2026-03-19 00:19:18 +11:00
webadderall
34e9a5a827
Hide cursor for native Windows capture
2026-03-19 00:16:50 +11:00
webadderall
f5ccd5b7e0
Fix Windows DXGI capture helper flow
2026-03-19 00:05:58 +11:00
webadderall
ae521ed9d9
feat(windows): replace WGC with DXGI and fix HUD window bounds
2026-03-18 22:11:10 +11:00
webadderall
5f4909b404
Update README.md
2026-03-18 21:42:39 +11:00
webadderall
26a8e069e8
fix: restore cursor fallback and mac mic selection
2026-03-18 21:19:00 +11:00
webadderall
ab1a163281
fix: re-release v1.1.1 mic capture + hud position
v1.1.1
2026-03-18 21:00:39 +11:00
webadderall
15e5c777f0
Update README.md
2026-03-18 18:56:50 +11:00
webadderall
3da6ef6406
Update README.md
2026-03-18 18:39:02 +11:00
webadderall
ecd6bc0571
Bump version to 1.1.1
2026-03-18 18:36:25 +11:00
webadderall
bd01f06c97
Refine HUD menu controls and positioning
2026-03-18 18:36:25 +11:00
webadderall
24927e9b0b
Fix TypeScript cleanup regressions
2026-03-18 18:36:25 +11:00
webadderall
de1074cdff
Pause native screen capture across platforms
2026-03-18 18:36:25 +11:00
webadderall
d5f14f9b16
Merge pull request #56 from gurpreetkaits/feature/ui-improvements
...
- Redesign HUD overlay bar with dark glassmorphism aesthetic and inline source dropdown
2026-03-18 17:56:48 +11:00
Gurpreet Kait
ebe333f029
- tests driven
...
- language support
- webcame pause/resume sync
- native recording pause
- cancel (clears chunks and stops both recoders and webcame discarded on native cancel
- full lifecycle with webcame - pause - resume - stop keeps webcame in sync throughout
2026-03-18 11:59:58 +05:30
Gurpreet Kait
9679e20e48
Merge branch 'main' into feature/ui-improvements
2026-03-18 10:58:56 +05:30
webadderall
0836b9e1e8
Read export local media via IPC
2026-03-18 16:18:53 +11:00
Gurpreet Kait
15f48538bc
Merge branch 'main' into feature/ui-improvements
2026-03-18 10:39:07 +05:30
webadderall
9d17cb7427
Add webcam export coverage
2026-03-18 16:06:19 +11:00
webadderall
f2fcc48479
docs: refresh Chinese README translation
2026-03-18 15:32:58 +11:00
Gurpreet Kait
bb826a54bf
show system audio in HUD bar
2026-03-18 10:00:55 +05:30
webadderall
72a390c941
fix: decode webcam frames during export
2026-03-18 15:22:03 +11:00
webadderall
45612985db
Remove duplicate license
2026-03-18 15:17:26 +11:00
webadderall
58f2e27bfe
Add animated webcam overlay to feature list
...
Updated README to include animated webcam overlay feature.
2026-03-18 14:30:18 +11:00
webadderall
843b6895e4
fix: restore background toggle and parent save dialog
2026-03-18 14:26:42 +11:00
webadderall
5e88dcf995
feat: add export save dialog retry action
2026-03-18 14:26:42 +11:00
webadderall
fcccffbeb7
refactor: remove redundant quick background toggle
2026-03-18 14:26:42 +11:00
webadderall
5f3e1e09e8
feat: allow manual webcam footage import
2026-03-18 14:26:42 +11:00
webadderall
8eed3bbee1
feat: add webcam overlay editing and export support
2026-03-18 14:26:42 +11:00
webadderall
d6239af7d2
Add new anonymous supporter
2026-03-18 09:05:07 +11:00
webadderall
6b0e516159
Merge pull request #60 from josephmiclaus/patch-1
...
Fix donation link in README
2026-03-18 08:56:55 +11:00
Joseph Miclaus
6538b1299d
Fix donation link in README
...
Fixes the donation link at the top NOTE in the README to be equivalent to the one from the Donations section.
2026-03-17 20:05:37 +01:00
Gurpreet Kait
03c05c8464
- Fix dropdown menu pushing HUD bar down by using 100vh height container
...
with flex layout that reserves space above the bar for menu cards
- Increase HUD window size to 620x520 for menu card headroom
- Replace mic on/off toggle with mic selector card showing all available
microphones with live audio level meters per device
- Remove old separate mic controls panel
- Increase bar size with larger buttons, padding, and separators
- Fix TS null safety in stopRecording MediaRecorder accessfix
2026-03-17 20:54:49 +05:30
webadderall
20cf4c2ddd
Update FAQ section for clarity
...
Clarified the FAQ section regarding changes from the upstream project.
2026-03-17 23:05:35 +11:00
Gurpreet Kait
080b782659
fix(recording): allow stop while paused and guard native pause
...
- Fix stopRecording to handle MediaRecorder 'paused' state by resuming
before stopping, ensuring final data chunk is flushed
- Guard pauseRecording as no-op for native recordings (macOS SCK /
Windows WGC) that lack pause IPC support
- Add 14 unit tests for pause/stop state machine
2026-03-17 16:32:25 +05:30
Gurpreet Kait
a95f32a095
- Redesign HUD overlay bar with dark glassmorphism aesthetic and inline source dropdown
...
- Add pause, resume, and cancel recording controls with elapsed timer
- Move folder, language, and system audio into three-dots overflow menu with source highlight
wave
2026-03-17 16:05:23 +05:30
webadderall
0dda919a83
Update README.md
2026-03-17 17:03:36 +11:00
webadderall
d4ee022708
ci: auto-merge homebrew tap cask update PR
2026-03-17 16:57:10 +11:00
webadderall
e0efd7bab6
Merge pull request #37 from lawrence-mil/main
...
Add Anti Slop GitHub Action for pull request quality checks
2026-03-17 16:53:41 +11:00
webadderall
563cdafde1
feat(windows): toast when WGC fallback is used
2026-03-17 16:40:25 +11:00
webadderall
fff7668fea
Update README.md
2026-03-17 16:38:20 +11:00
webadderall
45cc20c3cb
added donor in README
...
Updated acknowledgments and donation information in README.
2026-03-17 16:37:01 +11:00
webadderall
cc85c600be
Update README.md
2026-03-17 13:43:05 +11:00