You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CLI] add a progress spinner when uninstalling via rustup, 'cuz that part took too long on windows (possibly because of windows defender), and user my think the program is stuck
[GUI] add advanced options for installation, which should includes configuring skip SSL when downloading, no modify PATH, custom manifest etc
[GUI/CLI] make rustup a component, so user can update it as well
[GUI] panic errors are not presented in GUI mode
[GUI] bring back uninstall this manager tool option when uninstalling
[GUI][Bug] folder selection can be clicked multiple times to open multiple instance of file picker dialog
[GUI] after self update, the program does not reopen if it has been started using CMD/PS. And the original executable got renamed to a temp file, we should show a message letting user manually reopen instead of auto restart in this case
manager update/uninstall/other-subcommands
should still be interactive, unless-y
option is presented--component
option that allows user specify what to install/update (addmanager list
command and--component
options for installer and updater #200)-qy
option doesn't silence download progress bar (hide progress bar when--quiet
option is present #193 )manager --no-modify-path uninstall
still modifies PATH, and worse, it deletes rustup env variables as well (fixno-modify-path
option not working in manager mode, and addno-modify-env
option as well #194)mingw64
still got selected when doing custom interactive installation, even though it was already installed (fixed an issue where installed tools were auto select on custom installation #195)-v
option is too noisy when downloading files, console output is flooded with alltrace
messages (hide trace logs from user and store them in log file only #199)manager list
command and--component
options for installer and updater #200)advanced options
for installation, which should includes configuringskip SSL when downloading
,no modify PATH
,custom manifest
etcrustup
a component, so user can update it as welluninstall this manager tool
option when uninstallingidentifier
field for tools in toolset manifest #197)The text was updated successfully, but these errors were encountered: