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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments