File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,4 +66,5 @@ It is also important that attaching a debugger will create a new debugger instan
6666
6767## Contributors
6868* [ mrexodia] ( https://github.com/mrexodia )
69- * [ MeitarR] ( https://github.com/MeitarR )
69+ * [ MeitarR] ( https://github.com/MeitarR )
70+ * [ Plutoberth] ( https://github.com/Plutoberth )
Original file line number Diff line number Diff line change 1010import idacode_utils .settings as settings
1111from idacode_utils .socket_handler import SocketHandler
1212
13- VERSION = "0.1.3 "
13+ VERSION = "0.1.4 "
1414initialized = False
1515
1616def setup_patches ():
Original file line number Diff line number Diff line change 1717
1818### 0.1.3
1919
20- - Added support for Python 2
20+ - Added support for Python 2
21+
22+ ### 0.1.4
23+
24+ - Added "Save on execute" support in settings
Original file line number Diff line number Diff line change @@ -54,4 +54,8 @@ IDACode doesn't support host to VM communication unless the VM uses a shared vol
5454
5555### 0.1.3
5656
57- - Added support for Python 2
57+ - Added support for Python 2
58+
59+ ### 0.1.4
60+
61+ - Added "Save on execute" support in settings
Original file line number Diff line number Diff line change 33 "displayName" : " IDACode" ,
44 "description" : " Run and debug your IDA scripts from VS Code" ,
55 "icon" : " images/icon.png" ,
6- "version" : " 0.1.3 " ,
6+ "version" : " 0.1.4 " ,
77 "publisher" : " Layle" ,
88 "license" : " SEE LICENSE IN LICENSE.md" ,
99 "preview" : true ,
You can’t perform that action at this time.
0 commit comments