Skip to content

3.0.2

Choose a tag to compare

@Wiktor01 Wiktor01 released this 14 Feb 01:47
· 4 commits to main since this release

Changelog devhub_lib

[v3.0.2]

Added

  • Ordered auto-detection for supported target and inventory systems.
  • ak47_inventory: server callback to fetch weapon metadata and improved handling for metadata-based weapons.
  • ak47_inventory: cooldown protection to prevent rapid/duplicate metadata actions.
  • Framework-specific usable item registration for ESX / QBCore / QBOX (for compatible inventory adapters).

Changed

  • Updated inventory adapters to normalize item image URI/path formatting across systems.
  • qs-inventory: switched integration to use weapons:client:SetCurrentWeapon event.
  • qs-inventory: migrated usable item registration to the CreateUsableItem API.
  • tgiann-inventory: switched exports usage to ItemsRaw.
  • ak47_inventory: cached Items export for better performance and consistency.
  • General cleanup of item data retrieval logic across inventory modules.

Improved

  • More consistent item/weapon data parsing across adapters, reducing edge-case mismatches between inventories.