| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-linux.yml | 2026-04-19 | 377 Bytes | |
| Recordly-linux-x64.AppImage | 2026-04-19 | 206.9 MB | |
| latest.yml | 2026-04-19 | 346 Bytes | |
| Recordly-windows-x64.exe.blockmap | 2026-04-19 | 189.7 kB | |
| Recordly-windows-x64.exe | 2026-04-19 | 180.8 MB | |
| latest-mac.yml | 2026-04-19 | 751 Bytes | |
| Recordly-arm64.dmg.blockmap | 2026-04-19 | 203.0 kB | |
| Recordly-arm64.zip.blockmap | 2026-04-19 | 199.2 kB | |
| Recordly-arm64.dmg | 2026-04-19 | 197.7 MB | |
| Recordly-arm64.zip | 2026-04-19 | 191.8 MB | |
| Recordly-x64.dmg | 2026-04-19 | 204.3 MB | |
| Recordly-x64.dmg.blockmap | 2026-04-19 | 207.5 kB | |
| Recordly-x64.zip | 2026-04-19 | 198.3 MB | |
| Recordly-x64.zip.blockmap | 2026-04-19 | 208.4 kB | |
| README.md | 2026-04-19 | 1.3 kB | |
| v1.1.24 source code.tar.gz | 2026-04-19 | 75.0 MB | |
| v1.1.24 source code.zip | 2026-04-19 | 75.2 MB | |
| Totals: 17 Items | 1.3 GB | 1 | |
What's Changed
Major audio fixes and UI overhaul! Released slightly earlier than I'd like to quickly push a fix for Windows project opening.
Audio
- Complete audio export overhaul: replaced real-time audio export with streaming decode + chunked offline rendering for reliability
- Fixed audio desync issues and tightened sync tolerances with aresample filter
- Fixed audio regions on silent video and interleaved >2ch stride handling
- Improved cursor telemetry accuracy under CPU load
Windows
- Fixed projects not opening on Windows by serving video files via local HTTP server (fixes file:// protocol issues in Electron on Windows)
UI
- Added light mode theme support (defaults to system preference)
- Major UI overhaul across settings, timeline, and editor panels
- Restored clip marker indent lines, major ticker dots, and hover-only end caps in timeline
Linux
- Fixed Linux GPU HUD fallback
- Fixed x11 fullscreen capture by matching display sources by position when IDs do not match
- Wayland: collapsed 3-step capture flow into a single portal dialog
Other
- Extension system improvements and marketplace integration
- Replaced lucide-react with phosphor icons
- Refactored IPC handlers into focused modules
- Various stability and performance fixes