Skip to content

Releases: actionless/pikaur

Release 1.33.1

25 Jul 00:31

Choose a tag to compare

Notable Changes:
*  2025-07-25 692e9199 actionless fix(pkgbuild): don't overwrite generated shortcut
*  2025-07-15 b4b5e996 Diego Sevilla Ruiz chore(locale): update es.po (#887)
*  2025-07-08 7728bda7 actionless fix(install_info_fetcher: get_aur_deps_info): if dep can't be satisfied directly in aur, check if provided package could help (fixes: #885)
*  2025-07-08 3e258f6c actionless feat(aur_deps, install_cli): write which package provides the dependency

Release 1.33

08 Jul 20:23

Choose a tag to compare

Notables Changes:
*  2025-07-05 910909e5 Pranav JP fix(completions: bash): replace function names comflicting with pacman to pikaur prefix (#886)
*  2025-06-08 c5548ffd Jona Wagner fix(pikspect): proper handling of max_question_length (#884)
*  2025-04-25 fcbf3173 actionless chore(config: build: DynamicUsers): enable value migration, since it was announced long enough beforehand
*  2025-04-25 1860d6f7 Drommer chore(locale): update for Ukrainian Localization (#882)
*  2025-01-30 0cd3e4eb actionless fix(args, argparse_extras): repair `positional1 --arg positional2` usecase with python 3.13
*  2025-01-18 3a0467f6 Bundy01 chore(locale): update for es.po and fr.po (#864)
*  2025-01-14 5ed3833a actionless feat(args): print error if one of --user-id or --group-id is set and other isn't
*  2025-01-14 4e28c497 actionless fix/feat(privilege,args,config,os_utils,main,readme): add --group-id/misc.GroupId and use it automatically where needed (Fixes: #863)
*  2025-01-03 05fce8d7 actionless fix(config: deprecate, warning): handle [partially] empty config (fixes: #752)
*  2024-12-29 3c242370 actionless fix(install_cli: edit_pkgbuild_during_the_build): handle case when install_info object isn't created yet - 2
*  2024-12-29 95b9ce0b actionless fix(install_cli: edit_pkgbuild_during_the_build): handle case when install_info object isn't created yet
*  2024-12-25 84cb7643 actionless fix(build, install_cli): when passing --rebuild flag - rebuild only explicitly requested package itself, but not its deps
*  2024-12-23 dc5e10e5 actionless fix(updates): in `-Qu` print upgradeable pkgs even they have potential deps' problems

Release 1.32

19 Dec 18:39

Choose a tag to compare

Notables changes:
*  2024-12-19 3577424 actionless chore(config, readme): deprecate DynamicUsers (fixes: #856)
*  2024-12-19 51e22fd actionless fix(config): write errors and warnings to stderr
*  2024-12-19 01e5ee4 actionless chore(config: decoration): 💥
*  2024-12-18 49dc6e4 Bundy01 chore(locale): update es.po and fr.po (#858)
*  2024-12-17 233f922 actionless fix(pikaur-static: make): unbuffered python

Release 1.31

17 Dec 11:57

Choose a tag to compare

Notable changes:
*  2024-12-17 d833d2e actionless fix(pikaur-static: pypyalpm: Package): convert size and isize to int (re: #857)
*  2024-12-17 0b0bac4 actionless fix(pikaur-static: pypyalpm: _get_repo_dict_remote): backport get_pkg_id() key-generator from pikaur mainline (re: #857)
*  2024-12-17 c1fc182 actionless fix(pikaur-static: pypyalpm: get_repo_dict): backport get_pkg_id() key-generator from pikaur mainline (re: #857)
*  2024-12-17 3e71191 actionless chore(argparse_extras): sync with upstream (3.13.1) argparse (fixes: #857)
*  2024-12-17 8f18e88 actionless feat(pikaur-static: pacman-fallback): add support for --verbose/--pikaur-debug
*  2024-12-17 9eab8d9 actionless chore(alpm): add -debug ones to list of official repo names
*  2024-12-12 e3e0131 actionless feat(pikasay): add --mascot cli flag and cat mascot

Hotfix Release 1.30.3

12 Dec 00:22

Choose a tag to compare

Notable changes:
*  2024-12-12 4e1e808 actionless fix(install_cli: _find_extra_aur_build_deps): add missing .runtimedeps to left side of comparison (fixes: #853, #854)

Hotfix Release 1.30.2

02 Oct 17:17

Choose a tag to compare

Notable changes:
*  2024-10-02 b49d07d actionless fix(args): handling `--` separator in python 3.12.7+ (fixes: #846)

Hotfix Release 1.30.1

02 Oct 17:14

Choose a tag to compare

*  2024-10-02 12c34dd actionless refactor(install_cli, install_info_fetcher): common handling of both manually_excluded_package_names and --ignore args
*  2024-10-02 3e995a9 actionless fix(install_info_fetcher: print_excluded_pkgs): don't print twice
*  2024-10-02 dadda7b actionless fix(aur_deps: install_info_fetcher: get_aur_deps_info): handle the case when --ignore'd pkg is not a pkg itself but a dependency of that package which is going to be installed/updated
*  2024-10-01 ca6a347 actionless doc(readme): mention -X flag in the readme

Release 1.30

01 Oct 21:53

Choose a tag to compare

Notable Changes:
*  2024-10-01 e41ff77 actionless doc(readme): mention pikaur-static ⚡
*  2024-10-01 1476fcd actionless chore(argparse_extras): sync with upstream (3.12.7) argparse (fixes: #845)
*  2024-09-28 6d78019 actionless feat(build: set_build_package_path): if `*-debug` package was built, copy it to pikaur ./pkgs/ cache dir
*  2024-09-21 e8727d5 Bundy01 chore(locale): update es.po and fr.po (#842)

Hotfix Release 1.29.1

19 Sep 20:36

Choose a tag to compare

Notable Changes:
*  2024-09-19 2ecc4c2 actionless fix(search_cli): handle when pkg.desc is None

Other Changes:
*  2024-09-19 12125dc actionless fix(progressbar): make it look nice for both cases when number of `values > term width` and `<`

Release 1.29

19 Sep 20:36

Choose a tag to compare

Notable changes:
*  2024-09-18 00f6846 actionless fix(pikspect): update templates for pacman questions about package conflicts
*  2024-09-18 c25d9cb actionless feat(updates, install_info_fetcher, print_dept): show warning if dev's package stable release have newer version (fixes: #666)
*  2024-09-16 573b75f actionless fix(pikaur-static: pypyalpm: Package: compute_requiredby, compute_optionalfor): sort results
*  2024-09-16 61fdb66 actionless chore(pikaur-static: pycman): sync with upstream (pacman 7.0/libalpm 15/pyalpm 0.10.6)