File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## v0.5.8 (2023-07-25)
6
+
7
+ ### Fix
8
+
9
+ * fix(install): improve powershell script (Issue #372 ) (#409 )
10
+
11
+ * fix: git reinstallation even if it si present
12
+
13
+ * fix: Error Message:
14
+
15
+ Remove-Item : Cannot remove the item at ' ; C:\Users\Krish Patel\hi' ; because it is in
16
+ use.
17
+ At line:1 char:9
18
+ + Remove-Item -LiteralPath $setupdir -Force -Recurse
19
+ + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
+ + CategoryInfo : InvalidOperation: (:) [ Remove-Item] , PSInvalidOperation
21
+ Exception
22
+ + FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RemoveIt
23
+ emCommand
24
+
25
+ * fix: issue that poetry shell gives
26
+ " ; ..runnning scripts is disabled on the command line" ;
27
+
28
+ * fix: bug #4 issue
29
+ to support multiple version of python (acc. to OpenAdapt standards)
30
+
31
+ * add start mesage to know
32
+ why sometimes the installtion command exits
33
+
34
+ * fix the edge case where the new terminal PWD
35
+ is not set to the OpenAdapt folder that was installed
36
+
37
+ * Update install/install_openadapt.ps1
38
+
39
+ ---------
40
+
41
+ Co-authored-by: Richard Abrich
< ; [email protected] > ; (
[ ` fb3ae1e ` ] ( https://github.com/OpenAdaptAI/OpenAdapt/commit/fb3ae1e4b4991776f9c89791636e20c9c7a689a5 ) )
42
+
43
+
5
44
## v0.5.7 (2023-07-25)
6
45
7
46
### Chore
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " openadapt"
3
- version = " 0.5.7 "
3
+ version = " 0.5.8 "
4
4
description = " GUI Process Automation with Transformers"
5
5
authors = [
6
6
' Mustafa Abdulrahman <[email protected] >' ,
You can’t perform that action at this time.
0 commit comments