Releases: shobcoder/shob
Releases · shobcoder/shob
Release list
v0.0.85
Full Changelog: v0.0.84...v0.0.85
v0.0.84
v0.0.83
v0.0.82
v0.0.81 - Skills.sh Integration Fix
Fixed Critical Issues
- Resolved TypeError: Failed to fetch errors in Plugins & Skills page
- Fixed skills.sh external search functionality in packaged builds
- Fixed skill details modal failing to load in production builds
Improvements
- Enhanced server connection readiness validation
- Improved resource initialization and dependency tracking
- Better error handling and logging for debugging
- Added proper null checks for server HTTP connection objects
Technical Changes
- Updated storeData resource with comprehensive readiness checks
- Fixed skillsShData resource to validate server URL before fetching
- Enhanced SkillDetails component with proper connection validation
- All resources now properly wait for server initialization
What's Fixed
Previously, when opening the Plugins & Skills page or searching for skills on skills.sh in the packaged desktop application, users would encounter TypeError: Failed to fetch errors. This happened because the frontend resources were attempting to make API calls before the server connection was fully initialized.
This release ensures the skills.sh integration works reliably in packaged desktop applications by properly validating server readiness before making any fetch requests.
Full Changelog: v0.0.80...v0.0.81