|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.27.0] - 2024-01-29 |
| 4 | + |
| 5 | +This long-awaited Rustup release has gathered all the new features and fixes since April 2023. |
| 6 | +These changes include improvements in Rustup's maintainability, user experience, compatibility and documentation quality. |
| 7 | + |
| 8 | +The headlines of this release are: |
| 9 | +- Basic support for `fish` shell has been added. |
| 10 | +- Support for the `loongarch64-unknown-linux-gnu` host platform has been added. |
| 11 | + |
| 12 | +Also, it's worth mentioning that Dirkjan Ochtman and rami3l have joined the team and are coordinating this new release. |
| 13 | + |
| 14 | +Finally, the project seems to have attracted a total of 21 new contributors within this release cycle. Looking forward to seeing you again in the future! |
| 15 | + |
| 16 | +### Added |
| 17 | + |
| 18 | +- Add basic support for `fish` shell [pr#3108] |
| 19 | +- Add the `RUSTUP_TERM_COLOR` environment variable to force the use of colored output [pr#3435] |
| 20 | +- Improve `rustup-init.sh`'s compatibility with `ksh` and `zsh` [pr#3475] |
| 21 | +- Add a warning when running under Rosetta 2 [pr#3068] |
| 22 | +- Add browser detection for RISC-V 64 platform [pr#3642] |
| 23 | +- Add a warning when removing the last/host target for a toolchain [pr#3637] |
| 24 | + |
| 25 | +### Changed |
| 26 | + |
| 27 | +- Upgrade `clap` to v4 [pr#3444] |
| 28 | +- Fix incorrect platform detection on macOS aarch64 due to Rosetta 2 [pr#3438] |
| 29 | +- Fix incorrect platform detection on 32-bit Linux userland with a 64-bit kernel [pr#3488] [pr#3490] |
| 30 | +- Improve Windows system32 DLL loading mechanism [pr#3493] |
| 31 | +- Improve suggestions about missing components [pr#3453] |
| 32 | +- Fix handling of toolchain names with special characters [pr#3518] |
| 33 | +- Fix panic in `component list --toolchain stable` [pr#3548] |
| 34 | +- Rename `llvm-tools-preview` component to `llvm-tools` [pr#3578] |
| 35 | +- Bump a lot of dependencies to their latest versions [pr#renovate-bot] |
| 36 | + |
| 37 | +Thanks go to: |
| 38 | + |
| 39 | +- Anthony Perkins (acperkins) |
| 40 | +- Tianqi (airstone42) |
| 41 | +- Alex Gaynor (alex) |
| 42 | +- Alex Hudspith (alexhudspith) |
| 43 | +- Alan Somers (asomers) |
| 44 | +- Burak Emir (burakemir) |
| 45 | +- Chris Denton (ChrisDenton) |
| 46 | +- cui fliter (cuishuang) |
| 47 | +- Dirkjan Ochtman (djc) |
| 48 | +- Dezhi Wu (dzvon) |
| 49 | +- Eric Swanson (ericswanson-dfinity) |
| 50 | +- Prikshit Gautam (gautamprikshit1) |
| 51 | +- hev (heiher) |
| 52 | +- 二手掉包工程师 (hi-rustin) |
| 53 | +- Kamila Borowska (KamilaBorowska) |
| 54 | +- klensy (klensy) |
| 55 | +- Jakub Beránek (Kobzol) |
| 56 | +- Kornel (kornelski) |
| 57 | +- Matt Harding (majaha) |
| 58 | +- Mathias Brossard (mbrossard) |
| 59 | +- Christian Thackston (nan60) |
| 60 | +- Olivier Lemasle (olivierlemasle) |
| 61 | +- Chih Wang (ongchi) |
| 62 | +- Pavel Roskin (proski) |
| 63 | +- rami3l (rami3l) |
| 64 | +- Robert Collins (rbtcollins) |
| 65 | +- Sandesh Pyakurel (Sandesh-Pyakurel) |
| 66 | +- Waffle Maybe (WaffleLapkin) |
| 67 | +- Jubilee (workingjubilee) |
| 68 | +- WÁNG Xuěruì (xen0n) |
| 69 | +- Yerkebulan Tulibergenov (yerke) |
| 70 | +- Renovate Bot (renovate) |
| 71 | + |
| 72 | +**Full Changelog**: https://github.com/rust-lang/rustup/compare/1.26.0...1.27.0 |
| 73 | + |
3 | 74 | ## [1.26.0] - 2023-04-05
|
4 | 75 |
|
5 | 76 | This version of Rustup involves a significant number of internal refactors, both in terms
|
|
0 commit comments