Skip to content

Releases: Morganamilo/paru

v1.9.1

03 Dec 19:07
v1.9.1
34aa8e9
Compare
Choose a tag to compare

Changelog

Paru v1.9.1 (2021-11-26)

Fixed

  • Make paru -G return a correct exit code #601
  • Fix manpage wording #598
  • Add docs for -Po and --regex 3ebff0f
  • Remove Stale develinfo when package changes source Remove dbaec6c

Changed

  • Sort -Sla output 200b8b1
  • Wait for child process to exit on signal 8c04dbb

Localization

  • Update pt_br locale #568

v1.9.0

04 Nov 01:05
v1.9.0
31ce25c
Compare
Choose a tag to compare

Changelog

Paru v1.9.0 (2021-10-01)

Added

  • Add -Po to show package install order #550
  • Add timeout to git ls-remote 6278891
  • Add -hg to default DevelSuffixes #546
  • Add search size limit #541
  • Add socks proxy support 5a25ec3
  • Add -x/--regex for -Ss 6790a5d
  • Add --savechanges to save pkgbuild changes e05ca07

Fixed

  • Fix typos #560
  • Fix -d acting as -cc 69ae7bf
  • Fix -U picking non local repo if package with same name 95c1f91

Localization

  • Add ko locale #565
  • Update de locale #513

v1.8.2

19 Aug 14:46
v1.8.2
7fb6411
Compare
Choose a tag to compare

Changelog

Paru v1.8.2 (2021-08-18)

Fixed

  • Fix wrong length check leading to overflow in -Si 9de304b
  • Fix format string printing wrongly f6b5431
  • Make upgrade text bold to match pacman d5d1724

Localization

  • Add zh_TW locale #493
  • Update fr locale #510
  • Update ja locale #504

v1.8.1

13 Aug 12:48
v1.8.1
047ef25
Compare
Choose a tag to compare

Changelog

Paru v1.8.1 (2021-8-12)

Fixed

  • Fix makepkg command giving wrong args in error message #492
  • Fix stack overflow with some cyclic deps 22ec445
  • Fix excessive output during -Ld f4b9655

Changed

Localization

  • Update nl locale #488
  • Update de locale #487
  • Update pt_BR locale #496

v1.8.0

05 Aug 09:39
4a66e2d
Compare
Choose a tag to compare

Changelog

Paru v1.8.0 (2021-8-3)

Added

Fixed

  • Fix short opts not taking args after space #485
  • Fix -Sc not cleaning untracked files #430
  • Fix -U sometimes not installing repo deps 61b10e0
  • Fix chroot builds sometimes doing nothing when no AUR updates 08aa1f7
  • Bail if call to gpg fails 9fab5d9

Changed

  • Order packages by dep order even when satisfied 210e375
  • Add -F to default less flags 3b6cb32
  • Warn instead of bail on unknown section 11bc07d

Localization

v1.7.3

25 Jun 17:54
74fb083
Compare
Choose a tag to compare

Changelog

Paru v1.7.3 (2021-6-24)

Fixed

  • Fix -U trying to resolve already satisfied deps 012db72
  • Don't pass deps twice during -U afe0a1f
  • Fix -dd not being passed to pacman 5a496c4

Changed

  • Move arch prompt and pgp import out of review 3d3eccf
  • Retry aur search when one targ fails 4020507
  • Only add packages to be installed to local repos 23f0a8c

v1.7.2

08 Jun 13:56
81250fc
Compare
Choose a tag to compare

Changelog

Paru v1.7.2 (2021-6-8)

Fixed

  • Fix compilation on 32 bit 9a211ed
  • Fix -S'ing ignored packages b6ac4f3

Changed

  • Include #AurOnly in the example config 8f1d6d9

v1.7.1

03 Jun 02:00
db1e187
Compare
Choose a tag to compare

Changelog

Paru v1.7.1 (2021-6-3)

Fixed

  • Fix panic in provider menu 73ecc74

v1.7.0

31 May 17:15
f173e7a
Compare
Choose a tag to compare

Changelog

Paru v1.7.0 (2021-5-31)

Fixed

  • Correctly decide if a pkg is aur or repo with -G 911ae21
  • Fix provider menu showing during -Y 5c9b390
  • Fix -G not updating already downloaded packages f5d5145
  • Fix provider menu sometimes showing twice for targets da91f84
  • Handle query part in devel urls bc5f545
  • Fix exiting if devel pkg can not be checked 7463ae3
  • Fix skipping repo packages with upgrademenu ba35318
  • Fix crash in upgrade menu cc98ec6

Added

Removed

Changed

  • Better error messages when calling commands 257f73a
  • Install repo packages with aur pkgs when using chroot 06a0f1f
  • Pass mflags to makechrootpkg 7bce35d
  • Expect local repos to be user writable 4d224b8
  • -C will create the chroot if it does not exist 5b6730f

v1.6.1

04 May 05:31
f2a2998
Compare
Choose a tag to compare

Changelog

Paru v1.6.1 (2021-5-4)

Fixed

  • Fix out of date packages not being shown dca010e
  • Fix typo in man page #359