-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.json
More file actions
36 lines (36 loc) · 2.05 KB
/
resources.json
File metadata and controls
36 lines (36 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"community_bridge": {
"repo": "TheOrderFivem/community_bridge",
"versions": {
"0.12.0": [
"Added support for new version checker options."
],
"0.12.1": [
"Hotfix for point args: they were not deprecated but had been removed."
],
"0.13.0": [
"Codebase cleanup, removed examples directory, and improved ox_lib initialization.",
"Major refactors to inventory, notification, framework, and utility systems.",
"Improved error handling, entity tracking, prop removal, and overall code style.",
"Added support for wasabi_uikit, keep-progressbars, fd_dispatch, and emergencydispatch.",
"Target system improvements, including cleaner option handling and returning zone names.",
"Improved documentation with added function and event descriptions.",
"Localization updates, including new input.submit_text key and string refinements.",
"Refactored dispatch alerts, target resource handling, and unique ID generation.",
"Folder and loading fixes for vehicle keys and general resource detection.",
"Entity, particle, dialog, zone, and menu system reliability improvements."
],
"0.13.1": [
"locale fixes, cache system removal (use ox_lib cache), particles removed for server side."
],
"0.13.2": [
"Added IsVehicleOwnedByPlayer helper for improved vehicle ownership checks.",
"Added UpdateRotation method to ClientEntity.",
"Replaced the legacy behavior system with a more efficient implementation.",
"Added ZSX_UIV2 support for helptext, notifications, and progress bars.",
"Applied review feedback and minor follow-up adjustments from recent pull requests.",
"General refactoring and cleanup across multiple files to improve maintainability."
]
}
}
}