Skip to content

Commit 402b023

Browse files
committed
v1.0.10
1 parent d9e0fcc commit 402b023

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.10] - 2025-03-19
9+
10+
### Fixed
11+
12+
- Sorting the custom field values list on the plugin page now works correctly.
13+
The sorting was previously broken and would not sort the values
14+
15+
- Show which custom field is being edited in the modal.
16+
17+
### Added
18+
19+
- Added export functionality to the custom field values list on the plugin page.
20+
The export is available in CSV format and can be downloaded by clicking the "Export" button.
21+
22+
823
## [1.0.9] - 2024-11-20
924

1025
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dot-mike/nmscustomfields",
33
"description": "LibreNMS plugin to add custom fields to devices",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"type": "library",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)