Commit Graph
1049 Commits
Author SHA1 Message Date
Mahdy Arief ced02c9a8f feat: Implement native Windows Graphics Capture monitor utilities and introduce video editor UI components. 2026-03-27 17:22:55 +07:00
Mahdy Arief 7d7b61b7f5 feat: add blur annotation and Whisper model selection for autocaption 2026-03-27 13:27:57 +07:00
webadderall adc125ae14 Merge branch 'pr-111-local' into push-main
# Conflicts:
#	src/components/video-editor/projectPersistence.ts
#	src/components/video-editor/types.ts
2026-03-27 12:05:06 +11:00
webadderall 70cefabd57 Revert "fix(recording): validate native captures and tighten mic menu spacing"
This reverts commit 1900c0e737.
2026-03-27 11:31:02 +11:00
webadderall 7fb4c5de9e Revert "Fix WGC display selection and webcam sync"
This reverts commit e5becc30a3.
2026-03-27 11:30:11 +11:00
insomniachooman 157af5f083 Add custom cursor packs and harden native postinstall builds 2026-03-26 22:39:18 +06:00
webadderall f1df2911cb Merge fix/wgc-display-webcam-sync into main 2026-03-26 22:09:59 +11:00
webadderall e5becc30a3 Fix WGC display selection and webcam sync 2026-03-26 21:52:35 +11:00
webadderall 04b8edf33d refactor(captions): simplify model controls UI 2026-03-26 11:17:39 +11:00
BortlesboatandClaude Opus 4.6 4b7f5947b8 fix: display app version in More menu
Add IPC handler to expose app.getVersion() to the renderer and
display it in the More dropdown menu. Users can now verify which
version they're running.

Fixes #70

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 09:15:04 -04:00
webadderall 6e69da0379 fix(hud): restore bar separators after dropdown divider change 2026-03-24 19:38:38 +11:00
webadderall 1900c0e737 fix(recording): validate native captures and tighten mic menu spacing 2026-03-24 19:04:24 +11:00
webadderall 1df365b5a5 fix(projects): align HUD browser behavior 2026-03-23 21:18:18 +11:00
webadderall dd16ad61f0 style(projects): simplify browser tiles 2026-03-23 20:43:26 +11:00
webadderall 397e6b69dc refactor(projects): polish finder-style browser and previews 2026-03-23 20:37:06 +11:00
webadderall 5b0bf63749 refactor(projects): simplify browser modal and thumbnail capture 2026-03-23 19:42:50 +11:00
webadderall ddf229d797 revert(cursor): drop Windows-specific anchor overrides 2026-03-23 19:27:47 +11:00
webadderall 5523a7de4f fix(cursor): align Windows bundled cursor anchors 2026-03-23 19:22:40 +11:00
webadderall 409e492160 test(editor): cover whisper preferences and caption source selection 2026-03-23 19:22:40 +11:00
webadderall e8a8eae2d2 feat(editor): add project browser and whisper selection flows 2026-03-23 19:22:39 +11:00
webadderall b1f380edee fix(sources): backfill missing displays in monitor picker 2026-03-23 18:03:40 +11:00
webadderall a655f6d6bb fix(export): stream audio encoding for long exports 2026-03-23 17:56:25 +11:00
webadderall 06b743f314 perf: remove launch source polling
Push selected-source changes from Electron to the launch window instead of polling every 500ms, reducing constant renderer and IPC churn. Also restore the TimelineEditor audio path narrowing fix so the current tree stays type-safe.
2026-03-22 21:03:26 +11:00
webadderall 08745a129b perf: avoid repeated device label capture
Enumerate cameras and microphones before requesting media permissions, only opening a stream once when labels need to be unlocked. Stop rerunning enumeration when the selected device changes so launch controls no longer churn hardware access on routine UI interaction.
2026-03-22 21:02:42 +11:00
webadderall ab5a6ca1bf perf: reduce editor snapshot churn
Replace JSON-based snapshot cloning and equality checks with structured object comparisons in the video editor. Reuse memoized persisted project state for dirty tracking and saves so normal editor interactions stop rebuilding large serialized snapshots on every change.
2026-03-22 21:02:42 +11:00
webadderall 8b78222920 feat: support timeline select-all block deletion
Let Cmd/Ctrl+A select all timeline blocks when the timeline is focused and allow Delete or Backspace to remove the full block selection in one action.
2026-03-22 18:34:43 +11:00
webadderall 2c73982dde feat: add custom cursor style rendering
Add minimal, dot, and inverted cursor styles for preview and export rendering, including the bundled minimal cursor asset and runtime cursor asset generation.
2026-03-22 18:34:43 +11:00
webadderall 9341a5295e feat: render captions in preview playback
Render active captions in the live preview with responsive layout, crop-aware aspect ratio handling, and supporting playback layout refinements.
2026-03-22 18:34:43 +11:00
webadderall 54b1758851 feat: localize caption controls and loading states
Add translation strings for the new caption, cursor, and zoom controls and include the indeterminate progress styling used by long-running caption and export actions.
2026-03-22 18:34:43 +11:00
webadderall 97a76ee34f feat: add caption controls to the settings panel
Add caption generation controls, caption appearance settings, cursor style selection, and related editor controls to the settings sidebar.
2026-03-22 18:34:43 +11:00
webadderall 4858b8a640 feat: wire caption generation into the editor
Connect caption generation, Whisper model download state, caption persistence, export saving progress, and preview/export caption props through the main video editor workflow.
2026-03-22 18:34:43 +11:00
webadderall 549871816b feat: render captions in the export pipeline
Add canvas caption rendering during frame export, carry caption settings through GIF and MP4 export paths, and clean up muxer resources while exposing the saving phase in export progress.
2026-03-22 18:34:43 +11:00
webadderall 4d51b177ae feat: add caption layout and styling engine
Introduce the timed caption block layout engine used by preview and export rendering, including line breaking, page building, animation state, width-relative scaling, and merged-cue spacing fixes.
2026-03-22 18:34:43 +11:00
webadderall ea6d1aa26d feat: add shared caption and cursor editor types
Define caption cue/settings models, cursor style options, caption font defaults, and updated editor defaults such as the 17.5px caption radius and cursor motion blur tuning.
2026-03-22 18:34:43 +11:00
webadderall dcf5d119a6 feat: persist caption and editor control state
Persist the new caption, cursor, and zoom timing controls in editor preferences and project files. Normalize those saved values so older projects continue loading with stable defaults.
2026-03-22 18:34:43 +11:00
joaovictorjs 5814598384 fix: replace color 2026-03-21 11:48:46 -03:00
joaovictorjs c87cfedd59 feat: add pulse indicator when has unsaved changes 2026-03-21 11:26:54 -03:00
webadderall 6e177dbf51 Merge pull request #85 from joaovictorjs/fix/shortcuts-overflow
fix: shortcuts overflow when text of reset button is large
2026-03-21 23:02:10 +11:00
webadderall 39a897d460 fix: cap MP4 export size and preview volume 2026-03-21 15:40:30 +11:00
joaovictorjs eadc0d6c0d feat: add text as title 2026-03-20 23:38:35 -03:00
joaovictorjs e53d0d90cd fix: wrap text within a span 2026-03-20 23:38:35 -03:00
joaovictorjs 95c0eb7966 fix: set button max width 2026-03-20 23:38:35 -03:00
joaovictorjs 59a2a49d70 fix: increase dialog content max width 2026-03-20 23:38:34 -03:00
webadderall 278f9a972d Merge pull request #80 from joaovictorjs/fix/reset-button-hover-bg
fix: correct button hover background color to white with 10% opacity
2026-03-21 13:12:15 +11:00
joaovictorjs 86297de655 fix: correct button hover background color to white with 10% opacity 2026-03-20 12:08:36 -03:00
webadderall 023a8a27a0 fix: stabilize editor preview and wallpaper defaults
Follow-up to PR #69: fix: restore editor preview responsiveness after export (#68).
2026-03-20 23:51:52 +11:00
webadderall c1cb222995 Fix HUD overlay height sizing 2026-03-20 20:18:41 +11:00
webadderall ea4f47ada3 Fix webcam preview styling defaults 2026-03-20 20:08:47 +11:00
webadderall 7431a2efc4 Fix countdown overlay and squircle corners 2026-03-20 20:08:47 +11:00
webadderall dea8c76da7 Fix HUD layout and overlay sizing 2026-03-20 13:53:43 +11:00