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: RELEASE_NOTES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
v1.111.11.0 - May 27, 2025
2
+
- Improve ArgumentList in `Exec.Arguments`, this will split arguments more precise especially for python commands. (https://github.com/CaptnCodr/Fli/pull/76)
3
+
- Improve documentations.
4
+
1
5
v1.111.10.0 - May 31, 2024
2
6
- Empty file output will not write to file. (https://github.com/CaptnCodr/Fli/pull/72)
Copy file name to clipboardExpand all lines: src/Fli/paket.template
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,12 @@ owners
6
6
authors
7
7
Constantin Tews
8
8
version
9
-
1.111.10.0
9
+
1.111.11.0
10
10
readme
11
11
README.md
12
12
releaseNotes
13
-
- Empty file output will not write to file. (https://github.com/CaptnCodr/Fli/pull/72)
13
+
- Improve ArgumentList in `Exec.Arguments`, this will split arguments more precise especially for python commands. (https://github.com/CaptnCodr/Fli/pull/76)
0 commit comments