File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
23
## [ 1.0.9] - 2024-11-20
9
24
10
25
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dot-mike/nmscustomfields" ,
3
3
"description" : " LibreNMS plugin to add custom fields to devices" ,
4
- "version" : " 1.0.9 " ,
4
+ "version" : " 1.0.10 " ,
5
5
"type" : " library" ,
6
6
"license" : " MIT" ,
7
7
"authors" : [
You can’t perform that action at this time.
0 commit comments