Skip to content

Releases: Morganamilo/paru

v1.1.2

18 Nov 21:08
40a75f7
Compare
Choose a tag to compare

Paru v1.1.2 (2020-11-18)

Fixed

  • Fix some packages not resolving and tweak package not found message e860dad
  • Remove --stats from docs f8ce25b
  • Remove code that would false-flag debug pkgs #105 4ec0bb9
  • Fix warnings not showing with upgrade menu fedddb6

Changed

  • Improve error message for unknown option b3d0e95
  • Do aur + devel upgrade concurrently 836bba8

v1.1.1

12 Nov 20:38
0d3267b
Compare
Choose a tag to compare

Changelog

Paru v1.1.1 (2020-11-12)

Fixed

  • Fix numbers in upgrade menu being printed improperly for devel packages #100
  • Fix --batflags zsh completion #98

v1.1.0

12 Nov 10:19
0cb55b4
Compare
Choose a tag to compare

Changelog

Paru v1.1.0 (2020-11-12)

Fixed

  • Don't try to remove packages with -c when nothing to remove d3c668e
  • Fix error if running -Sy with no tagets 95f5681
  • Hide warnings for debug packages b3e0fe0
  • Don't try to install non existing devel packages 5e910d9
  • Fix clean checking for wrong file type e9a260e
  • Try and make pkg writable before deleting 70676bf
  • Remove dashes from InstallDebug in paru.conf.5 #86
  • Add missing asp completion 8e19638
  • Fix -Qu return value not always being correct 0b791bc

Added

Changed

  • Print [ignored] for ignored aur packages during -Qu 960fb1a
  • Sort devel.json 30e1c6b
  • Add mflags example to config ecc4ecd
  • Always pass ignored packages to pacman 591d593
  • Flip upgrade menu 79a4ab7

v1.0.2

02 Nov 22:44
d7dde97
Compare
Choose a tag to compare

Changelog

Paru v1.0.2 (2020-11-2)

Fixed

  • Fix Git wanting login credentials for some repos ea3062e
  • Fix diffs breaking with --cleanafter 0b66f9c
  • Fix provider menu formatting d7f100a
  • Fix devel not handling split packages properly a9f47ea
  • Fix rouge "info" object in devel.json d434467
  • Fix version compare 30da3bd

Added

  • Support repo prefix for -G ea512c6
  • Added --newsonupgrade to print news on upgrade b30a35e

Changed

  • News now returns 1 when there is no new news 792e15c

v1.0.1

30 Oct 23:20
e58d7f8
Compare
Choose a tag to compare

Changelog

Paru v1.0.1 (2020-10-30)

Fixed

  • Fix -Ss not supporting --bottomup/--topdown #31
  • Fix typos and wording #30 #32 #36 #40 #46 91e8009
  • Fix -G using lcoaldb instead of syncdb d34d3b0
  • Fix warnings not printing when there are no upgrades 4b14b50
  • Fix --upgrademenu printing the wrong local version #37
  • Fix paru <target> trying to install all packages when input is empty ba00b9f
  • Fix upgrade menu not showing sometimes 21e0b19
  • Fix missing =all option to redownload/rebuild c2fc530
  • Fix --overwrite not expecting an arg 9253841
  • Fix not setting usage in alpm 9ee5a12
  • Fix group printing 0451d60
  • Fix --removemake not accounting for repomake b3a62bc
  • Fix ignorepkg not working for devel packages 0bf2692

Added

  • Add PARU_CONF to configure paru's config file location eb9e1b1

Changed

  • AUR search is now case insensitive 5b27fc1
  • -Sh and other operations will now forward to pacman's help for those options d148352
  • Print an error when there's no action to do ce48f12
  • --gendb will now continue on srcinfo parse errors 73eb796
  • Don't prompt to continue install when pacman is going to prompt 9663f84

v1.0.0

28 Oct 12:11
387a38f
Compare
Choose a tag to compare

Changelog

Paru v1.0.0 (2020-10-28) - changes from yay

Added

  • Added --nocheck
  • Added --develsuffixes
  • Added --installDebug
  • Added NoWarn
  • Added syntax highlighting to pkgbuild printing
  • Auto detection for pacman-git. Paru will build against pacman-git's API

Removed

  • Remove --timeupdate, --requestsplitn
  • Remove --save -Pg --Pd -Ps
  • Remove -Gf
  • Remove --cleanmenu
  • Remove -Y/--yay, stuff like --gendb still work even though they belonged to -Y

Changed

  • List based flags now append instead of overwriting existing settings
  • Packages are now cloned to ~/.cache/paru/clone by default
  • Use asp for repo pkgbuilds
  • Improve news printing
  • Formatting changes to be more pacman like
  • -Yc accounts for makedeps for aur packages
  • Devel info is now saved to devel.json
  • Devel info schema change
  • Sources are no longer downloaded in batch
  • Only treat packages matching develsuffixes as devel