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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# CHANGELOG
2
2
3
-
-TBD
4
-
-Adds `RegistryStyle`type and a `Registry` property is added to`TreeStyle`type.
5
-
-Moves File System style properties from `TreeStyle` to their own`FileSystemStyle`type, and a property `FileSystem` property is added to `TreeStyle`.
6
-
-Adds coloring support for `Get-PSTreeRegistry`based on `Kind` property of the`TreeRegistryBase` instances.
3
+
-__02/26/2025__
4
+
-Introduced the `RegistryStyle`class and added a `Registry` property to the `TreeStyle`class.
5
+
-Moved file system style properties from `TreeStyle` to a new`FileSystemStyle`class, with a `FileSystem` property added to `TreeStyle`.
6
+
-Added coloring support for `Get-PSTreeRegistry`, allowing customization based on the `Kind` property of `TreeRegistryBase` instances.
7
7
8
8
-__02/22/2025__
9
9
- Renamed base types by removing the leading `PS` prefix (e.g., `PSTreeFile` → `TreeFile`, `PSTreeRegistryKey` → `TreeRegistryKey`) to streamline naming and improve consistency.
0 commit comments