Hello folks! I’m using straight.el
for my package management, but one thing that I’m missing is some sort of easy way to see what’s changed, when I do a straight-pull-all
. Ideally, I could see which packages that I explicitly have a dependency on have changed, and see either a changelog or a list of commits.
Does anyone know if something like this already exists?
Thanks!
You must log in or register to comment.
Maybe see if elpaca has this?
As a follow up, I’ve been playing with Elpaca, and they do indeed have a changelog. You can run
elpaca-fetch-all
and see all of the new commits for each package.