Skip to content

Commit

Permalink
this should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
ioncodes committed Aug 11, 2020
1 parent f0f3883 commit 9195c98
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ida/idacode_utils/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Fix for https://github.com/tornadoweb/tornado/issues/2608
import asyncio

VERSION = "0.2.1"
VERSION = "0.2.2"
initialized = False

def setup_patches():
Expand Down
10 changes: 7 additions & 3 deletions idacode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@

- Added "Save on execute" support in settings

### 0.2.1
### 0.2.0

- Added "Execute on save" support in settings
- Fixes Python 3.8 support on Windows @ [PR #13](https://github.com/ioncodes/idacode/pull/13)
- Introduces `__name__` inside of the script environment as `__main__` @ [Issue #14](https://github.com/ioncodes/idacode/issues/14)
- Fixes Python 3.8 support on Windows (#13)
- Introduces `__name__` inside of the script environment as `__main__` (#14)

### 0.2.2

- Updated README
10 changes: 7 additions & 3 deletions idacode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ IDACode doesn't support host to VM communication unless the VM uses a shared vol

- Added "Save on execute" support in settings

### 0.2.1
### 0.2.0

- Added "Execute on save" support in settings
- Fixes Python 3.8 support on Windows @ [PR #13](https://github.com/ioncodes/idacode/pull/13)
- Introduces `__name__` inside of the script environment as `__main__` @ [Issue #14](https://github.com/ioncodes/idacode/issues/14)
- Fixes Python 3.8 support on Windows (#13)
- Introduces `__name__` inside of the script environment as `__main__` (#14)

### 0.2.2

- Updated README
2 changes: 1 addition & 1 deletion idacode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "IDACode",
"description": "Run and debug your IDA scripts from VS Code",
"icon": "images/icon.png",
"version": "0.2.1",
"version": "0.2.2",
"publisher": "Layle",
"license": "SEE LICENSE IN LICENSE.md",
"preview": true,
Expand Down

0 comments on commit 9195c98

Please sign in to comment.