File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.4
4+ ---
5+
6+ ### Bug Fixes
7+
8+ - [ #230 ] ( https://github.com/netboxlabs/netbox-custom-objects/issues/230 ) - Warning on unique object type fields
9+ - [ #284 ] ( https://github.com/netboxlabs/netbox-custom-objects/issues/284 ) - "Tags" field not listed in table config dialog
10+ - [ #294 ] ( https://github.com/netboxlabs/netbox-custom-objects/issues/294 ) - Creating journal entry on custom object item leaves Created By blank
11+ - [ #310 ] ( https://github.com/netboxlabs/netbox-custom-objects/issues/310 ) - Linkify primary field in custom object table view
12+ - [ #336 ] ( https://github.com/netboxlabs/netbox-custom-objects/issues/336 ) - Support NetBox v4.5 (Beta)
13+
14+
315## 0.4.3
416---
517
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class CustomObjectsPluginConfig(PluginConfig):
3535 name = "netbox_custom_objects"
3636 verbose_name = "Custom Objects"
3737 description = "A plugin to manage custom objects in NetBox"
38- version = "0.4.3 "
38+ version = "0.4.4 "
3939 author = 'Netbox Labs'
4040 author_email = 'support@netboxlabs.com'
4141 base_url = "custom-objects"
Original file line number Diff line number Diff line change 11[project ]
22name = " netboxlabs-netbox-custom-objects"
3- version = " 0.4.3 "
3+ version = " 0.4.4 "
44description = " A plugin to manage custom objects in NetBox"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments