From f09e34b1b5275f64dbd5f86d2d19e555ab6bed63 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Sun, 27 Jul 2025 20:00:42 +0100 Subject: [PATCH] Version Bump `2.0.21` - `2.0.22`` - Support for qs-interface - Fix polyzone minZ + maxZ handling - Fix ox_target zone location to match qb-target - Fix "Waiting for script start" loop bug - Add condition for fading in entities - Fix typo breaking scripts on gta skillbar fail - Fix typo for gksphone invoice event - Fix latio_ui TextUI placement - Remove registerShop debug message - Fix typo in print when removing codem stash item - Fix function typo from origen inv documenation --- fxmanifest.lua | 2 +- shared/inventories.lua | 1 + version.txt | 23 ++++++++++++----------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index ba0cd02..2475595 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,6 +1,6 @@ name "Jim_Bridge" author "Jimathy" -version "2.0.21" +version "2.0.22" description "Framework Bridge By Jimathy" fx_version "cerulean" rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.' diff --git a/shared/inventories.lua b/shared/inventories.lua index 04000f9..28e5053 100644 --- a/shared/inventories.lua +++ b/shared/inventories.lua @@ -232,6 +232,7 @@ function invImg(item) elseif isStarted(PSInv) then imgLink = "nui://"..PSInv.."/html/images/"..(Items[item].image or "") + elseif isStarted(TgiannInv) then imgLink = "nui://inventory_images/images/"..(Items[item].image or "") diff --git a/version.txt b/version.txt index dbc0406..6eb1099 100644 --- a/version.txt +++ b/version.txt @@ -1,14 +1,15 @@ -2.0.21 +2.0.22 -- Fix toggleDuty() for ESX users -- Rename metadata handler functions -- Add useToolDegrade() to force limited uses for items -- Make breakTool() smarter -- Fix getPlayer() not checking if player data exists yet on qbcore -- Fix inbuilt gta progressbar error when stopping animations -- lation_ui support fixes -- Add fade in animations for created entities -- Fix waitForSharedLoad() not announcing when an error occurs -- Incrase authToken timeout from 5 seconds to 1 minute +- Support for qs-interface +- Fix polyzone minZ + maxZ handling +- Fix ox_target zone location to match qb-target +- Fix "Waiting for script start" loop bug +- Add condition for fading in entities +- Fix typo breaking scripts on gta skillbar fail +- Fix typo for gksphone invoice event +- Fix latio_ui TextUI placement +- Remove registerShop debug message +- Fix typo in print when removing codem stash item +- Fix function typo from origen inv documenation https://github.com/jimathy/jim_bridge \ No newline at end of file