From 82398b1603d139898be70af97ef9d59ba441bae0 Mon Sep 17 00:00:00 2001 From: Alexander 'ccntrq' Pankoff Date: Thu, 10 Apr 2025 08:20:15 +0200 Subject: feat: add new PacmanUpdates plugin the new PacmanUpdates plugin behaves similar to the ArchUpdates plugin while additionally allowing to pass in a custom error message for unknown pacman failures. The default error message of `pacman: Unknown cause of failure.` of the ArchUpdates plugin is too long for my taste. The ArchUpdates plugin was modified to delegate to the new PacmanUpdates plugin while providing the default error message and to show a deprecation notice in the zero updates case. The new name better represents the Plugin's compatibility with all pacman-based distributions, not just Arch. The docs have been updated to reflect the existence of the new plugin and to highlight the similarities between the ArchUpdates and PacmanUpdates plugins. The ArchUpdates plugin has been marked has deprecated there to. --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 7f98bac..36f0c52 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +## Version 0.50 (unreleased) + +- New plugins: `PacmanUpdates` +- `ArchUpdates` deprecated in favor of `PacmanUpdates` + - a deprecation notice will be shown to users of that plugin in the bar in + the zero updates case + ## Version 0.49 (April, 2025) - New plugins: `ArchUpdates` and `Accordion` (thanks, Enrico Maria) -- cgit v1.2.3