Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
support frida-tools from pipx
fix "Resource not accessible by integration"
  • Loading branch information
ChiChou committed Nov 2, 2024
1 parent 675f15d commit f6f6ffb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v0.9.0 - 10 Sep, 2024

* Support frida-tools installed from virtualenv, pipx, etc.

### v0.8.3 - 9 Sep, 2024

* **Remove** lldb shortcut because it's impossible to adapt to different jailbreaks
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"displayName": "frida Workbench",
"description": "Unofficial frida workbench for VSCode",
"version": "0.8.4",
"version": "0.9.0",
"engines": {
"vscode": "^1.94.0"
},
Expand Down

0 comments on commit f6f6ffb

Please sign in to comment.