We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa836f commit 9977222Copy full SHA for 9977222
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the "smali2java" extension will be documented in this file.
4
5
+## [1.1.1]
6
+
7
+### Fixed
8
9
+Fixed unexpected character escaping in the path when executing shell commands.
10
11
## [1.1.0]
12
13
### Changes
package.json
@@ -4,7 +4,7 @@
"publisher": "ooooonly",
"displayName": "Smali2Java",
"description": "Decompile single smali file instantly",
- "version": "1.1.0",
+ "version": "1.1.1",
"license": "SEE LICENSE IN LICENSE",
"icon": "res/icon.png",
"engines": {
0 commit comments