v15.0.0
What's Changed
- feat: support wildcard in ignored_containers by @SteveLauC in #666
- fix: softwareupdate under dry run by @schrobingus in #668
- feat: certbot renew by @SteveLauC in #665
- Update Cargo.lock by @niStee in #673
- Fix/pswindowsupdate by @niStee in #671
- Fix/usoclient by @niStee in #669
- feat: Add support for Wolfi by @EyeCantCU in #672
- ci: run cargo test in ci by @SteveLauC in #674
- docs: fix a wrong preposition[skip ci] by @SteveLauC in #676
- fix: correct typos in output by @andypiper in #677
- Fix/winget by @niStee in #670
- feat: add
fetch_head
configuration option intobrew
by @Wallunen in #679 - ci: add macOS aarch64 check by @SteveLauC in #680
- Publish new releases of topgrade to the Windows Package Manager with β¦ by @niStee in #686
- Keeping actions up to date with Dependabot by @niStee in #685
- docs: update install doc with Winget by @SteveLauC in #693
- chore(deps): bump katyo/publish-crates from 1 to 2 by @dependabot in #692
- chore(deps): bump codecov/codecov-action from 1 to 4 by @dependabot in #691
- chore(deps): bump actions/cache from 1 to 4 by @dependabot in #690
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #689
- chore(deps): bump actions/checkout from 2 to 4 by @dependabot in #688
- feat: support waydroid by @SteveLauC in #687
- feat(brew): adds "greedy-latest" option to Brew by @luciodaou in #636
- docs: document brew config entries[skip ci] by @SteveLauC in #696
- fix: zinit default install location by @SteveLauC in #625
- Fix OpenBSD Step failing to build with
E0599
by @Izder456 in #707 - chore(deps): bump EnricoMi/publish-unit-test-result-action from 1 to 2 by @dependabot in #705
- chore(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #704
- Add .vs to .gitignore by @niStee in #706
- Helix fetches grammar as a regular user by @InnocentZero in #698
- feat: also detect Helix step with bin name hx by @SteveLauC in #710
- revert: revert 614 to remove the -p option by @SteveLauC in #713
- chore: bump deps by @SteveLauC in #714
- chore: git ignore more by @SteveLauC in #715
- Create devskim.yml to enable GitHub code scanning for this repository by @niStee in #700
- Add GitHub Actions Workflow for Build and Test by @niStee in #717
- Update GitHub Actions workflow for Codecov integration by @niStee in #718
- Adds
pyenv
step by @lucaspar in #724 - feat: adds
xcodes
step by @schrobingus in #643 - fix(pipx): adds
--include-injected
argument topipx
by @ramdomPTM in #726 - fix: use env BUN_INSTALL to locate package.json by @SteveLauC in #734
- refactor: make GitSteps a dedicated step by @SteveLauC in #737
- Add support for Lean 4's elan by @alok in #742
- feat: put step logs in a span by @SteveLauC in #746
- feat: support update ClamAV databases by @SteveLauC in #747
- style: fix 2 clippy lint unless_vec & unused_io_amount by @SteveLauC in #751
- fix: don't use Command::new(bin_name) as it won't work on Windows by @SteveLauC in #750
- FIXES #708: add config directive for pkg_* cleanup on OpenBSD by @Izder456 in #753
- feat: add support for mise by @riffingonsoftware in #757
- feat: support update PlatformIO Core by @SteveLauC in #759
- Fix local host detection for remotes with user by @raindev in #755
- fix: better
dotnet tool list
header parsing by @AThePeanut4 in #772 - Add config flag to toggle verbose Git repository output. by @dsully in #763
- fix(os): detect Fedora IoT Edition as immutable Fedora variant by @d-k-bo in #774
- Always display windows update step by @vzze in #781
- refactor: 2 clippy warnings by @SteveLauC in #789
- fix: Fedora Sway Atomic should be recognized as FedoraImmutable by @SteveLauC in #795
- Add rye support by @alok in #799
- feat: support auto-cpufreq by @SteveLauC in #800
- Dependatbot Updates by @niStee in #802
- chore(deps): bump rustls from 0.21.10 to 0.21.12 by @dependabot in #804
- chore(deps): bump h2 from 0.3.24 to 0.3.26 by @dependabot in #766
- chore(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot in #729
- feat: add support for chimera linux by @nekopsykose in #808
- add upgrade stuff for bedrock linuxmint strata by @lachsdachs in #813
- ci: remove code coverage test & uniform file names by @SteveLauC in #811
- chore: update PR template by @SteveLauC in #815
- ci: replace deprecated gh actions with alternatives by @SteveLauC in #814
- chore: build binary for both macOS aarch64 and amd64 by @SteveLauC in #816
- Add linux mint support by @lachsdachs in #817
- deps: bump libc from 0.2.153 to 0.2.155 by @huajingyun01 in #818
- fix(RubyGems): support no-sudo updating for rbenv and rvm by @yaroslav in #820
- Run MasonUpdate as part of the vim updates by @tamasd in #821
- chore: bump deps by @SteveLauC in #823
- style: allow unused ExecutorChild by @SteveLauC in #829
- chore(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 by @dependabot in #827
- chore: collect
--dry-run
and--yes
opts info in feature request template by @SteveLauC in #838 - fix: consider TMUX_PLUGIN_MANAGER_PATH when searching tpm binary by @SteveLauC in #835
- feat: new step Lensfun's database update by @SteveLauC in #839
- chore: prepare for v15.0.0 by @SteveLauC in #843
New Contributors
- @schrobingus made their first contribution in #668
- @EyeCantCU made their first contribution in #672
- @andypiper made their first contribution in #677
- @Wallunen made their first contribution in #679
- @luciodaou made their first contribution in #636
- @Izder456 made their first contribution in #707
- @InnocentZero made their first contribution in #698
- @lucaspar made their first contribution in #724
- @ramdomPTM made their first contribution in #726
- @alok made their first contribution in #742
- @riffingonsoftware made their first contribution in #757
- @raindev made their first contribution in #755
- @AThePeanut4 made their first contribution in #772
- @d-k-bo made their first contribution in #774
- @nekopsykose made their first contribution in #808
- @lachsdachs made their first contribution in #813
- @huajingyun01 made their first contribution in #818
- @yaroslav made their first contribution in #820
- @tamasd made their first contribution in #821
Full Changelog: v14.0.1...v15.0.0