From ab809f97014932151cba73d43b6e90cf4cd879b2 Mon Sep 17 00:00:00 2001 From: Mark Coleman Date: Wed, 15 Oct 2025 17:48:02 +0200 Subject: [PATCH 1/2] Add changelog --- docs/changelog.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/changelog.md diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..e9e5e69 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,28 @@ +# Changelog + +## 0.4.0 +--- + +# New Features + +**Limited Branching Compatibility for Custom Objects** + +Custom Objects now has limited compatibility with NetBox Branching. Please see the documentation for more details. + +# Enhancements + +- [#37](https://github.com/netboxlabs/netbox-custom-objects/issues/37) - Limited Branching compatibility for Custom Objects +- [#42](https://github.com/netboxlabs/netbox-custom-objects/issues/42) - Populate default values for Multi-Object fields +- [#87](https://github.com/netboxlabs/netbox-custom-objects/issues/87) - Make Custom Object "name" clickable +- [#150](https://github.com/netboxlabs/netbox-custom-objects/issues/150) - Cannot import created CustomObject (Documentation) + +# Bug Fixes + +- [#70](https://github.com/netboxlabs/netbox-custom-objects/issues/70) - Incorrect validation message on integer field min/max defaults +- [#104](https://github.com/netboxlabs/netbox-custom-objects/issues/104) - Bulk edit not possible on fields of type `object` +- [#105](https://github.com/netboxlabs/netbox-custom-objects/issues/105) - Bulk edit not possible on fields of type `multiobject` +- [#172](https://github.com/netboxlabs/netbox-custom-objects/issues/172) - Postgres errors on startup +- [#189](https://github.com/netboxlabs/netbox-custom-objects/issues/189) - Exceptions when creating Custom Objects +- [#195](https://github.com/netboxlabs/netbox-custom-objects/issues/195) - RecursionError in netbox_custom_objects plugin due to circular dependencies in CustomObjectType Fields +- [#210](https://github.com/netboxlabs/netbox-custom-objects/issues/210) - Custom Objects plugin visible when logged out +- [#212](https://github.com/netboxlabs/netbox-custom-objects/issues/212) - Quick Search not working \ No newline at end of file From 6808a9e981c06ae69c274e0343bcebe4cba59bdb Mon Sep 17 00:00:00 2001 From: Mark Coleman Date: Wed, 15 Oct 2025 17:51:02 +0200 Subject: [PATCH 2/2] Fix header sizes --- docs/changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e9e5e69..73be025 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,20 +3,20 @@ ## 0.4.0 --- -# New Features +### New Features **Limited Branching Compatibility for Custom Objects** Custom Objects now has limited compatibility with NetBox Branching. Please see the documentation for more details. -# Enhancements +### Enhancements - [#37](https://github.com/netboxlabs/netbox-custom-objects/issues/37) - Limited Branching compatibility for Custom Objects - [#42](https://github.com/netboxlabs/netbox-custom-objects/issues/42) - Populate default values for Multi-Object fields - [#87](https://github.com/netboxlabs/netbox-custom-objects/issues/87) - Make Custom Object "name" clickable - [#150](https://github.com/netboxlabs/netbox-custom-objects/issues/150) - Cannot import created CustomObject (Documentation) -# Bug Fixes +### Bug Fixes - [#70](https://github.com/netboxlabs/netbox-custom-objects/issues/70) - Incorrect validation message on integer field min/max defaults - [#104](https://github.com/netboxlabs/netbox-custom-objects/issues/104) - Bulk edit not possible on fields of type `object`