Releases: actionless/pikaur
Releases · actionless/pikaur
Hotfix Release 1.26.1
Changes: * 2024-08-30 ee41bf4 actionless fix(install_cli: manual_package_selection): force encoding when writing and reading temp file (fixes #836) * 2024-08-28 1ba61ef Bundy01 chore(locale): update es.po, fr.po and regeneration of others (#834)
Release 1.26
Notable Changes: * 2024-08-28 6c475e1 actionless feat(print_dept: pformat_sysupgrade): add extra space if both `verbose` and `required_by_installed` options are chosen * 2024-08-28 4bacc06 actionless feat(print_dept: pformat_sysupgrade; core: install_info; install_info_fetcher): print install reason together with info if pkg is required by other pkgs * 2024-08-28 bde6470 Peng-Yu Chen test(unit: provider) add test case for Provider.choose (#833) * 2024-08-28 f10c956 actionless chore(config): use unique message decorators to make it easy to distinguish pikaur's and pacman's output messages * 2024-08-28 93f5458 actionless refactor: use DECORATION variable instead of hardcoded "::" * 2024-08-28 d6aac5c actionless fix(provider): package sorting was applied only visually but not internally (fixes #830) * 2024-08-27 160d20a actionless feat(pikasay): add --orientation arg
Hotfix Release 1.25.3
Notable changes: * 2024-08-27 161666f actionless fix(pikaprint: printable_length, range_printable): use blacklist instead of whitelist for filtering printable characters
Release 1.25.2
Notable changes: * 2024-08-27 52594a1 actionless feat(pikasay): add --help * 2024-08-26 d3b4276 actionless fix(pikaprint: format_paragraph): handle the case when empty space have some color or other terminal escape-formatting * 2024-08-26 1e3cc80 actionless fix(pikaprint: format_paragraph; pikasay): use printable_length() instead of len() * 2024-08-26 81c3fdc actionless fix(pikasay): correctly handle too narrow paragraph of text
Hotfix release 1.25.1
Notable changes: * 2024-08-26 3b2a7ce actionless fix(pikasay): correctly handle newlines when reading from stdin * 2024-08-26 ca8c8f3 actionless fix(pikaprint: format_paragraph): preserve newlines and leading spaces
Release 1.25
Notable changes: * 2024-08-25 7b344c1 actionless feat(pikaprint, print_dept): extract drawing logic and use it for `pikasay` tool (which later could be reused for print special messages/warnings) * 2024-08-13 3f45adb actionless feat(install_cli: install_prompt; install_info_fetcher: mark_dependant; core: InstallInfo; print_dept: pformat_upgradeable): add new option to install prompt: `[r] show if packages are required by already installed packages`
Release 1.24
Notable changes: * 2024-08-04 c034b11 actionless fix(pacman: find_upgradeable_packages): print dep resolution result to debug log instead of stderr * 2024-08-04 f3606f8 jeberger fix(news, install_cli): fix bug that prevented confirmation from doing anything. (#824) * 2024-08-04 4f5b453 actionless fix(config: migrate_value): mark config part as migrated * 2024-08-04 6123c0e Markus Hansmair chore(config: newsurl): change to https://archlinux.org/feeds/news/ (#803) * 2024-08-03 7a422b8 actionless fix(install_info_fetcher: get_info_from_pkgbuilds): always regenerate .SRCINFO (that's a case when there are multiple PKGBUILDs in the same dir) * 2024-08-03 4602874 actionless fix(install_cli: build_packages): set built package path for already built packages * 2024-08-03 295f1cd actionless fix(install_cli: get_info_from_pkgbuild, handle_pkgbuild_changed): resolve full path to PKGBUILD to prevent collisions * 2024-07-30 4fec585 Bundy01 chore(locale): update es.po, fr.po and regeneration of others (#823) * 2024-07-29 4951d16 actionless fix(build: install_all_deps): if deps there only from AUR - package list what not saved correctly - so leftover deps might be not uninstalled after the build * 2024-07-16 0a3b6bd actionless fix(aur: find_aur_provided_deps): don't attempt to ask for pkg provider if zero providers found * 2024-07-16 9c6df59 actionless feat(aur, pacman): interactively select package provider (fixes #211)
Release 1.23
Notable changes: * 2024-07-10 a4471ee actionless feat(core: chown_to_current): don't fail but print an error * 2024-07-10 b47cf2f actionless feat(core: open_file): improve logging * 2024-07-04 3012f5e actionless fix(news: htmlparser): add space after the url to make them easier to copy-paste * 2024-07-04 3db0119 actionless feat(news: htmlparser): don't print link url if it equal to link text * 2024-07-03 88fbc92 actionless feat(info_cli, aur): add AUR Web URL field to -Si command
Hotfix 1.22.4
Notable Changes: * 2024-06-30 87ef872 actionless chore(pkgbuild, makefile): move python version check to make runtime * 2024-06-30 b6a8b8e actionless fix(install_cli: edit_pkgbuild_during_the_build): fix package being ignored if editing it right before Install Info screen appears
Hotfix release 1.22.3
Notable changes: * 2024-06-24 ac93717 actionless fix(main: check_runtime_deps): `sudo` from base-devel is not needed when using `doas` (fixes: #810)