Releases: actionless/pikaur
Releases · actionless/pikaur
Release 1.33.3
Notable Changes: * 2026-03-07 fefe6479 actionless fix(pkgbuild): replace asterisk with exact dir to be copied * 2026-03-07 9b04e60b actionless chore(pkgbuild): fix typo in license name * 2026-02-02 6be06c3b summoner Translation: Create hungarian hu.po (#907) * 2026-01-21 bdcdce04 actionless feat(config: PikaurConfigItem): improve error messages * 2026-01-21 4adf309a Wuzzy chore(locale): update German translation (#904)
Release 1.33.2
* 2026-01-19 393cf46a actionless fix(pkgbuild): copy correct generated entrypoint (fixes: #903) * 2026-01-19 b3e02cf2 actionless Revert "fix(pkgbuild): don't overwrite generated shortcut" (fixes #903) * 2025-12-14 db3e74f4 Bundy01 Locale: Update fr.po (#901) * 2025-12-14 fdaace31 zappolowski fix(fish): completions not working in 4.2.0+ (#899) * 2025-10-15 e46571e5 actionless feat,style(install_cli, install_info_fetcher): reuse the same formatter for DependencyVersionMismatch message and also print it to main log as a warning even when it's non-critical * 2025-07-27 4ca051f7 actionless chore(readme; args, main): remove the mentions of systemd dynamic users (fixes: #892)
Release 1.33.1
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
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
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
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
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
Notable changes: * 2024-10-02 b49d07d actionless fix(args): handling `--` separator in python 3.12.7+ (fixes: #846)
Hotfix Release 1.30.1
* 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
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)