Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
topgrade-v16.0.0-aarch64-unknown-linux-gnu.tar.gz | 2024-10-06 | 5.7 MB | |
topgrade_16.0.0-1_arm64.deb | 2024-10-06 | 2.7 MB | |
topgrade-v16.0.0-x86_64-pc-windows-msvc.zip | 2024-10-06 | 3.7 MB | |
topgrade-v16.0.0-x86_64-unknown-linux-gnu.tar.gz | 2024-10-06 | 6.2 MB | |
topgrade_16.0.0-1_amd64.deb | 2024-10-06 | 3.0 MB | |
topgrade-v16.0.0-x86_64-apple-darwin.tar.gz | 2024-10-06 | 4.0 MB | |
topgrade-v16.0.0-x86_64-unknown-linux-musl.tar.gz | 2024-10-06 | 6.3 MB | |
topgrade-v16.0.0-aarch64-unknown-linux-musl.tar.gz | 2024-10-06 | 5.9 MB | |
topgrade-v16.0.0-armv7-unknown-linux-gnueabihf.tar.gz | 2024-10-06 | 6.1 MB | |
topgrade-v16.0.0-aarch64-apple-darwin.tar.gz | 2024-10-06 | 3.7 MB | |
README.md | 2024-10-06 | 6.9 kB | |
v16.0.0 source code.tar.gz | 2024-10-06 | 4.4 MB | |
v16.0.0 source code.zip | 2024-10-06 | 4.5 MB | |
Totals: 13 Items | 56.1 MB | 0 |
Topgrade v16.0.0
(Well, I think I should broadcast the following stuff to every user on the first launch of new versions of Topgrade...)
Interesting new features you may wanna know:
- If you run Topgrade in Tmux (
run_in_tmux = true
), a new configuration entry has been added to control if the Topgrade Tmux session will be attachedmisc.tmux_session_mode
, we have 2 options here: attach_if_not_in_session
: only attach to the Topgrade session if you are currently not in any Tmux sessions.-
attach_always
: always attach to it. -
Topgrade is adding i18n support, and the initial setup is done (Technically not a feature, at least for now)
What's Changed
- docs: update release procedure by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/845
- Small clap adjustments by @tranzystorekk in https://github.com/topgrade-rs/topgrade/pull/846
- feat: support Poetry by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/790
- fix: traverse symbolic links under
$CONIG_DIR/topgrade.d
(#852) by @gifnksm in https://github.com/topgrade-rs/topgrade/pull/853 - docs: document that maintenance continues by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/855
- chore(deps): bump zerovec from 0.10.2 to 0.10.4 by @dependabot in https://github.com/topgrade-rs/topgrade/pull/856
- chore(deps): bump zerovec-derive from 0.10.2 to 0.10.3 by @dependabot in https://github.com/topgrade-rs/topgrade/pull/858
- Fix
pyenv: no such command 'update'
by @lucaspar in https://github.com/topgrade-rs/topgrade/pull/860 - feat: don't run reboot with sudo on Linux with systemd by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/866
- feat(linux.rs): Add support for Funtoo by @Lazerbeak12345 in https://github.com/topgrade-rs/topgrade/pull/868
- feat(os): support NI Linux Real-Time's opkg package manager by @rtzoeller in https://github.com/topgrade-rs/topgrade/pull/870
- Fix nightly clippy warnings by @PolpOnline in https://github.com/topgrade-rs/topgrade/pull/872
- feat: support ZVM by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/777
- Fix nix upgrades by @dashmoho in https://github.com/topgrade-rs/topgrade/pull/874
- refactor: fix Windows clippy by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/880
- Update SECURITY.md by @niStee in https://github.com/topgrade-rs/topgrade/pull/878
- ci: fix release_to_aur.yml by @androw in https://github.com/topgrade-rs/topgrade/pull/879
- chore: improve Windows Update step and add PSWindowsUpdate Module by @niStee in https://github.com/topgrade-rs/topgrade/pull/842
- Allow Nix unfree packages to be upgraded by @dashmoho in https://github.com/topgrade-rs/topgrade/pull/881
- feat: add volta packages by @diogonr in https://github.com/topgrade-rs/topgrade/pull/883
- Update README.md by @niStee in https://github.com/topgrade-rs/topgrade/pull/882
- Fix
RubyGems
issues formise
regardingsudo
by @paddyroddy in https://github.com/topgrade-rs/topgrade/pull/887 - chore: update winget-releaser to use main branch by @niStee in https://github.com/topgrade-rs/topgrade/pull/888
- Add aqua tool installer cli by @boris-smidt-klarrio in https://github.com/topgrade-rs/topgrade/pull/889
- Adds
uv
step by @lucaspar in https://github.com/topgrade-rs/topgrade/pull/890 - feat: support step Bun on Windows by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/893
- Containers step: new runtime option to configuration by @lucaspar in https://github.com/topgrade-rs/topgrade/pull/896
- fix: a panic introduced by improper unwrap() by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/899
- Add Debian-based system builds by @Kreeblah in https://github.com/topgrade-rs/topgrade/pull/898
- chore: pin toolchain to MSRV(1.76) by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/900
- fix: aura since v4.0.6 does not need sudo by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/908
- feat: clean scoop cache if cleanup is enabled by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/909
- Remove check for whether conda config contains auto_activate_base by @Pipboyguy in https://github.com/topgrade-rs/topgrade/pull/905
- feat: tmux session attach mode by @wetfloo in https://github.com/topgrade-rs/topgrade/pull/901
- feat(brew): use sudo if Homebrew owned by another user on Linux by @tomaszn in https://github.com/topgrade-rs/topgrade/pull/904
- Add Pixi to topgrade by @marcelotrevisani in https://github.com/topgrade-rs/topgrade/pull/915
- docs: don't call execute("bin_name_str") by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/916
- feat(brew): Add
greedy-auto-updates
option to Brew by @Neved4 in https://github.com/topgrade-rs/topgrade/pull/914 - docs: --only is no longer experimental by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/919
- Add i18n by using rust i18n by @Mastermindaxe in https://github.com/topgrade-rs/topgrade/pull/807
- fix: use single quotes for locale keys with new line char by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/920
- ci: correct checker binary name by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/926
- chore: release v16.0.0 by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/925
- revert: PR 866 by @SteveLauC in https://github.com/topgrade-rs/topgrade/pull/927
New Contributors
- @gifnksm made their first contribution in https://github.com/topgrade-rs/topgrade/pull/853
- @Lazerbeak12345 made their first contribution in https://github.com/topgrade-rs/topgrade/pull/868
- @rtzoeller made their first contribution in https://github.com/topgrade-rs/topgrade/pull/870
- @dashmoho made their first contribution in https://github.com/topgrade-rs/topgrade/pull/874
- @androw made their first contribution in https://github.com/topgrade-rs/topgrade/pull/879
- @diogonr made their first contribution in https://github.com/topgrade-rs/topgrade/pull/883
- @paddyroddy made their first contribution in https://github.com/topgrade-rs/topgrade/pull/887
- @boris-smidt-klarrio made their first contribution in https://github.com/topgrade-rs/topgrade/pull/889
- @Kreeblah made their first contribution in https://github.com/topgrade-rs/topgrade/pull/898
- @Pipboyguy made their first contribution in https://github.com/topgrade-rs/topgrade/pull/905
- @wetfloo made their first contribution in https://github.com/topgrade-rs/topgrade/pull/901
- @tomaszn made their first contribution in https://github.com/topgrade-rs/topgrade/pull/904
- @Neved4 made their first contribution in https://github.com/topgrade-rs/topgrade/pull/914
- @Mastermindaxe made their first contribution in https://github.com/topgrade-rs/topgrade/pull/807
Full Changelog: https://github.com/topgrade-rs/topgrade/compare/v15.0.0...v16.0.0