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
fc77b0e9d1
Add files via upload
2026-03-17 11:20:34 +11:00
webadderall
ba56d5cdb1
fix(ui): restore remove-background toggle and cursor sway default
2026-03-17 11:05:55 +11:00
webadderall
97ebb0de11
feat(ui): add Remove background toggle to effects panel
2026-03-17 10:54:16 +11:00
webadderall
c27e43d255
Merge pull request #38 from kbdevs/feat/cursor-sway
...
feat(editor): add cursor sway, HUD capture controls, and persistent prefs
2026-03-17 10:24:00 +11:00
Lawrence
d8d601ff5d
Add auto-translate workflow for zh-CN
...
This workflow automatically translates markdown files from English to Chinese (zh-CN) on pushes to the main branch.
2026-03-16 22:24:27 +00:00
Lawrence
139c072ac8
refactor: remove NO_BACKGROUND references and related code for cleaner background handling
2026-03-16 22:19:58 +00:00
Lawrence
7057f166cf
Merge branch 'webadderall:main' into main
2026-03-16 22:02:59 +00:00
Lawrence
3b27122987
Merge pull request #1 from lawrence-mil/copilot/add-option-for-no-background
...
feat: add "None" background option to remove all premade backgrounds
2026-03-16 22:01:48 +00:00
copilot-swe-agent[bot] and lawrence-mil
d908448a3e
feat: add None option to remove premade backgrounds
...
Co-authored-by: lawrence-mil <221152068+lawrence-mil@users.noreply.github.com >
2026-03-16 22:00:52 +00:00
copilot-swe-agent[bot]
a678bd2e96
Initial plan
2026-03-16 21:53:09 +00:00
Lawrence
60d7fcd7c6
Update antislop.yml
2026-03-16 21:38:06 +00:00
KBCats
6e7a034a93
merge main into feat/cursor-sway
2026-03-16 08:57:03 -07:00
webadderall
405946a1c8
Update CONTRIBUTING.md
2026-03-16 23:08:27 +11:00
webadderall
3c75bbc50e
Remove Product Hunt link from README.zh-CN.md
...
Removed Product Hunt link from the README.
2026-03-16 23:07:37 +11:00
webadderall
ae9b7d91ab
fix(ui): reset shadow slider to 67% default
2026-03-16 22:58:22 +11:00
webadderall
b711fd20f2
Revert "fix(macos): keep sources visible when thumbnails are unavailable"
...
This reverts commit f3dca8a2bb .
2026-03-16 22:54:59 +11:00
webadderall
f3dca8a2bb
fix(macos): keep sources visible when thumbnails are unavailable
2026-03-16 22:53:13 +11:00
webadderall
1274c31e72
Update README.md
2026-03-16 22:49:40 +11:00
webadderall
ba1d1a0431
fix(i18n): default app language to English on first launch
2026-03-16 22:49:29 +11:00
webadderall
529e9c1d1b
fix(cursor/linux): force bundled mac-style SVG pack for show-cursor
2026-03-16 22:41:16 +11:00
webadderall
cc08288e23
fix(cursor): prefer bundled mac-style SVG for not-allowed cursor
2026-03-16 22:38:39 +11:00
webadderall
a648c3feca
fix(linux): restore cursor follow with linux bounds + hook mouse cache
2026-03-16 22:34:39 +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
4290e45841
fix(comment): correct hide-cursor handler explanation for WGC/SCK/Linux
2026-03-16 22:18:21 +11:00
webadderall
c4cb8f74ad
fix(ci): remove invalid wildcard instructions filename
2026-03-16 22:06:47 +11:00
webadderall
75835362a3
fix(ci): unblock release builds on Windows/Linux/macOS
...
- Rename invalid .github instructions filename for Windows checkout compatibility
- Remove unused i18n symbols causing TypeScript/lint build failures
2026-03-16 22:06:30 +11:00
webadderall
0ce344b103
feat: export quality UI and source-relative scaling
...
- Add 4th 'Original' quality tier to export UI
- Change non-source export to use source-relative scaling (0.6x, 0.75x, 0.9x)
- Update i18n for new quality label
- Accept 'high' in project normalization
Fixes blurry export and makes quality more intuitive
2026-03-16 21:49:06 +11:00
webadderall
3615e09e2c
fix: codec fallback list for VideoEncoder with descriptive errors
...
Replaces single hardcoded avc1.640033 with a 5-step fallback chain
(High 5.1 → Main 5.1 → Baseline 5.1 → Main 3.1 → Baseline 3.1).
Each codec is tried with hardware acceleration first, then software.
The final error message now includes which codecs were attempted, the
output dimensions, and a suggestion to lower the quality setting.
2026-03-16 21:49:06 +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
e6945ef231
Update READme.md
2026-03-16 17:49:39 +11:00
webadderall
735e46c128
Merge pull request #32 from kmr-varun/feature/countdown-timer
...
feat: add countdown timer before recording starts
2026-03-16 17:03:18 +11:00
webadderall
fb67c64e1f
Add German localisation to contribution list
2026-03-16 16:34:20 +11:00
Varun Kumar
dc6a49e1e1
fix(countdown): prevent overlapping timers with in-flight lock
...
- Add countdownInProgress flag in IPC handler to reject concurrent starts
- Add countdownActive state in renderer to block re-entry
- Disable Record button while countdown is active
2026-03-16 10:06:07 +05:30
KBCats
acf796b074
fix(hud): persist capture hiding review fixes
2026-03-15 20:36:27 -07:00
webadderall
238cbbe162
Update Contributions
...
Clarify the importance of UI/UX design improvements in the contribution guidelines.
2026-03-16 14:02:45 +11:00
webadderall
1958960f59
Update CONTRIBUTING.md
2026-03-16 13:42:13 +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
webadderall
b91237d55d
Update FAQ section in README.md
...
Removed '[new]' tags from FAQ section for clarity.
2026-03-16 13:29:34 +11:00
webadderall
49a78efe86
Update FAQ with new features in Recordly
...
Added new features to the FAQ section, including cursor loops and audio tracks.
2026-03-16 13:29:07 +11:00
webadderall
eeb3938d34
Merge pull request #20 from aarjn/feat/audio
...
Feat/audio
2026-03-16 13:14:19 +11:00
webadderall
f8bc8ce674
Merge pull request #30 from paramientos/fix-issue-11
...
fix(windows): prevent window flash on startup by deferring show until…
2026-03-16 13:01:33 +11:00
webadderall
b74cc3df50
Merge pull request #29 from paramientos/fix-swift-helper-issue
...
fix(macos): add explicit target architecture to Swift helper builds
2026-03-16 12:57:55 +11:00
KBCats
43a9ec5701
feat(editor): persist full editor preferences
...
Keep the editor's background, effects, crop, cursor, and export controls between sessions so the workspace reopens with the user's last setup.
2026-03-15 18:51:27 -07:00
KBCats
85e2b4394f
feat(editor): remember aspect ratio preferences
...
Keep the last selected aspect ratio and custom X:Y values between editing sessions so the timeline opens with the user's preferred crop setup.
2026-03-15 18:27:49 -07:00
KBCats
7d22c49df5
fix(editor): polish cursor sway and HUD capture controls
...
Keep the recording HUD visible on screen without burning it into captures, and make cursor sway match cursor motion while preserving the old 2x strength at the new 1x slider position.
2026-03-15 18:12:38 -07:00
webadderall
302a978f38
Create *.instructions.md
2026-03-16 12:10:33 +11:00
webadderall
2e4d9ad3cf
Merge pull request #36 from firtoz/fix/linux-tray-single-click-upstream
...
fix(tray): single-click opens window and brings it to front; Linux/Wayland focus workaround
2026-03-16 11:10:43 +11:00
KBCats
4b3f057389
feat(editor): add cursor sway effect
...
Add a cursor sway control that carries through preview, export, and saved projects, and scale the effect so the editor slider has more usable range.
2026-03-15 17:01:44 -07:00