chart-simpleChangelog

Released version and their changes.

chevron-rightChangelog - Version 1.1.1hashtag

Changes

  • Unlocked the XP level calculation function, making it available for customization in the unlocked/functions.lua file.

Files Affected

  • server/unlocked/functions.lua

  • fxmanifest.lua

2026-04-21 04:35 CET

chevron-rightChangelog - Version 1.1.0hashtag

Changes

  • Added in-game workbench placement, allowing you to place benches directly in the world.

  • Moved blueprints to an item-based system, replacing the old blueprint book approach.

  • Added the ability for specific workbenches, such as "general", "weapon" etc. This allows us to lock experience points & crafts to specific benches.

  • Added the ability to lock specific crafts to certain bench types via config.

  • Added support for mixing job and gang access on workbenches.

  • Added separate XP tracking per bench type, configurable per bench.

  • Completed a major UI overhaul with a new crafting queue, experience bar, instructional keybinds, and modal system.

  • Added 14 new locale translations (Arabic, Czech, German, Spanish, French, Italian, Japanese, Dutch, Polish, Portuguese, Romanian, Swedish, Thai, Turkish, Chinese).

  • Added automatic fallback to grab item images from your inventory's image path.

Files Affected

  • client/*

  • server/*

  • shared/*

  • nui/*

  • README.md

  • extras/items/images/blueprint.png

  • extras/items/ox_inventory.lua

  • extras/items/qb-core.lua

  • locales/*

  • fxmanifest.lua

2026-04-21 02:37 CET

chevron-rightChangelog - Version 1.0.6hashtag

Changes

  • Moved to the new zyke_lib loader.

  • Automated SQL setup.

Files Affected

  • client/eventhandler.lua

  • nui/*

  • server/database.lua

  • zyke_crafting.sql

  • fxmanifest.lua

chevron-rightChangelog - Version 1.0.5hashtag

Changes

  • Added entity & PolyZone targeting support.

  • Opened up main.lua to allow more configuration.

  • Added some functions into client/unlocked.lua.

Files affected

  • client/*

  • fxmanifest.lua (Version)

  • New strings

    • noAccess

  • (Minor config changes if you use targeting)

chevron-rightChangelog - Version 1.0.4hashtag

Changes

  • Removed all framework related functions and instead refer to zyke_lib.

Files affected

  • *.lua

  • shared/config.lua

    • Config.CraftingLocations had changes. (ESX)

    • Config.Strings added "missingPlayer" string

    • Removed comments as they are now in Config

chevron-rightChangelog - Version 1.0.3hashtag

Changes

  • Integrated zyke_lib as a dependency

Files affected

  • client/unlocked.lua

  • client/main.lua

  • client/functions.lua

  • server/unlocked.lua

  • server/callbacks.lua

  • README.md

chevron-rightChangelog - Version 1.0.2hashtag

Changes

  • Added the ability to add a random blueprint by simply adding true as a parameter when adding a blueprint using the export.

  • Added better support for custom inventories. (QB Only)

  • Added a debug option in Config.Settings.

Files affected

  • server/unlocked.lua (Only added an example for the AddBlueprint export so no need to actually replace this)

  • server/callbacks.lua

  • shared/config.lua

chevron-rightChangelog - Version 1.0.1hashtag

Changes

  • Fixed a harmless error occurring so that your console no longer gets spammed.

  • Added better support for older ESX versions. (ESX Only)

  • Added better support for custom inventories. (ESX Only)

Files affected

  • client/eventhandler.lua

  • client/unlocked.lua (ESX Only)

  • client/functions.lua (ESX Only)

chevron-rightChangelog - Version 1.0.0hashtag

Official release for ESX and QBCore.

Last updated