Releases: actionless/pikaur
Releases · actionless/pikaur
1.11
Notable changes
- 2022-07-03 24112ff actionless fix(news): if there are more than one news - only one latest entry was printed anyway
- 2022-06-27 4f7b996 Henry-Joseph Audéoud feat(packaging: bash-completion): when aliases of mv, mkdir or rm declared in shell (fixes #651) (#652)
- 2022-06-21 379a793 actionless fix(pacman: get_print_format_output; install_cli: get_all_packages_info): pop the error message to the upper level (re: #650)
- 2022-06-21 8005cce actionless fix(install_cli: get_all_packages_info): pass also --ignore-d packages to InstallInfoFetcher
- 2022-06-21 17fc1d9 actionless fix(install_cli: _find_extra_aur_build_deps): split in case of multiple deps
- 2022-06-09 167aa46 actionless fix(version: VersionMatcher: cmp_eq): = works different when computing deps/conflicts (ex. '<=1' should match '1.2.3')
- 2022-06-08 6f61bc1 actionless fix(install info fetcher: mark_dependant): process all entries of packages'
provides
field - 2022-04-13 d7ee1a4 Andres Monge doc(faq): include downgrade information (#643)
- 2022-03-28 f475fdc actionless refactor(install_info_fetcher: get_aur_pkgs_info): more general handling of avoiding double-removing aur pkg which was already re-added as pkgbuild
- 2022-03-28 d034cb2 actionless fix(install_info_fetcher: get_aur_pkgs_info): remove manually edited pkgbuild from list of aur pkgs to be installed only if it's still still in that list
- 2022-03-28 30cba82 actionless fix(core: ComparableType: eq): consider different type as always non-equal (fixes #639)
- 2022-03-28 94effeb actionless fix(build: set_built_package_path): check exit code of makepkg --packagelist
- 2022-03-17 122c5ff Bundy01 fix(locale): update, es.po and fr.po corrected (#636)
- 2022-03-18 49f40e8 linweiyuan doc: remove tuna aur config for China users (#638)
- 2022-02-25 afc18e7 kyak fix(locale): update po.ru (#635)
- 2022-02-12 03ba5f3 actionless fix,refactor(conflicts, install_info_fetcher, install cli): allow local pkg builds without internet if they not require not installed AUR packages
- 2022-02-09 76c2d81 Aditya Gupta fix(install_info_fetch): add
new_thirdparty_repo_deps_install_info
(Fixes #627) (#628) - 2022-02-09 fdf7baf actionless fix(search_cli; test: cli): new workaround for #298
- 2022-02-09 65f4e85 Osman Karagöz chore(locale): update TR translation (#626)
New Contributors
- @adi-g15 made their first contribution in #628
- @kyak made their first contribution in #635
- @aemonge made their first contribution in #643
Full Changelog: 1.10.1...1.11
Hotfix release 1.10.1
fix(updates): add missing maintainer field
Release 1.10
Notable changes: 2022-02-03 7428417 actionless fix,test(core: ComparableType): fix recursion and deep compare not being used if type dont have ignored properties 2022-02-03 64032c1 actionless fix(print_department, install_info_fetcher): dont show local PKGBUILDs as orphaned 2022-02-02 2a1b2d4 beune feat(urllib): add useragent to base urllib request wrapper (#625) 2022-02-02 2a79f9b actionless fix(args, pacman): use --config (fixes #624) 2022-01-27 43feabd Bundy01 chore(locale): ES, FR (#622) 2021-12-26 18f746f actionless fix(build: deps_lock; config): when using System Dynamic Users, use its dir instead of /tmp/ (fixes #610) 2021-12-17 1cdff8f Bundy01 chore(locale): update es and fr po (#614) 2021-12-14 9d29016 André Glüpker fix(search_cli): use different terminal escape sequence (see #497) (#613) 2021-12-15 2b11ebd Felix Yan chore: doc(readme): explicitly rebuild from AUR (#611)
Release 1.9
Notable changes: 2021-12-02 b29699e actionless feat(srcinfo: regenerate): when running as root first copy PKGBUILD to private directory (fixes #448) 2021-12-02 f1e630b Drommer fix(locale): minor mistakes in Russian localization. (#606) 2021-12-01 5caafcc Drommer feat(locale): Ukranian translation (#604) 2021-11-29 a433203 Dylan1496 feat(build): add check() skip to failed build prompt (#602) 2021-11-25 62413a0 actionless fix(install_cli: build_pkgs): on build fail dont attepmt to remove split pkg if it wasnt scheduled to be built (fixes #534) 2021-11-24 07c7d81 seth feat(install_info_fetcher, print_dept): check if aur packages are orphaned (#600) 2021-10-05 cbad87e Naufal Fikri fix(packaging: zsh): completion unnecessarily fetching packages when completing sync options (#593) (fixes #545) 2021-09-22 1190271 actionless fix(aur: find_aur_packages): return only explicit results (ie case-sensitive) (fixes #592)
Release 1.8
Notable changes: 2021-09-04 849bc4f actionless fix(pikspect: nested_terminal): check stdin stream is tty before doing anything with it 2021-09-04 8adcec4 actionless fix(pikspect): init tty_opened property 2021-08-26 f7f49ff actionless chore(pikspect: questions: proceed): add 'Proceed with installation?' 2021-08-26 839a756 actionless fix(pikspect): apply the same tty wrapper as for prompt (for handling tty inside pipe) 2021-08-25 18b21dc actionless fix(prompt: get_input): open /dev/tty manually when under pipe (fixes #587) 2021-07-28 48ba71d actionless fix(args): -i/--info is countable arg 2021-07-15 73dc63c Bundy01 chore(locale): update ES,FR translations (#580) 2021-07-13 3d45bd2 Drommer chore(locale): update ru.po (#579) 2021-06-30 7700162 actionless fix(version: get_common_version): for devel updates hardcode diff weight (for sorting) to always be the same 2021-06-24 773554a actionless feat(aur_deps: find_dep_graph): also check provided pkg names 2021-06-23 161924d actionless feat(install_cli: aur_pkg_not_found_prompt): make it more clear about which pkg prompt is asking about 2021-06-23 9bcb02d actionless feat(aur_deps: handle_not_found_aur_pkgs): print full dependency 'graph' instead of only directly dependant package (re: #576) 2021-06-12 0ec97d0 actionless fix(info_cli): columns alignment in more languages 2021-06-12 772885f actionless fix(info_cli): correctly highlight 'None' in any language supported by pacman 2021-06-12 397cd36 actionless feat(args, info_cli, main): support -Sy and -Si together; imprve handling of unsupported pacman commands when using pikaur-specific args (fixes #574)
Release 1.7
New features: 2021-06-05 a279cbb actionless feat(install cli, build): add `git stash` option to git-pull-recovery prompt 2021-05-26 66d87de actionless fix(main: print_upgradeable; install_info_fetcher: pkg_is_ignored): allow glob patterns in --ignore and IgnorePkg (fixes #564) 2021-05-13 67a5014 Chris Braun feat(config, build): add IgnoreArch config option to [build] (#566) 2021-05-10 2f1b598 actionless feat(main: cli_getpkgbuild): do `asp update` if dir already exists Notable fixes: 2021-05-31 f70e6f6 actionless fix(install_info_fetcher: get_info_from_pkgbuild): support manually package selection/--ignore (fixes #555) 2021-04-29 544b07c actionless feat(prompt: retry_interactive_command): dont use pikspect with --noconfirm as it not interactive anyway (fixes #556)
Release 1.6.17
Notable changes: 2021-04-28 32f5ed2 AKorezin feat(packaging: bash-completion): add package search caching for bash autocompletion script (#559) 2021-04-28 0f3786d Brendan Weibrecht Add instructions for migrating from Yay (#558) 2021-04-28 8e0421d Gustavo Costa Add pt_BR translation (#561) 2021-03-24 13d3e8c actionless fix(pikspect, main: handle_sig_int): don't handle SIG_INT while running pacman, (fixes #551) 2021-03-23 92e1a38 Justin Li fix(makefile): avoid make bug with directories in $PATH (#553)
Hotfix release 1.6.16.2
2021-02-13 f3dcd34 actionless fix(pikspect): don't fail if can't restore tcattrs - 2
Hotfix release 1.6.16.1
2021-02-06 dd69394 actionless fix(pikspect): don't fail if can't restore tcattrs (see 5ea2502faa7ce641e4dc97b3f2de24b9a4a10135)
Release 1.6.16
Notable changes: 2021-01-26 5ea2502 Alberto Salvia Novella fix(pikspect): restore tcsetattr - solving stdin problem in bash when using output redirecction (fixes #547, #548) (#549) 2021-01-02 9f440a6 actionless fix(install cli: clone aur repos): [s]kip option in recovery prompt wasn't really working 2020-12-18 8c50de1 Dylan1496 chore(core: get_editor): add more fallback editors (#541) 2020-12-18 8770f03 actionless feat(urllib): handle more errors 2020-12-14 d4822be actionless feat(packaging: bin: pikaur): also handle pyalpm import failure