621 Commits
Author SHA1 Message Date
webadderall 94011f2772 fix(release): align linux asset naming v1.1.6 2026-03-29 01:03:51 +11:00
webadderall 6a84493fba fix(release): avoid duplicate prerelease runs 2026-03-29 00:55:22 +11:00
webadderall bf3a36e621 fix(release): align asset names and upload globs 2026-03-29 00:30:16 +11:00
webadderall f8ac27b791 fix(release): add libxt for linux rebuild 2026-03-29 00:18:57 +11:00
webadderall c44225e174 fix(release): add remaining linux X11 deps 2026-03-29 00:15:31 +11:00
webadderall 5978ef42be fix(release): restore packaging assets and CI deps 2026-03-29 00:13:01 +11:00
webadderall 241ab2cff4 fix(updater): remove stale preview timer call 2026-03-29 00:05:12 +11:00
webadderall 665d558da7 fix(editor): trigger wand auto-zoom after preview load 2026-03-28 23:50:05 +11:00
webadderall c4898231a3 fix(editor): retry auto-zoom telemetry for fresh recordings 2026-03-28 23:43:42 +11:00
webadderall 160121c8cc fix(editor): wire preview-ready callback 2026-03-28 23:27:16 +11:00
webadderall ec0dbe8d8f feat(editor): auto-apply zooms to fresh recordings 2026-03-28 23:24:34 +11:00
webadderall bc54b2a8c9 fix(desktop): polish editor chrome 2026-03-28 23:24:34 +11:00
webadderall 9dd67717bc fix(launch): remove microphone dropdown separator 2026-03-28 22:55:13 +11:00
webadderall 56c4067703 fix(editor): remount preview after project saves 2026-03-28 22:36:04 +11:00
webadderall e81abeae54 fix(updater): remove dev preview auto-toasts 2026-03-28 22:36:04 +11:00
webadderall 7e3673bbd2 fix(startup): wait for app readiness before opening hud 2026-03-28 22:02:16 +11:00
webadderall caf65cb59c fix(dev): isolate app data paths from production 2026-03-28 22:00:15 +11:00
webadderall c64debfacc feat(updater): simulate dev preview update flow 2026-03-28 21:45:24 +11:00
webadderall dc1fddb241 feat(updater): add swipe and 3-day deferral 2026-03-28 21:22:56 +11:00
webadderall 78b59349ad fix(updater): resurface dismissed update prompts 2026-03-28 21:22:56 +11:00
webadderall 641d3d271f feat(updater): add explicit download toast flow 2026-03-28 21:06:41 +11:00
webadderall 3a599eadb6 fix(ci): publish release assets deterministically 2026-03-28 21:06:41 +11:00
webadderall 7085cc4ce9 fix: open editor after recording fallback 2026-03-28 20:42:38 +11:00
webadderall 6463cdff58 feat: add updater release infrastructure 2026-03-28 20:42:38 +11:00
webadderall ff93ea6099 Add 'buildwithfur' to supporter list in README 2026-03-28 18:44:49 +11:00
webadderall 4e8ab9cf45 fix(windows): finalize WGC recordings safely 2026-03-28 17:03:41 +11:00
webadderall 58153679dd chore(windows): track bundled helper manifests 2026-03-28 16:17:29 +11:00
webadderall aec45368c6 test(windows): cover WGC display selection 2026-03-28 16:15:27 +11:00
webadderall 7b44d05901 chore(dev): isolate app data in development 2026-03-28 16:11:48 +11:00
webadderall 6fb7444c03 fix(recording): validate video outputs before open 2026-03-28 16:10:49 +11:00
webadderall 045850417f feat(debug): add native capture diagnostics 2026-03-28 16:08:43 +11:00
webadderall ca29abd89c fix(windows): restore WGC monitor fallback 2026-03-28 15:18:56 +11:00
webadderall 8de1d9a498 fix(windows): bundle native capture helpers 2026-03-28 14:56:16 +11:00
webadderall e42533fe48 Merge pull request #124 from webadderall/revert-122-main
Revert "feat: Advanced Video Editor Implementation, Native WGC Integration, and AI Auto-Captions"
2026-03-28 14:13:05 +11:00
webadderall 719fa78e9f Revert "feat: Advanced Video Editor Implementation, Native WGC Integration, and AI Auto-Captions" 2026-03-28 14:12:25 +11:00
webadderall 5b72b325fa Merge pull request #122 from mahdyarief/main
feat: Advanced Video Editor Implementation, Native WGC Integration, and AI Auto-Captions
2026-03-28 14:07:09 +11:00
Mahdy Arief f9364eb431 fix(ts): resolve VideoExporterConfig initialization error in VideoEditor.tsx 2026-03-28 06:11:28 +07:00
Mahdy Arief d5ab86ea44 fix(export, native, ui): resolve critical data integrity and resource management bugs in PR #122
- Implement comprehensive solo/mute export pipeline in audioEncoder.ts
- Fix duplicate caption IDs by adding chunk-specific indices in handlers.ts
- Prioritize native monitor selection by bounds in monitor_utils.cpp
- Fix alignment for blur annotations extending beyond canvas boundaries
- Resolve timeline selection desync and sidebar visibility for blur annotations
- Fix memory leaks in audio waveform generation with AudioContext cleanup
2026-03-28 06:09:50 +07:00
Mahdy Arief 1bb8eeebfa feat: Implement a new video editor with dedicated components for video playback, timeline editing, and event handling. 2026-03-28 02:09:03 +07:00
Mahdy Arief 63b7205759 feat: Introduce video editor with timeline and interactive media item components. 2026-03-28 02:00:38 +07:00
Mahdy Arief 74dfa0d5fa feat: Implement initial video editor with timeline, effects, audio waveforms, and export capabilities. 2026-03-28 01:25:40 +07:00
Mahdy Arief 6e910f0593 feat: implement core VideoEditor component for video editing functionality. 2026-03-27 23:39:43 +07:00
Mahdy Arief 281a73b51a chore: Finalize PR #116 stability and privacy improvements
- Hardened IPC with safety guards for all webContents.send calls
- Scrubbed sensitive absolute paths from caption logs
- Realigned Windows artifact naming logic
2026-03-27 23:14:12 +07:00
Mahdy Arief e10270f6eb package typecheck 2026-03-27 22:07:19 +07:00
Mahdy Arief 01350ad8df feat: improve timeline selection interaction with Shift+drag and closure fixes 2026-03-27 21:59:03 +07:00
webadderall e87d2756e1 fix(build): avoid cross-arch whisper runtime failures on macOS 2026-03-27 23:58:08 +11:00
webadderall 658b15d3ca fix(stability): restore export and recording session compatibility 2026-03-27 23:58:08 +11:00
webadderall 7119346e4b fix(export): improve final compositor resampling 2026-03-27 23:34:39 +11:00
webadderall ffad684d54 fix(export): encode MP4 audio as AAC 2026-03-27 23:34:39 +11:00
webadderall 6a76d1fa3c fix(recording): restore effective duration accounting 2026-03-27 23:34:39 +11:00