-
-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Press "d" to remove version in menu #590
Conversation
Saw suggested in this old issue: #139 |
Is there a reason to prevent deleting the active version? It complicates the code and description, and I don't think is needed. (In older versions of |
(Disclaimer: I have not tried running the code yet! Opening the discussion after reading the code. Thanks.) |
Ah, I was wondering what the post-delete behaviour was, now I see the
I think that is going to be nicer all the time. If for example you are deleting a bunch of 8 versions now 10 is out. Scroll to the 8s and hit |
@shadowspawn It's all done. The UX is much better now! I can rebase this PR to contain only 1 commit if you want. |
I gave it a bit of a try and liking it. I'll merge it in sometime this week. Thanks. |
FYI @thomasruiz: I am planning to do a release this weekend with this new feature. |
Released 6.1.0. Thanks @thomasruiz for your contributions. |
Pull Request
Problem
It is quite hard to remove a bunch of previously installed versions without using prune. If I want to keep multiple versions, I cannot do that easily.
Solution
You can now press
d
to remove versions in the menu. You cannot remove the currently active node.ChangeLog
You can now press
d
to remove versions in the menu. You cannot remove the currently active node.