v0.53.40
tinyhumansai/openhumanv0.53.40May 13, 2026by github-actions[bot]
AI Summary
Stability improvements for voice, UI, and onboarding processes. This release addresses media capture issues and refines the application lifecycle management.
Key Highlights
- Add mic input device selector and stabilize media capture
- Hide main window via OS API on Windows close
- Disable unreliable Apify LinkedIn scrape
- Hide worker threads from UI and disable spawn
- Stop TEST_ENV_LOCK poison cascade
New Features
- Stable media capture for composer
- Improved Windows close behavior
- Better onboarding state management
- Cleaner worker thread management
Full Release Notes
## What's Changed * fix(tests): stop TEST_ENV_LOCK poison cascade turning 1 panic into 38 by @senamakel in https://github.com/tinyhumansai/openhuman/pull/1604 * fix(release): fetch draft release by id so validation stops 404-ing by @senamakel in https://github.com/tinyhumansai/openhuman/pull/1619 * feat(voice): add mic input device selector and stabilize media capture for composer by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/1616 * fix(tauri): hide main window via OS API on Windows close (#1607) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/1621 * fix(onboarding): disable unreliable Apify LinkedIn scrape during profile build by @senamakel in https://github.com/tinyhumansai/openhuman/pull/1627 * feat: hide worker threads from UI and disable spawn (#1624) by @senamakel in https://github.com/tinyhumansai/openhuman/pull/1631 **Full Changelog**: https://github.com/tinyhumansai/openhuman/compare/v0.53.35...v0.53.40