Commit Graph
93 Commits
Author SHA1 Message Date
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 3017d8fc9a Add Francesco to the list of supporters 2026-04-12 20:37:34 +10:00
webadderall 443fcda886 Update README.md 2026-04-12 20:34:58 +10:00
webadderall 4455bef9d6 Update README.md 2026-04-12 20:14:09 +10:00
webadderall bc5909613d Update README for new video
Refactor README to enhance clarity and encourage contributions.
2026-04-12 20:11:55 +10:00
webadderall 6f46878ca8 feat(editor): wire extension lifecycle and update docs
- Connect extension activation/deactivation in VideoEditor
- Update CONTRIBUTING.md and README.md with extension development info
2026-04-12 01:38:36 +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 f8c59c87b8 Add Tobias and Roberto Marcelino to supporters list 2026-04-09 16:11:06 +10:00
webadderall bf16280e53 chore(release): prepare v1.1.14 2026-04-04 22:55:36 +11:00
webadderall a7587a6dd7 Update README.md 2026-04-04 22:36:51 +11:00
webadderall 52578a2f1f docs(readme): add build prerequisites and sync zh-CN 2026-04-04 17:22:34 +11:00
webadderall bd08bf1b96 Revise support section in README.md
Updated acknowledgments and support information in README.
2026-04-04 15:23:44 +11:00
webadderall 6363ae8592 Update README.md 2026-03-30 17:31:04 +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 81f831b46a Update README.md 2026-03-26 23:05:51 +11:00
webadderall a4c7608778 Add Sponsor Wall to README
Added a sponsor wall section to encourage support for the project.
2026-03-23 16:53:08 +11:00
webadderall fc7b0c0515 Update README.md 2026-03-22 19:27:40 +11:00
webadderall 4dbb8652b2 Added erwan to donor list 2026-03-22 19:27:03 +11:00
webadderall 28c56d4452 Update README.md 2026-03-22 18:21:26 +11:00
webadderall ef8d590f5b Update README.md 2026-03-22 18:15:14 +11:00
webadderall 8bb4ad4ac8 Update README.md 2026-03-21 13:42:19 +11:00
webadderall 323475f813 Merge pull request #33 from firtoz/feat/yay-upstream-pr
Arch / AUR: README install docs; packaging in recordly-aur
2026-03-21 13:19:11 +11:00
webadderall 9103e1b619 docs: refresh English and Chinese READMEs 2026-03-21 12:57:07 +11:00
webadderall b94882b9bc Revise features section to highlight core functionalities
Updated the features section to include core features with detailed descriptions and images.
2026-03-21 12:42:32 +11:00
webadderall 216897dc59 Replace old screenshots with updated ones
Updated screenshots in the README to reflect new images.
2026-03-21 11:32:44 +11:00
webadderall 32e1972938 Update README.md 2026-03-21 11:24:33 +11:00
webadderall 5b492affd6 Update README.md 2026-03-21 11:21:38 +11:00
firtoz 61424612bf feat: Add AUR badge and installation instructions for Arch Linux 2026-03-20 13:00:48 +07:00
webadderall 3b96608c14 Update README.md 2026-03-20 13:56:55 +11:00
webadderall 1e74bb4455 Update README.md 2026-03-19 13:44:54 +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 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 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 d6239af7d2 Add new anonymous supporter 2026-03-18 09:05:07 +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
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
webadderall 0dda919a83 Update README.md 2026-03-17 17:03:36 +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
webadderall adb77d3e81 Enhance README with cursor animations and features
Updated features section to include cursor animations and improved descriptions.
2026-03-17 11:23:39 +11:00
webadderall 1274c31e72 Update README.md 2026-03-16 22:49:40 +11:00
webadderall 1cde1806d0 docs: add system requirements and clarify per-platform cursor capture in README
- Add System Requirements table (macOS 12.3+, Windows 10 Build 19041+, Linux)
- Update platform intro to include minimum versions
- Replace 'Linux Cursor Capture' section with full per-platform breakdown
- Clarify Windows WGC fallback to Electron capture on older builds
- Add Build 19041+ requirement to Windows system audio section
2026-03-16 22:23:17 +11:00
webadderall 43678fdb85 Revise FAQ and acknowledgment in README.md
Updated FAQ section to clarify changes from the upstream project and modified acknowledgment of the OpenScreen project.
2026-03-16 21:00:42 +11:00
webadderall d4dde1becc Update README.md 2026-03-16 13:38:26 +11:00
webadderall e88630b286 Update screenshots in README.md 2026-03-16 13:37:15 +11:00