Releases: JuliaLang/juliaup
Releases · JuliaLang/juliaup
v1.18.9
What's Changed
-
Make
save_config_dbatomic by @IanButterworth in #1295 -
When failing to update a channel continue to update others by @IanButterworth in #1314
Maintenance
- rustfmt CI fixes by @IanButterworth in #1313
- chore(deps): bump clap from 4.5.46 to 4.5.50 by @dependabot[bot] in #1296
- chore(deps): bump dawidd6/action-homebrew-bump-formula from 4 to 5 by @dependabot[bot] in #1299
- chore(deps): bump azure/trusted-signing-action from 0.5.1 to 0.5.10 by @dependabot[bot] in #1302
- chore(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #1300
- chore(deps): bump serde_json from 1.0.143 to 1.0.145 by @dependabot[bot] in #1304
- chore(deps): bump indicatif from 0.17.11 to 0.18.2 by @dependabot[bot] in #1298
- chore(deps): bump heyhusen/archlinux-package-action from 2.2.1 to 2.4.0 by @dependabot[bot] in #1303
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1307
- chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #1306
- chore(deps): bump is-terminal from 0.4.16 to 0.4.17 by @dependabot[bot] in #1305
- chore(deps): bump indoc from 2.0.6 to 2.0.7 by @dependabot[bot] in #1297
Full Changelog: v1.18.8...v1.18.9
v1.18.8
What's Changed
- Add space in update message by @christiangnrd in #1293
Full Changelog: v1.18.7...v1.18.8
v1.18.7
What's Changed (since v1.18.5)
- Update progress bar style to match 1.12 progress bar by @IanButterworth in #1287
- Conform message styling to intent. Match Pkg formatting by @IanButterworth in #1290
- Fix some more message colors by @IanButterworth in #1292
- Update README with juliaup Windows requirements by @stemann in #1288
Maintenance
- cargo fmt by @IanButterworth in #1280
- Add aarch64 macOS test CI by @IanButterworth in #1286
New Contributors
Full Changelog: v1.18.5...v1.18.7
v1.18.6
What's Changed
- cargo fmt by @IanButterworth in #1280
- Add aarch64 macOS test CI by @IanButterworth in #1286
- Update README with juliaup Windows requirements by @stemann in #1288
- Update progress bar style to match 1.12 progress bar by @IanButterworth in #1287
- Conform message styling to intent. Match Pkg formatting by @IanButterworth in #1290
New Contributors
Full Changelog: v1.18.5...v1.18.6
v1.18.5
What's Changed
- Revert "Declare "console" subsystem for WindowsApp" by @IanButterworth in #1274
- Add warning and link to PR add mode by @IanButterworth in #1278
- [AUTO] Update version db by @github-actions[bot] in #1279
- query to code sign PR builds on mac by @KristofferC in #1277
Full Changelog: v1.18.4...v1.18.5
v1.18.4
What's Changed
- Declare "console" subsystem for WindowsApp by @topolarity in #1270
New Contributors
- @topolarity made their first contribution in #1270
Full Changelog: v1.18.3...v1.18.4
v1.18.3
What's Changed
- Don't overwrite body when turning prerelease into release Pt. 2 by @IanButterworth in #1262
- Fix build failure - remove unused import by @IanButterworth in #1265
- Move check for
is_interactiveearlier by @IanButterworth in #1263 - [AUTO] Update version db by @github-actions[bot] in #1266
Full Changelog: v1.18.2...v1.18.3
v1.18.2
What's changed since last public release (v1.18.0)
Fixes
- Don't show
juliaupdate messages when not interactive by @IanButterworth in #1258 - Fix
is_interactiveargs by @IanButterworth in #1261
Maintenance
- Don't overwrite body when turning prerelease into release by @IanButterworth in #1248
- Pin clippy and rustfmt to toolchain 1.89.0 by @IanButterworth in #1259
Full Changelog: v1.18.0...v1.18.2
v1.18.1 - Don't show update available messages when not interactive
What's Changed
Fixes
- Don't show
juliaupdate messages when not interactive by @IanButterworth in #1258
Maintenance
- Don't overwrite body when turning prerelease into release by @IanButterworth in #1248
- Pin clippy and rustfmt to toolchain 1.89.0 by @IanButterworth in #1259
Full Changelog: v1.18.0...v1.18.1
v1.18.0
Changes since the last release (two prereleases weren't released) which was v1.17.19
New Features
- Offer automatic version installation via channel selection — Juliaup will now offer to (or automatically) install versions when selecting channels. #1218 by @IanButterworth
- Expanded
linkcommand to handle aliases and improved test DRYness. #1237 by @IanButterworth @MilesCranmer
i.e.juliaup link r +releasewill makejulia +rlaunch thereleasechannel. - Colored and wrapped help menu for improved readability. #1234 by @MilesCranmer
- Add Nushell completions to enhance shell integration. #1232 by @MilesCranmer
Fixes
- Fix incorrect TLS and cipher warnings with curl v8.10.0. #1220 by @nategphillips
- Don’t orphan old Julia versions when deletion fails. #1205 by @ghyatzo
- Fix Clippy warnings to clean up Rust lints. #1233 by @MilesCranmer
Maintenance
- Only check for direct download versions when necessary to reduce unnecessary network calls. #1189 by @christiangnrd
- Replace unmaintained
human_sortwithnumeric_sortfor more reliable sorting. #1222 by @christiangnrd - README: Add an explicit example of the
--pathargument for installing Juliaup into a custom location. #1247 by @DilumAluthge - [AUTO] Update version db #1202, #1207, #1209, #1214, #1215, #1217, #1244 by @github-actions[bot]
New Contributors
- @nategphillips made their first contribution in #1220
Full Changelog: v1.17.19...v1.18.0