Skip to content

Latest commit

 

History

History
175 lines (114 loc) · 10 KB

changelog.md

File metadata and controls

175 lines (114 loc) · 10 KB

Changelog

v1.2.0 (2022-08-18)

Full Changelog

✨ Implemented enhancements:

  • Update workload mappings for 2022 #143

🐛 Fixed bugs:

  • Failing to update VS 2022 (Current channel) installations #123
  • If --filter is specified but not value is provided, NRE failure happens #122

🔀 Merged:

  • Update workload mappings for 2022 #144 (@kzu)
  • +Mᐁ includes #142 (@devlooped-bot)

v1.1.1 (2021-11-05)

Full Changelog

✨ Implemented enhancements:

  • Include readme in package for better discoverability #116
  • Decrease package size by building 3.1 and using rollForward #114

🐛 Fixed bugs:

  • +core workload alias doesn't work for VS2022 #106

🔀 Merged:

  • Fix renamed/removed .NETCore workload for 2022 #115 (@kzu)

v1.1.0 (2021-08-10)

Full Changelog

✨ Implemented enhancements:

  • When installing non-stable channels, dev17/vs2022 should be picked #104
  • Visual Studio 2022 is not considered when using channel aliases #102

🔀 Merged:

  • When installing non-stable channel, pick dev17/vs2022 #105 (@kzu)
  • Consider Visual Studio 2022 when filtering by channel alias #103 (@kzu)

v1.0.0 (2021-02-01)

Full Changelog

✨ Implemented enhancements:

  • When rendering supported commands, sort by command name #82
  • Check for updated versions of the tool #80
  • Clean up workload ID prefixes for added consistency #79
  • Add client command doc and -w: shorthand for -workspaceId #78
  • Add missing alias command doc template and examples #77
  • Update docs and readme from generated readme command #76
  • Showing help for commands results in non-zero exit code #75
  • Allow rendering tool version with --version #72

🐛 Fixed bugs:

  • Running vs where -version [...] always shows an empty list #73

🔨 Other:

  • ⭮ Rename top-level namespace to Devlooped ⭯ #70

🔀 Merged:

  • ⭮ Rename top-level namespace to Devlooped ⭯ #71 (@kzu)

v0.9.4 (2021-01-04)

Full Changelog

🐛 Fixed bugs:

  • For install/modify commands, -?/-h does not show help #67
  • Install is passing wrongly -add instead of --add to the bootstrapper #66

🔀 Merged:

  • 🌐 Add building and pushing gh-pages to clarius.org via dotnet-file #65 (@kzu)

v0.9.3 (2020-12-21)

Full Changelog

✨ Implemented enhancements:

  • Unify vswhere -requires argument on + alias prefix #64
  • Add support for updating/modifying Build Tools and other installed builds #57

v0.9.2 (2020-12-09)

Full Changelog

✨ Implemented enhancements:

  • Provide repository information in the package #59

v0.9.1 (2020-12-08)

Full Changelog

✨ Implemented enhancements:

  • Target .net5 natively too #50
  • Add support for updating/modifying Build Tools and other installed builds #58 (@kzu)

v0.9.0 (2020-12-08)

Full Changelog

✨ Implemented enhancements:

  • Support for Visual Studio Build Tools? #44
  • Allow running devenv commands from the context of a selected VS #8

🔨 Other:

  • Target .NET Core 2.1 which is more broadly available #36
  • Some suggestions #32
  • Add alias -exp for /rootSuffix Exp when running VS #12
  • Switch storage of default VS settings to use dotnet-file #10
  • Add kill command #9
  • Allow modifying an existing instance of VS #7
  • Allow updating an instance automatically if needed #6
  • Make changing default version of VS explicit #5
  • Indent "Workload ID aliases:" header #4
  • vs install #2
  • vs run #1

🔀 Merged:

  • ⁙ Target .net5 natively too #55 (@kzu)
  • 🖆 Apply kzu/oss template via dotnet-file #48 (@kzu)
  • Add support for --first to all relevant commands #47 (@kzu)
  • Add support for VS Build Tools and VS Test Agent #46 (@likemike91)
  • Opening activity log folder and select file instead of opening the file #45 (@adalon)
  • Multi-target 2.1 and 3.1 for maximum reach #42 (@kzu)
  • Consider Run default command for saved aliases too #41 (@kzu)
  • When running VS, /log must come last #40 (@kzu)
  • Bump to latest dotnet-config and new API #39 (@kzu)
  • Renamed channel master -> main #38 (@adalon)
  • Target .NET Core 2.1 which is more broadly available #37 (@kzu)
  • Make --config automatically --passive #35 (@kzu)
  • Replaced Command.CancelAsync with AsyncDisposable pattern #34 (@adalon)
  • Added ClientCommand to launch VS in client mode #33 (@adalon)
  • Added update improvement and vs update all #31 (@adalon)
  • Misc improvements #30 (@adalon)
  • Implemented save command using dotnet-config #29 (@adalon)
  • Added SelfUpdateCommand #28 (@adalon)
  • Improved where commands: #27 (@adalon)
  • Added generate-readme command #26 (@adalon)
  • Moved files around #24 (@adalon)
  • Improved WhereCommand #23 (@adalon)
  • Added ChooseMany support #22 (@adalon)
  • Added unit test for run being the default command #21 (@kzu)
  • Add back run as the default command, improve its selector #20 (@kzu)
  • Added KillCommand #19 (@adalon)
  • Add vs log command to open the ActivityLog.xml #18 (@kzu)
  • Add support for vs config #17 (@kzu)
  • Refactored commands and added ModifyCommand #16 (@adalon)

* This Changelog was automatically generated by github_changelog_generator