webadderall
7e4f469d92
bump ver
2026-04-19 23:59:02 +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
60d364a4ed
fix: hotfix export regressions
2026-04-15 17:19:49 +10:00
Wing900
654ed79ba8
Fix silent MP4 exports with FFmpeg audio fallback
2026-04-12 20:55:34 +08:00
webadderall
e7a62f5fa8
chore: bump version to 1.1.21
2026-04-12 18:08:30 +10:00
webadderall
919a29c61d
fix: export animation desync — use content time for zoom spring delta
...
The zoom spring animation in both frameRenderer and modernFrameRenderer
was using performance.now() (wall-clock time) to compute spring deltas.
During export, wall-clock time and content time are decoupled — a frame
representing 33ms of video may render in 3ms or 500ms. This caused zoom
animations to appear choppy/laggy in exports while previews were smooth.
Switched to content-time deltas (timeMs) so the spring advances at the
same rate as the video regardless of actual render speed.
Also bumps version to 1.1.20.
2026-04-09 16:51:21 +10:00
webadderall
b6859efd82
chore: bump version to 1.1.19
2026-04-09 01:04:55 +10:00
webadderall
2692b28604
Hotfix 1.1.18
2026-04-06 22:39:31 +10:00
webadderall
2a155faaf6
Hotfix 1.1.17
2026-04-06 18:10:29 +10:00
webadderall
a760892490
fix export cursor lag
2026-04-05 22:04:17 +10:00
webadderall
b72cc10c07
Fix Lightning export fallback and preview sync
2026-04-05 21:09:55 +10:00
webadderall
bf16280e53
chore(release): prepare v1.1.14
2026-04-04 22:55:36 +11:00
webadderall
99ab517848
add export benchmark script
2026-04-04 13:08:12 +11:00
webadderall
4d29baaae3
chore(release): bump version to 1.1.13
2026-04-02 21:56:51 +11:00
webadderall
31ee96e00e
chore(release): bump version to 1.1.12
2026-04-01 15:56:35 +11:00
webadderall
c1b08a72f8
chore(release): cut v1.1.11
2026-03-31 20:43:41 +11:00
webadderall
e20e6a143c
chore(release): cut v1.1.10
2026-03-31 00:09:06 +11:00
webadderall
fc34288a51
chore: bump version to 1.1.9
2026-03-30 16:47:46 +11:00
webadderall
3b755f85ab
chore: release v1.1.8
2026-03-29 20:09:04 +11:00
webadderall
beb64e88f6
release 1.1.7
2026-03-29 10:49:11 +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
Mahdy Arief
e10270f6eb
package typecheck
2026-03-27 22:07:19 +07:00
insomniachooman
157af5f083
Add custom cursor packs and harden native postinstall builds
2026-03-26 22:39:18 +06:00
github-actions[bot]
ffe7ff735c
chore(release): bump version to v1.1.6
2026-03-26 00:42:26 +00:00
webadderall
da77c24a63
chore(updates): add disabled app update infrastructure
2026-03-24 19:32:38 +11:00
webadderall
16c9cc7be3
chore: move non-native deps to devDependencies
2026-03-23 18:00:00 +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
39a897d460
fix: cap MP4 export size and preview volume
2026-03-21 15:40:30 +11:00
webadderall
8bf6698c3f
chore: refresh wallpaper assets for v1.1.4
2026-03-21 10:39:24 +11:00
webadderall
f5ccd5b7e0
Fix Windows DXGI capture helper flow
2026-03-19 00:05:58 +11:00
webadderall
ecd6bc0571
Bump version to 1.1.1
2026-03-18 18:36:25 +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
webadderall
a954b529c3
Set version to 1.0.0 and remove version from release artifact names
2026-03-13 21:14:05 +11:00
webadderall
c3c5d1ed63
Initial release of Recordly
2026-03-13 21:14:05 +11:00
Siddharth
19476da5cc
upgrade electron-builder version
2026-02-13 22:07:27 -08:00
Siddharth
fac4af40c7
demuxer and CFR conversion
2026-02-13 20:46:12 -08:00
Siddharth
a89198ccdc
anti aliasing on
2026-02-06 21:28:42 -08:00
Siddharth
c8a4becaf0
version fix
2026-01-31 20:15:52 -08:00
Siddharth
9821e926d9
fix version
2026-01-24 22:45:07 -08:00
Siddharth
a2ca0799d4
accordion & settings cleanup
2026-01-20 21:10:22 -08:00
Nikhil Solanki
6e6ecba172
Add GIF export feature to video editor
...
Implements GIF export alongside MP4, including new export types, a GIF exporter module, UI components for format selection and GIF options, and integration into the export dialog and video editor. Adds property-based and unit tests for GIF export correctness, updates dependencies to include gif.js and related types, and refines Electron save dialog to support GIF files.
2025-12-25 01:50:02 +05:30
Sid
7e0ce53df0
Update package.json
2025-12-14 10:47:47 -07:00