Skip to content

Releases: ArnesSI/netbox-inventory

v1.2.2

09 Apr 17:57
Compare
Choose a tag to compare

What's Changed

  • update example settings in README by @matejv in #83
  • support saved filters by @matejv in #84
  • fix sync_hardware_serial_asset_tag when asset serial blank by @matejv in #85
  • nicer display of assigned asset on device detail view by @matejv in #86

Full Changelog: v1.2.1...v1.2.2

v1.2.1

30 Mar 05:42
Compare
Choose a tag to compare

What's Changed

  • add column comments to asset table by @matejv in #79

Full Changelog: v1.2.0...v1.2.1

v1.2.0

28 Mar 11:55
Compare
Choose a tag to compare

Breaking changes

Removed support for netbox version 3.3.x

What's Changed

  • Fix REST API serializers by @matejv in #62 & #73
  • Netbox 34 features (global search and decimal numbers in custom fields) by @matejv in #63
  • add import & bulk edit for all models by @matejv in #64
  • add ability to nest InventoryItemGroups by @matejv in #65
  • add option to attach images to Asset and InventoryItemType by @matejv in #67
  • add option to assign contacts to supplier by @matejv in #68
  • add ability filter inventoryitem_type by manufacturer by @matejv in #69
  • update object detail templates with better titles, breadcrumbs and "add" buttons by @matejv in #70
  • improve Asset details by @matejv in #71
  • show where asset is installed by @matejv in #72
  • improve inventory item group child element counts by @matejv in #74
  • add tab to show assets that are located at site, location or rack by @matejv in #75

Full Changelog: v1.1.2...v1.2.0

v1.1.2

20 Feb 15:03
Compare
Choose a tag to compare

What's Changed

  • Fix asset sync by @matejv in #56
  • Updated navigation menu for NetBox 3.4 by @vrelk in #48
  • make top level menu configurable and support netbox 3.3 by @matejv in #57
  • Inventory Item Types: make Manufacturer clickable by @matejv in #58
  • in asset table, display ID by default by @matejv in #59

New Contributors

  • @vrelk made their first contribution in #48

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 Dec 18:28
Compare
Choose a tag to compare

What's Changed

  • Standardize Verbose Names in models by @ryanmerolle in #43
  • missing comma resulted in buggy column in Asset table (f84a88f)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Dec 09:26
Compare
Choose a tag to compare

What's Changed

  • on asset import add option to set Comments field of device/module/inventorytem type it it's automatically created ed588fb
  • fix creating device from asset with tags by @matejv in #39
  • Add InventoryItem Group by @matejv in #40
  • when creating related objects, make sure to pass model value by @matejv in #41

Full Changelog: v1.0.5...v1.1.0

v1.0.5

09 Dec 12:21
Compare
Choose a tag to compare

What's Changed

  • Asset import improvements by @matejv in #35
  • link from purchase detail to asset list had wrong query param by @matejv in #36
  • Asset CSV import fixes by @matejv in #37

Full Changelog: v1.0.4...v1.0.5

v1.0.4

23 Nov 10:00
Compare
Choose a tag to compare

What's Changed

  • Fix asset.status choices name by @matejv in #29
  • improve install instructions by @matejv in #30
  • update asset.status via signal when assigned hardware is deleted by @matejv in #31
  • move asset to hardware assignment logic from signal to form by @matejv in #32
  • prevent changing serial or asset_tag for hardware that has asset assigned by @matejv in #33

Full Changelog: v1.0.3...v1.0.4

v1.0.3

21 Nov 19:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

21 Nov 10:59
Compare
Choose a tag to compare
  • fix crash when opening device or module view with no asset assigned (#22)