Wiii
158d214b27
ci: smoke and attest packaged artifacts
...
Add packaged-artifact smoke checks, checksums, attestations, and release asset staging guardrails.
2026-04-27 18:26:25 +07:00
webadderall
2d23885bd3
style(ui): use SF Pro globally and add release helper
2026-04-26 20:36:01 +10:00
webadderall
a83a58c671
fix: address ui overhaul review feedback
2026-04-16 22:36:23 +10:00
webadderall
9a5ff5c0a2
feat: ui overhaul — Phosphor icons, redesigned launcher, editor layout, and component refresh
...
- Replace all lucide-react imports with @phosphor-icons/react across every
component (LaunchWindow, AnnotationSettingsPanel, ExtensionManager,
ExtensionIcon, VideoPlayback, AnnotationOverlay, CropControl, TutorialHelp,
PlaybackControls, all shadcn ui/ primitives, etc.)
- ExtensionIcon: new Phosphor-based resolver with Lucide name alias map for
backwards-compatible extension manifests
- LaunchWindow / SourceSelector: full redesign — new icon rail layout,
updated backgrounds, improved source selection UX, audio/video controls,
countdown overlay
- VideoPlayback: overhaul playback controls and preview panel layout
- Timeline items: border-radius 16px→8px, cyan→blue unification, pill height
85% for breathing room, resize handle vertical centering
- shadcn ui/: refresh accordion, dialog, dropdown, select, slider, switch,
tabs, toggle, popover, button, card, input, label, sonner, content-clamp,
audio-level-meter
- App.tsx / index.css / App.css / tailwind.config: global style updates
- types.ts, captionLayout.ts, captionStyle.ts, webcamOverlay.ts: data model
updates to support new timeline and export features
- package.json: add @phosphor-icons/react, bump dependencies
- scripts/, .eslintrc, biome, tsconfig, vite.config: tooling alignment
- extension-sources: update built-in extension bundles
2026-04-16 18:01:04 +10:00
webadderall
fb54994685
fix(macos): lower deployment target to macOS 13.0 for native helpers
...
The Swift helper binaries were compiled with -target macos14.0, causing
dyld symbol-not-found crashes on macOS 13. The ScreenCaptureKit audio
APIs require macOS 13.0 minimum, so the deployment target is lowered to
13.0 and an #available guard is added for the macOS 14-only
ignoreShadowsSingleWindow API. README updated accordingly.
Fixes #199 , fixes #200
2026-04-09 21:23:33 +10:00
webadderall
99ab517848
add export benchmark script
2026-04-04 13:08:12 +11:00
webadderall
58153679dd
chore(windows): track bundled helper manifests
2026-03-28 16:17:29 +11:00
webadderall
8de1d9a498
fix(windows): bundle native capture helpers
2026-03-28 14:56:16 +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
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
webadderall
e87d2756e1
fix(build): avoid cross-arch whisper runtime failures on macOS
2026-03-27 23:58:08 +11:00
Mahdy Arief
7d7b61b7f5
feat: add blur annotation and Whisper model selection for autocaption
2026-03-27 13:27:57 +07:00
insomniachooman
157af5f083
Add custom cursor packs and harden native postinstall builds
2026-03-26 22:39:18 +06:00
webadderall
0db229d576
build(native): stage mac helpers for both architectures
2026-03-23 19:22:39 +11:00
webadderall
1a2fc987fb
build: add bundled Whisper runtime pipeline
...
Add the Whisper runtime build script, package integration, runtime manifest, and staged darwin-arm64 Whisper binaries.
2026-03-22 18:30:19 +11:00
webadderall
6c06c96f91
Selective merge of Windows system cursor fix #66
2026-03-19 11:10:44 +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
aras
b3423c39dd
fix(macos): add explicit target architecture to Swift helper builds
...
Added `-target` flag to swiftc compilation to explicitly specify arm64-apple-macos14.0 or x86_64-apple-macos14.0 based on process architecture, ensuring proper binary compilation for darwin-arm64 native helpers.
2026-03-15 18:01:14 +03:00
webadderall
badadabd85
revert(ci): remove README auto-translation workflow
2026-03-15 22:04:25 +11:00
webadderall
049ff73fff
ci(docs): auto-translate README to zh-CN via GitHub Models
2026-03-15 22:01:51 +11:00
tokenflow1m
8844111584
feat(windows): add native cursor type detection via cursor-monitor.exe
...
Build a standalone C++ helper (same pattern as wgc-capture) that polls
GetCursorInfo() every 50ms and emits STATE:<type> to stdout — identical
protocol to the macOS Swift helper. Windows recordings now capture
correct cursor types (text, pointer, resize, etc.) instead of always
falling back to arrow.
2026-03-15 18:12:42 +09:00
tokenflow1m
7b26ec3a9e
Add native WGC screen capture for Windows
...
Uses Windows.Graphics.Capture to record the screen without the OS cursor
or the yellow capture border. Falls back to Electron capture on older Windows
or when the helper exe isn't available.
2026-03-14 23:02:29 +09:00
webadderall
0c4d4c9517
feat(i18n): add app-wide localization framework and translator guide
...
- Add namespace-based JSON locale structure (en/es)
- Add I18n provider/context with locale persistence and fallback logic
- Add i18n parity checker script (npm run i18n:check)
- Wire app root/title shell to translation API
- Add TRANSLATION_GUIDE.md for contributors
2026-03-14 19:28:11 +11:00
webadderall
9435910e99
History reorganized for upstream alignment.
2026-03-13 21:36:30 +11:00
webadderall
676204dc88
Prebundle mac native helpers and avoid runtime Swift compile in packaged app
2026-03-13 21:14:05 +11:00
webadderall
8d0afe54f8
Revert "Add CI workflow and helper to create releases and attach artifacts"
...
This reverts commit 5522a9829c .
2026-03-13 21:14:05 +11:00
webadderall
e523eeded2
Add CI workflow and helper to create releases and attach artifacts
2026-03-13 21:14:05 +11:00