Skip to content

Commit 9195c98

Browse files
committed
this should work now
1 parent f0f3883 commit 9195c98

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

ida/idacode_utils/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Fix for https://github.com/tornadoweb/tornado/issues/2608
1414
import asyncio
1515

16-
VERSION = "0.2.1"
16+
VERSION = "0.2.2"
1717
initialized = False
1818

1919
def setup_patches():

idacode/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@
2323

2424
- Added "Save on execute" support in settings
2525

26-
### 0.2.1
26+
### 0.2.0
2727

2828
- Added "Execute on save" support in settings
29-
- Fixes Python 3.8 support on Windows @ [PR #13](https://github.com/ioncodes/idacode/pull/13)
30-
- Introduces `__name__` inside of the script environment as `__main__` @ [Issue #14](https://github.com/ioncodes/idacode/issues/14)
29+
- Fixes Python 3.8 support on Windows (#13)
30+
- Introduces `__name__` inside of the script environment as `__main__` (#14)
31+
32+
### 0.2.2
33+
34+
- Updated README

idacode/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,12 @@ IDACode doesn't support host to VM communication unless the VM uses a shared vol
6060

6161
- Added "Save on execute" support in settings
6262

63-
### 0.2.1
63+
### 0.2.0
6464

6565
- Added "Execute on save" support in settings
66-
- Fixes Python 3.8 support on Windows @ [PR #13](https://github.com/ioncodes/idacode/pull/13)
67-
- Introduces `__name__` inside of the script environment as `__main__` @ [Issue #14](https://github.com/ioncodes/idacode/issues/14)
66+
- Fixes Python 3.8 support on Windows (#13)
67+
- Introduces `__name__` inside of the script environment as `__main__` (#14)
68+
69+
### 0.2.2
70+
71+
- Updated README

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.2.1",
6+
"version": "0.2.2",
77
"publisher": "Layle",
88
"license": "SEE LICENSE IN LICENSE.md",
99
"preview": true,

0 commit comments

Comments
 (0)