Skip to content

v1.0.0

Choose a tag to compare

@StaszeKrk StaszeKrk released this 07 Jul 12:31

Plaza 1.0.0. Cross-distro parity is complete: search, detail, install, removal,
and upgrade all work across pacman, the AUR, apt, dnf, and Flatpak, and Plaza
shows only what fits the system it runs on.

New since 0.7.2:

  • Fedora (dnf) support at full parity: cross-source search, the detail view,
    background install and removal, and per-source or all-at-once upgrades.
  • Fast dnf search. dnf rebuilds its package pool on every invocation, so Plaza
    now loads the whole repo catalog once in the background at startup and filters
    it in memory, which makes dnf search effectively instant after a short warmup.
    The live fallback is quicker too: its two dnf calls run concurrently and load
    only primary metadata.
  • Fixed the dnf source filter checkbox, which previously had no effect.
  • dnf5 parser fixes against real dnf5 output.

Debian and Ubuntu users can install the attached .deb. Arch users build with
makepkg -si; everyone else with cargo build --release. See the README for
details.