Releases: Samuels-Development/sd_lib
Releases · Samuels-Development/sd_lib
v1.2.0
What's Changed
- feat: add optional lation_ui support by @IamLation in #8
- Added support for fd_dispatch to the policeDispatch module by @KodakZack in #9
- Update email handling for high-phone integration by @itsfaizy in #10
- Allowed for the usage of datasets for fmsdk in the logger module.
New Contributors
- @IamLation made their first contribution in #8
- @KodakZack made their first contribution in #9
Full Changelog: 1.1.9...1.2.0
v1.1.9
What's Changed
- Fixed an issue that was introduced in the most recent update to the Ped module.
- Removed duplicate framework detection in the init file.
Full Changelog: 1.1.8...1.1.9
v1.1.8
What's Changed
- Added support for
qs-inventory-proin the Inventory module. - Added support for
qs-inventory-proin the GetItemImage module. - Added support for
tk_dispatchto the policeDispatch module - Return ped entity in
SD.Ped.CreatePedAtPoint.
Full Changelog: 1.1.7...1.1.8
v1.1.7
What's Changed
- Allow for new parameter to be passed to
SD.HasGroupto ignore duty check. - Added client-side functions to retrieve a players name (thanks to @SSnowly)
Full Changelog: 1.1.6...1.1.7
v1.1.6
What's Changed
- Added support for
bl_uiandglitch-minigamestoStartHackmodule. - Created new
Requiremodule to load files. - Refactored
Loggermodule to allow for logging using discord, fivemanage, fivemerr, loki and grafana. - Removed the
ScaleFormsmodule, since nobody really uses it. - Improved attribution clarity in readme and added copyright notices in files containing code derived from ox_lib.
Full Changelog: 1.1.5...1.1.6
v1.1.5
What's Changed
- Added support for RainMad's
circleClickminigame in the StartHack module (thanks to @itsfaizy). - Added support for the
origen_inventoryin the Inventory module. - Fixed an issue with the
CanCarryfunction forqs-inventoryusers in the Inventory module. - Included itembox events for
qb-inventoryusers in the Inventory module.
New Contributors
Full Changelog: 1.1.4...1.1.5
v1.1.4
What's Changed
- GetItemImage now supports
codem-inventory. - Fallbacks for metadata and slot parameters in the inventory module.
New Contributors
Full Changelog: 1.1.3...1.1.4
v1.1.3
What's Changed
- Modified name for
qs-smartphone-protoqs-smartphoneproinsendEmailmodule - Added direct support for
qb-inventoryandqs-inventoryto theinventorymodule
Full Changelog: 1.1.2...1.1.3
v1.1.2
What's Changed
- Added support for
codem-inventoryto theinventorymodule - Added support for
codem-dispatchto thepoliceDispatchmodule
Full Changelog: 1.1.1...1.1.2
v1.1.1
What's Changed
- Removed Development Tools: Streamlined the library by removing all development tools that were primarily used by me or, in rare cases, other developers. These tools are better suited as a separate resource.
- Introduced a
CanCarryfunction to check if the player has enough inventory space before receiving an item. This function is supported by QBCore, QBox, ESX, and ox_inventory. - Modified TextUI Module: Updated the TextUI module to accept parameters passed within a table for enhanced flexibility.
Amend (November 6th, 24): Explicitly pass source to canCarry and return boolean to function call
Full Changelog: 1.1.0...1.1.1