Skip to content

Commit 975ac74

Browse files
committed
prepare for version update
1 parent dfe6784 commit 975ac74

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

ida/idacode_utils/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import idacode_utils.settings as settings
1111
from idacode_utils.socket_handler import SocketHandler
1212

13-
VERSION = "0.1.3"
13+
VERSION = "0.1.4"
1414
initialized = False
1515

1616
def setup_patches():

idacode/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
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

idacode/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

idacode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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,

0 commit comments

Comments
 (0)