Skip to content

Releases: ruyisdk/ruyi

0.22.0-beta.20241116

16 Nov 10:12
0.22.0-beta.20241116
4dd48fd
Compare
Choose a tag to compare
0.22.0-beta.20241116 Pre-release
Pre-release

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

What's Changed

  • Really fix telemetry data removal when purging self by @xen0n in #227
  • Lower Python version requirement to 3.10 by @xen0n in #230
  • Packaging polishes by @xen0n in #231

Full Changelog: 0.21.0...0.22.0-beta.20241116

0.21.0

05 Nov 07:55
0.21.0
f3d420f
Compare
Choose a tag to compare

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

Full Changelog: 0.21.0-beta.20241102...0.21.0

0.21.0-beta.20241102

02 Nov 14:58
0.21.0-beta.20241102
106457b
Compare
Choose a tag to compare
0.21.0-beta.20241102 Pre-release
Pre-release

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

What's Changed

  • Fix LLVM tools proxying for good by @xen0n in #215
  • ruyi self clean polishes by @xen0n in #219
  • Arrange Ruyi's CLI commands in class-based hierarchy by @xen0n in #222
  • Add missing typing_extensions dep by @xen0n in #221
  • Support plugin-provided Ruyi subcommands by @xen0n in #223
  • Rename ruyi admin manifest to ruyi admin checksum by @xen0n in #224
  • Improve CI Python version coverage by @xen0n in #225

Full Changelog: 0.20.0...0.21.0-beta.20241102

0.20.0

21 Oct 15:33
0.20.0
d7659de
Compare
Choose a tag to compare

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

What's Changed

  • Do not re-create directories after purging all state by @xen0n in #211
  • Fix invocation of ruyi admin commands by @xen0n in #212
  • Fix proxying to unprefixed clang by @xen0n in #213
  • Remove the plugin sandbox by @xen0n in #214
  • [0.20.x] Fix LLVM tools proxying for good by @xen0n in #216

Full Changelog: 0.19.0...0.20.0

0.20.0-beta.20241020

20 Oct 15:11
0.20.0-beta.20241020
77a529b
Compare
Choose a tag to compare
0.20.0-beta.20241020 Pre-release
Pre-release

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

What's Changed

  • Do not re-create directories after purging all state by @xen0n in #211
  • Fix invocation of ruyi admin commands by @xen0n in #212
  • Fix proxying to unprefixed clang by @xen0n in #213
  • Remove the plugin sandbox by @xen0n in #214

Full Changelog: 0.19.0...0.20.0-beta.20241020

0.19.0

30 Sep 04:05
0.19.0
44be8a7
Compare
Choose a tag to compare

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

What's Changed

  • Support upgrading and formatting package manifests by @xen0n in #201
  • fix: exception when news contains UTF-8 character by @RekiDunois in #185
  • fix: explicitly specify utf-8 for text file I/O by @xen0n in #202
  • Basic telemetry by @xen0n in #203
  • Support multiple toolchains in one venv by @xen0n in #204
  • Better support externally-managed installations by @xen0n in #205
  • Support self-cleaning of various data by @xen0n in #206

New Contributors

Full Changelog: 0.18.0...0.19.0

0.19.0-beta.20240929

29 Sep 14:19
0.19.0-beta.20240929
df11248
Compare
Choose a tag to compare
0.19.0-beta.20240929 Pre-release
Pre-release

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

What's Changed

  • Support upgrading and formatting package manifests by @xen0n in #201
  • fix: exception when news contains UTF-8 character by @RekiDunois in #185
  • fix: explicitly specify utf-8 for text file I/O by @xen0n in #202
  • Basic telemetry by @xen0n in #203
  • Support multiple toolchains in one venv by @xen0n in #204
  • Better support externally-managed installations by @xen0n in #205
  • Support self-cleaning of various data by @xen0n in #206

New Contributors

Full Changelog: 0.18.0-alpha.20240909...0.19.0-beta.20240929

0.18.0

13 Sep 07:19
0.18.0
a64eef1
Compare
Choose a tag to compare

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

What's Changed

  • Fix mux operation with Nuitka 2.4 by @xen0n in #189
  • Fix incorrectly cropped lines after #187 by @xen0n in #192
  • Remove dependency on python-frontmatter by @xen0n in #193

Full Changelog: 0.17.0...0.18.0

0.18.0-beta.20240911

11 Sep 13:31
0.18.0-beta.20240911
b8d3715
Compare
Choose a tag to compare
0.18.0-beta.20240911 Pre-release
Pre-release

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

Full Changelog: 0.18.0-alpha.20240909...0.18.0-beta.20240911

0.18.0-alpha.20240909

09 Sep 14:00
0.18.0-alpha.20240909
c5d1df0
Compare
Choose a tag to compare
0.18.0-alpha.20240909 Pre-release
Pre-release

Please also consult the official documentation site for usage instructions.
The binaries are also available at the RuyiSDK mirror site.

NOTE: You'll have to rename the downloaded binary to exactly ruyi before using.

What's Changed

  • Support unpacking .deb files by @xen0n in #165
  • Run pytest in CI by @xen0n in #166
  • Fix rendering of fetch-restricted packages' fetch instructions by @xen0n in #167
  • Allow non-Docker-based & customizable dist builds by @xen0n in #169
  • fix incorrectly placed type assertion by @xen0n in #171
  • Implement locale fallback by @xen0n in #179
  • Migrate device provisioner strategies to repo-level plugins by @xen0n in #184
  • Build system improvements by @xen0n in #186
  • Disable CLI hard line-wrapping as much as possible by @xen0n in #187
  • Fix mux operation with Nuitka 2.4 by @xen0n in #189
  • Fix incorrectly cropped lines after #187 by @xen0n in #192
  • Remove dependency on python-frontmatter by @xen0n in #193

Full Changelog: 0.14.0-alpha.20240702...0.18.0-alpha.20240909