Skip to content

Releases: J-ZhengLi/rim

v0.4.0-community

27 Dec 07:21
Compare
Choose a tag to compare

What's Changed

  • 使用Docker环境进行构建Linux发行版 by @LuuuXXX in #173
  • fix command output redirecting issue for CLI by @J-ZhengLi in #174
  • 新增musl构建版本 by @LuuuXXX in #176
  • allowing rim-dev to generate mocked server config files by @J-ZhengLi in #177
  • fix an issue where the logger could send log to closed channel in manager mode by @J-ZhengLi in #175
  • get rid of faulty prefix skipping when extracting compressed files by @J-ZhengLi in #181
  • add no-modify-path and no-modify-env allowing environment modifications by @J-ZhengLi in #182
  • add --insecure(-k) option by @J-ZhengLi in #184
  • caching toolset manifest before update & some bug fixes by @J-ZhengLi in #185
  • hide exit button when the important thread is running & improvements by @J-ZhengLi in #186
  • indicates self-update progress using toast notification for GUI by @J-ZhengLi in #187
  • 0.4.0 release by @J-ZhengLi in #188

Full Changelog: v0.3.1-community...v0.4.0-community

v0.3.1-community

05 Dec 02:15
Compare
Choose a tag to compare

What's Changed

  • fix an issue causing the available toolkits not filtering the one that are already installed & correcting component version display when updating by @J-ZhengLi in #158
  • fix an issue causing rustup & cargo's output not appearing until the end of execution by @J-ZhengLi in #159
  • display toolkit version when user attempting to update from latest toolkit by @J-ZhengLi in #160
  • support locale selection by @J-ZhengLi in #162
  • bring back window decorations & clean up download function by @J-ZhengLi in #163
  • fix selection page not filtering out installed components by @J-ZhengLi in #165
  • improve fingerprint.toml, allow it to store tool's kind and version by @J-ZhengLi in #167
  • rename installer folder to rim_gui and update docs by @J-ZhengLi in #169
  • improve manager cli by @J-ZhengLi in #170
  • bump version to 0.3.1 by @J-ZhengLi in #171

Full Changelog: v0.3.0-community...v0.3.1-community

v0.3.0-community

18 Nov 11:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1-community...v0.3.0-community

v0.2.1-community

16 Oct 01:49
Compare
Choose a tag to compare

What's Changed

  • add license by @J-ZhengLi in #3
  • Frontend changed some style and layout by @wuuie in #40
  • finish implementing basic installation using GUI by @J-ZhengLi in #41
  • Add invokeCommand to show invoke error; add global value: installConf… by @wuuie in #43
  • xuanwu-installer 添加命令行调用功能;为 Tools 添加 group_namerequired 字段 by @J-ZhengLi in #44
  • 卸载$CARGO_HOME/.cargo/bin环境变量 by @LuuuXXX in #48
  • redirect "some" console output to GUI by @J-ZhengLi in #46
  • wrapping up windows installation, this commit has lot of changes by @J-ZhengLi in #49
  • Some various bug fixes regarding the first testing by @J-ZhengLi in #61
  • add option 'quick install' by @wuuie in #62
  • split functionalities to installer and manager, and other fixes by @J-ZhengLi in #63
  • Revert "add option 'quick install'" by @J-ZhengLi in #64
  • add an optional field in ToolInfo & some bugfixes by @J-ZhengLi in #66
  • fix incorrect installation/uninstall order by @J-ZhengLi in #67
  • fix install_dir not passed as run_app arg by @J-ZhengLi in #68
  • Reapply "add option 'quick install'" and add grouped components by @wuuie in #70
  • check tools availability before component selection & some bug fixes by @J-ZhengLi in #71
  • fix UI thread blocking & using better installation output logging by @J-ZhengLi in #72
  • fix: components group items inline by @wuuie in #73
  • show full component name by @wuuie in #75
  • reduce hardcoded string, load from manifest instead. by @J-ZhengLi in #77
  • allow proxy config in manifest & some bug fixes by @J-ZhengLi in #78
  • Bug fixes by @J-ZhengLi in #81
  • wrapping up GUI feature & fix bug where the system PATH variable got erased by @J-ZhengLi in #82
  • Edit installation method and remove fast install by @surechen in #84
  • fix zip extraction with prefix dirs by @J-ZhengLi in #88
  • Preperation of full CLI support: Adopt i18n framework by @J-ZhengLi in #97
  • [WIP] add basic interactive cli options by @J-ZhengLi in #99
  • make buildtools installation more error aware by @J-ZhengLi in #105
  • bug fixes by @J-ZhengLi in #106
  • some minor fixes for windows, including --no-gui option not working on windows by @J-ZhengLi in #107
  • add offline toolchain installation support by @J-ZhengLi in #108
  • 添加记录安装工具信息的manifest by @LuuuXXX in #109
  • Add cli support for manager mode by @J-ZhengLi in #110
  • add manager window by @wuuie in #111
  • 实现删除功能 by @LuuuXXX in #113
  • rebrand & add dev crate to make debugging and releasing much easier by @J-ZhengLi in #112
  • wrapping up uninstallation on linux and enable it for release mode by @J-ZhengLi in #114
  • add uninstallation support for GUI by @J-ZhengLi in #116
  • Front dev update manager window by @wuuie in #118
  • fix misplaced detail log on GUI when install/uninstalling & fix some other bugs by @J-ZhengLi in #119
  • fix various bugs & some refractoring by @J-ZhengLi in #122
  • fix a problem where the not-installed components being displayed when uninstalling throght gui by @J-ZhengLi in #123
  • define default&min window size by @wuuie in #129
  • Sync from private repo by @J-ZhengLi in #133
  • unify some GUI labels, support choosing toolset manifest via commandline (for cli mode) by @J-ZhengLi in #137
  • improved rim-dev by @J-ZhengLi in #140
  • remove third-party tools from baked-in manifest except mingw by @J-ZhengLi in #141
  • add system locale detection by @J-ZhengLi in #142
  • add offline package dist functionality by @J-ZhengLi in #143
  • detect mingw64 presence and make uninstall all the default option by @J-ZhengLi in #147

New Contributors

Full Changelog: https://github.com/J-ZhengLi/custom-rust-dist/commits/v0.2.1-community