Releases: Jinmo/idapkg
Releases · Jinmo/idapkg
v0.1.4
v0.1.3
v0.1.2
Again, thanks for using idapkg! 🙇
Resolved issues
-
Fix
pkg.install
command to accept package names with underscore #9 -
Fix idausr_native_bases field to allow multiple versions of IDA to run idapkg #8
-
Add uninstallation scripts support #8
-
Add
pkg.remote
,pkg.upgrade
#8cf. idapkg can be upgraded by executing
pkg.install('idapkg', repo='https://api.idapkg.com', upgrade=True)
. From this release, it can be done bypkg.upgrade('idapkg')
. Much shorter!Packages: Upgrade packages
action can be used as always.
Merged PRs
- Correct version information in modules #7
Thanks to @bruce30262 for reporting & merging all of these bugs & fixes!