Releases: Sleepless-Development/sleepless_interact
Releases · Sleepless-Development/sleepless_interact
v2.1.1
Bug Fixes
- use indicator sprite config for empty sprite #23 (Kyle Graham)
- api: cleanup code and fix removal of all options for context (Austin Dunn)
- utils: load qb-core compat (Austin Dunn)
- api: fix type check when converting vec4 to vec3 (Austin Dunn)
v2.1.0
Features
- add allowInVehicle param for options (Austin Dunn)
- new callbacks for options when active (Austin Dunn)
Bug Fixes
- global bone/offset types being set to nil (Austin Dunn)
- differentiate global and specific options for sprite draw hiding (Austin Dunn)
- remove vehicle check from toggle keybind (Austin Dunn)
- fix qtarget compat for onSelect (Austin Dunn)
Chores
- change type for options (Austin Dunn)
- option type rename (Austin Dunn)
- add holdTime to types (Austin Dunn)
- bump manifest version to v2.1.0 (Manifest Bumper)
Commits
- d904fc0: fix new callback functions (Austin Dunn)
v2.0.9
Bug Fixes
- api: dont nil out global tables on resource cleanup (Austin Dunn)
Chores
- remove unused vars from dui (Austin Dunn)
Commits
- 86a0f7a: convert vec4s to vec3s for addCoords (Austin Dunn)
v2.0.8
Bug Fixes
- nil check for global table (Austin Dunn)
Commits
- 1a6ac6a: optimize remove loop with lookup table (Austin Dunn)
v2.0.7
Code Refactoring
- option adding and removal to prevent indicators drawing on empty option locations (Austin Dunn)
Commits
- 836f85b: Create qb.lua (Austin Dunn)
- added canInteract to a protected call (Austin Dunn)
v2.0.6
Features
- addCoords: add js compat for vectors as tables #19 (tom)
- addCoords: add js compat for vectors as tables #19 (Austin Dunn)
- add qb-target pass through (Austin Dunn)
Bug Fixes
- clone options for arrays of targets (Austin Dunn)
- hide indicators for entities with no options and force reload ui on option change (Austin Dunn)
- change resource names in warning (Austin Dunn)
Chores
- bump manifest version to v2.0.6 (Manifest Bumper)
Commits
- 75e31c7: optimize entity movement tracking (Austin Dunn)
- 8fec9e1: Merge branch 'main' of https://github.com/Sleepless-Development/sleepless_interact (Austin Dunn)
- 75cd602: make sure entity exists before using it (Austin Dunn)
- c59c206: remove unused files and remove prints (Austin Dunn)
- ad72bb6: remove import from qb compat (Austin Dunn)
v2.0.5
Bug Fixes
- compat file loading and global interaction indicators (Austin Dunn)
v2.0.4
Bug Fixes
- table reference overwrite hide on globals and models (Austin Dunn)
v2.0.3
Bug Fixes
- nil checks for options (Austin Dunn)
Chores
- bump manifest version to v2.0.3 (Manifest Bumper)
Commits
- c9fdbb2: finish and load compat files (Austin Dunn)
- 38dbac6: Merge branch 'main' of https://github.com/Sleepless-Development/sleepless_interact (Austin Dunn)
v2.0.2
Features
- optimize option checks and sort by nearest distance to screen center (Austin Dunn)
- add function for getting screen distance (Austin Dunn)