You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## [Unreleased]
4
+
5
+
### Features
6
+
7
+
- Setting `friendly_plugin_names` will cause the plugin to normalize discovered plugin names even when they are coming from the an input plugin table generated by nixos. This enables additional case-insensitivity and hyphen/underscore insensitivity and makes `friendly_plugin_names` behave more like a user would anticipate. It's still recommended to set this to off
8
+
9
+
### Meta
10
+
11
+
- Use the actual plugin discovery function in core test setup instead of setting the plugin table directly
0 commit comments