APRIL 2026
v1.5.0
rb-mechanicApr 28, 2026The dealership update.
Long-promised: a first-class dealership API, custom vendor configs, and a from-scratch test-drive system with waypoints and time limits. Compatible with QBCore and QBox out of the box.
- •Dealership API — `mechanic.dealership.*` exposes vendor + sale lifecycle hooks.
- •Test drives — waypoint routes with configurable time limits per vendor.
- •QBox bridge layer ships at parity with QBCore.
Features
Z
Dealership API for custom vehicle vendors.Zoo
M
Test-drive routes with named waypoints and per-route time limits.Manny
M
QBox bridge layer at parity with the QBCore bridge.Manny
Z
Showroom layouts now reference NAMED anchor points instead of magic indexes.Zoo
v0.9.0-rc.1
rb-housingApr 19, 2026rb-housing — public beta.
First public surface of rb-housing. Interiors load on-demand, keys are first-class objects, and the realty MLS UI works in both Cfx and standalone NUI shells. Expect breakage on the storage layer through 0.9.x — alpha keys WILL be re-issued at 1.0.
- •On-demand interior streaming — only the players inside an interior pay the cost.
- •Keys as first-class objects: lend, revoke, expire, audit.
- •MLS-style realty UI lives in `rb-housing/ui`.
Features
U
On-demand interior streaming.uShiftyy
U
Keys-as-objects API: `housing.keys.issue/revoke/audit`.uShiftyy
U
MLS realty UI: search, filter, and tour listings in-game.uShiftyy
U
Doorbells! `housing.bell.ring` posts a notification to whoever holds the keys.uShiftyy
v1.4.3
rb-mechanicApr 09, 2026Anti-cheat hardening.
Two server-authoritative checks that a small number of bad actors had found ways around. Both moved entirely server-side. No client signal is trusted; if you'd patched custom client-side checks, you can remove them.
MARCH 2026
v1.4.2
rb-mechanicMar 22, 2026Held the bug. Shipped the rest.
We held a bug back from this release on purpose — the one where rapid-cycling the lift caused a cosmetic snap on the body kit decal. It's reproducible only on certain GPU drivers and we wanted another two weeks of data before the fix. Everything else is in.
v0.3.1
rb-vehicleshopMar 15, 2026Showroom anchor migration.
Last patch on the magic-index showroom config. The 0.4 line moves to named anchors only; this release supports both with a deprecation warning so you can migrate at your own pace.
v1.4.1
rb-mechanicMar 04, 2026Quiet week.
Three small fixes, no new surface. The kind of release we like best.
Fixes
Z
Job inheritance: child jobs no longer inherit parent's max-bay count.Zoo
U
Notification z-index above the radial menu.uShiftyy
Z
Config: `Config.Debug = true` no longer leaks to clients in production builds.Zoo