diff --git a/.gitattributes b/.gitattributes index 430242a..95e2cb9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,16 @@ # VCS / CI noise -.gitattributes export-ignore -.gitignore export-ignore -.github/** export-ignore -.gitmodules export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.gitmodules export-ignore +/.github export-ignore # Dev tooling/config -.vscode/** export-ignore -*.code-workspace export-ignore -.editorconfig export-ignore -.eslintrc* export-ignore -.prettier* export-ignore \ No newline at end of file +/.vscode export-ignore +*.code-workspace export-ignore +/.editorconfig export-ignore +/.eslintrc* export-ignore +/.prettier* export-ignore + +# Omit release-only helpers +/server/restaurantchecker.lua export-ignore +/server/installitems.lua export-ignore \ No newline at end of file diff --git a/fxmanifest.lua b/fxmanifest.lua index cebafc6..769d2e4 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,6 +1,6 @@ name "Jim_Bridge" author "Jimathy" -version "2.1.07" +version "2.1.08" 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/version.txt b/version.txt index 42aa67a..5b73daa 100644 --- a/version.txt +++ b/version.txt @@ -1,11 +1,10 @@ -2.1.07 +2.1.08 -- Support for new embeded shop recipes -- Add checks for targets set with minZ and maxZ set too high or low -- New target function `createPropTarget()` which creates a box target based on a prop model -- Add CodeM as option for billing -- Add 17Mov progressbar support -- Fix OrigenInv calling OX_Inv to get player inventory -- Allow "Grab Boxes" to have custom slots and weight +- Fix getStash() always trying to use fallback functions +- Start adding stashEditMetadata() function - wip +- Add check for broken/missing config.lua in scripts +- Add fix for debugMode breaking if no config file +- Add a callback to check for society bank balances +- Add player head movement for `lookEnt()` to continue looking after turning https://github.com/jimathy/jim_bridge/releases/latest \ No newline at end of file