v0.63.9
PaddlePaddle/PaddleOCRv0.63.9Jul 28, 2026by github-actions[bot]
AI Summary
This release focuses on release pipeline reliability by synchronizing the release branch with main and resolving conflicts to ensure clean production builds. It specifically unblocks Linux AppImage production runs on Ubuntu 23.10+ by fixing a startup failure related to user namespace sysctl behavior.
Key Highlights
- Release branch synchronization with main to ensure clean production builds
- Conflict resolution to preserve existing release versions while bringing forward changes
- Unblocked Linux AppImage release for Ubuntu 23.10+ via user namespace sysctl fix
New Features
- Linux AppImage startup fix for Ubuntu 23.10+
Full Release Notes
# The Release-Reliability Upgrade This set of releases tightens up the shipping pipeline and keeps the release branch moving smoothly—so builds stay green and delivery stays fast. 🎉 ## Highlights ### Release branch sync & conflict resolution 🔀 We kept `release` in lockstep with `main` through a series of promotions, ensuring the latest accumulated work lands cleanly where production builds are cut. One promotion also required a careful conflict resolution pass to preserve the already-cut release versions while still bringing forward the full set of changes from `main`. ([#5203](https://github.com/tinyhumansai/openhuman/pull/5203), [#5242](https://github.com/tinyhumansai/openhuman/pull/5242), [#5256](https://github.com/tinyhumansai/openhuman/pull/5256)) — Thank you @M3gA-Mind! ### Linux AppImage release unblock 🐧 Linux desktop release smoke tests are back on track: an AppImage startup failure on Ubuntu 23.10+ was addressed by adjusting the user namespace sysctl behavior used during the release job, unblocking production runs. ([#5251](https://github.com/tinyhumansai/openhuman/pull/5251)) — Thank you @M3gA-Mind! ## Contributor Credits Thank you to everyone who contributed to this release: @M3gA-Mind, @github-actions[bot]. ## Full Compare https://github.com/tinyhumansai/openhuman/compare/v0.63.1...v0.63.9