Skip to content

Releases: Bloom-Engine/jump

v1.0.85

05 Jun 21:01

Choose a tag to compare

tvOS FFI parity (engine 0.4.10) — ports 10 missing bloom_* exports so tvOS compiles+links. Includes the macOS notarized DMG.

v1.0.84

05 Jun 20:20

Choose a tag to compare

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

05 Jun 19:29

Choose a tag to compare

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

05 Jun 15:44

Choose a tag to compare

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

05 Jun 14:58

Choose a tag to compare

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

05 Jun 14:26

Choose a tag to compare

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

05 Jun 12:59

Choose a tag to compare

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

05 Jun 12:11

Choose a tag to compare

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

05 Jun 08:19

Choose a tag to compare

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

05 Jun 07:53

Choose a tag to compare

Release v1.0.76 — refresh iOS provisioning profile (fix ITMS-90889 TestFlight eligibility).