Skip to content

Releases: rizinorg/rz-pm

v0.3.3

24 Oct 16:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

18 Oct 01:20
ed208da
Compare
Choose a tag to compare

What's Changed

  • Add android build (ARM64 only)
  • Update modules

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Jul 17:55
Compare
Choose a tag to compare
  • Add support for git repositories as source of a package
  • rz-pm supports different rizin versions: based on the rizin version available in PATH, the right packages will be considered. This allows people on the rizin stable releases to have stable plugins, while people on the rizin dev branch to still make use of rz-pm.

Full Changelog: v0.2.0...v0.3.1

v0.2.0

v0.1.11

16 Mar 20:06
8257ef1
Compare
Choose a tag to compare

What's Changed

  • tests: use newer jsdec version
  • keep track of installed files
  • Add clean command and --clean flag in install command
  • ci: fix adding rizin in PATH by @ret2libc in #41

Full Changelog: v0.1.9...v0.1.11

v0.1.9

27 Jan 15:06
Compare
Choose a tag to compare
  • Use summary/description for short/long descriptions of each plugin: #20

v0.1.8

23 Oct 22:10
Compare
Choose a tag to compare
  • Implement auto-upgrade feature to keep rz-pm updated

v0.1.7

15 Oct 23:32
Compare
Choose a tag to compare
  • fix asset names

v0.1.5

15 Oct 23:19
Compare
Choose a tag to compare
  • Fix version displayed when executing rz-pm

v0.1.0

14 Oct 08:36
Compare
Choose a tag to compare
First basic release

- install/uninstall rizin plugins by compiling them from source with
  meson
- list available plugins and installed ones
- works on Linux/MacOS/Windows and should work on *BSDs too