Releases: Bloom-Engine/jump
v1.0.85
v1.0.84
Add a downloadable, notarized macOS DMG (Developer ID) attached to the release, in addition to the App Store build. Carries forward the game-over fix and new icon.
v1.0.83
Fix game-over crash on iOS (drawTextRgba was passed a Color object instead of r,g,b,a numbers; the strict native f64 check aborted the app when you lose all lives — sim-validated) and ship a new app icon featuring the main character.
v1.0.82
Fix in-game crash after Start Game (sim-validated): engine 0.4.9 makes bloom_read_file return an empty string instead of null on a missing file, so level discovery's readFile().length probe no longer dereferences a null string (EXC_BAD_ACCESS). Completes the iOS fix stack: string-ABI types, perry game-loop entry rename, request_device ray-query/limits fallback, and now readFile null-safety.
v1.0.81
Fix iOS launch crash (sim-validated): engine 0.4.8 device-creation fallback requests adapter.limits() so request_device isn't rejected on per-limit GPU caps. Full fix stack: string-ABI types (0.4.6) + perry ios-game-loop entry rename + ray-query/limits fallback (0.4.8).
v1.0.80
Fix iOS launch crash (part 3): engine 0.4.7 falls back gracefully when wgpu rejects ray-query at device creation on RT-capable devices (was aborting ~56ms into launch). Combined with the string-ABI fix (0.4.6) and the perry ios-game-loop entry-rename fix.
v1.0.79
Fix iOS launch crash (part 2): rebuild with perry fix for the ios-game-loop entry-point rename, which the object cache was defeating (caused 'Engine not initialized' on device). Combined with the engine 0.4.6 native-ABI string fix in v1.0.78.
v1.0.78
Fix iOS launch crash: bump @bloomengine/engine to 0.4.6 (native-ABI manifest types string params as "string" instead of "i64", which perry 1122's strict ABI check rejected — caused immediate TypeError on launch). Verified end-to-end in the iOS Simulator.
v1.0.77
Release v1.0.77 — add macOS App Store provisioning profile (Perry - com.bloom.jump macOS) to fix ITMS-90889 macOS TestFlight eligibility.
v1.0.76
Release v1.0.76 — refresh iOS provisioning profile (fix ITMS-90889 TestFlight eligibility).