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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,26 @@ beta releases are not included in this history.
14
14
15
15
[//]: #(begin_release_notes)
16
16
17
+
"1.49.0" (2023-10-17)
18
+
=====================
19
+
20
+
Features
21
+
--------
22
+
23
+
-:sparkles:`[environment]` Expose utilities for parsing and finding environment variables (#20231013160208)
24
+
-:sparkles:`[collection]` Added `AllNotEmpty` and `AnyEmpty` to check the content of string slices (#20231016164922)
25
+
-:sparkles:`[collection]` Added `FindInSlice` to extend `Find` search capabilities (#20231016173631)
26
+
-:sparkles:`[platform]` Added a way to determine if a user has admin rights (i.e. root or superuser on Linux and administrator on Windows) (#20231016175953)
27
+
-:sparkles:`[command]` Added a way to prepend commands (using `Prepend()`) to command wrappers in order to chain command wrappers easily (#20231016204910)
28
+
-:sparkles:`[platform]` Added `WithPrivileges` so that commands are elevated with privileges depending on the permissions of the current user (#20231016234712)
29
+
30
+
31
+
Bugfixes
32
+
--------
33
+
34
+
-:bug:`[environment]` Fix environment variables parsing when an entry is incorrect (#20231013160247)
0 commit comments