Releases: iamr8/dotnet-outdated-gui
Releases · iamr8/dotnet-outdated-gui
Release list
v0.1.3
What's Changed
- chore: sync main with release (v0.1.2) by @iamr8 in #25
- chore(deps): Bump dorny/test-reporter from 2 to 3 by @dependabot[bot] in #26
- fix(errors): route CLI failures to notifications, report exceptions via Marketplace by @iamr8 in #27
- ci(verifier): restore the full IDE matrix and add Rider 2026.2 by @iamr8 in #28
- chore(release): 0.1.3 by @iamr8 in #29
Full Changelog: v0.1.2...v0.1.3
📦 JetBrains Marketplace: https://plugins.jetbrains.com/plugin/32989-dotnet-outdated-gui/versions/stable/1117344
v0.1.2
What's Changed
- ci: link Marketplace version in release notes + tidy workflow constants by @iamr8 in #17
- ci: finalize workflow constants (vars.PLUGIN_ID + composed slug, inline toolchain) by @iamr8 in #18
- chore: sync main with release (VERSION 0.1.1) by @iamr8 in #19
- ci: auto-open release→main sync PR after each release by @iamr8 in #20
- ci: fix release→main sync to not delete the release branch by @iamr8 in #21
- Add screenshot section to README by @iamr8 in #22
- docs: genuine Marketplace description in plugin.xml by @iamr8 in #23
- release: v0.1.2 — packaged Marketplace description by @iamr8 in #24
Full Changelog: v0.1.1...v0.1.2
📦 JetBrains Marketplace: https://plugins.jetbrains.com/plugin/32989-dotnet-outdated-gui/versions/stable/1110964
v0.1.1
What's Changed
- ci: run CodeQL on release branch + its PRs by @iamr8 in #10
- docs: lead with CPM + version-range handling; marketplace badges/widgets by @iamr8 in #11
- fix: silence Plugin Verifier deprecated/experimental warnings (-Xjvm-default=all) by @iamr8 in #12
- docs: restore CPM/version-range messaging; proper Marketplace card (iframe) by @iamr8 in #13
- ci: release as a Deployment to the marketplace environment by @iamr8 in #14
- feat: support older Rider (sinceBuild 243) + fix deprecations by @iamr8 in #15
- release: v0.1.1 — older Rider support + verifier/deprecation fixes by @iamr8 in #16
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First release — a JetBrains Rider tool window around the dotnet-outdated CLI.
Features
- List packages per project / target framework, with
ProjectName · netXsection headers. - Check for updates via
dotnet outdated; the new version is colored by NuGet / SemVer severity — green = patch, yellow = minor, red = major / pre-release. - Per-row checkboxes (multi-select + Space) to pick packages, then upgrade in place.
- Speed search — start typing to filter by package / project name.
- Scope picker over the open solution's projects; parallel per-project scans; handles
.shprojsolutions. - Settings (Settings | Tools | dotnet outdated GUI) exposing every
dotnet outdatedargument; List all packages toggle (off by default). - CLI-missing prompt with an install link; editor banner on
.csproj/Directory.Packages.props. - Opt-in error reporting to Sentry.
Requirements
- Rider 2026.1 (build 261), the .NET SDK, and the dotnet-outdated CLI — see its installation instructions.
Install
Download the attached .zip and install via Settings → Plugins → ⚙ → Install Plugin from Disk…
(JetBrains Marketplace listing coming soon.)