Skip to content

v3.0.1

Compare
Choose a tag to compare
@StefanKert StefanKert released this 17 Jul 17:23

Changes:

  • 2795501 Fixes #90: Performing null checks because for some cases we can´t retrieve a Statusbar
  • e51efa4 Fixes #101: If mode "Minimize window" is chosen the original window is activated again
  • 6e719ff Fixes #85: Elements that should be hidden are now not only hidden in the few, but filtered in the grid. By filtering the grid we are also able to hide groups that are empty.
  • 5063f67 Fixes #81: Unloaded projects lead to failures when trying to check the path. If an error occurs while reading the projects for a solution we now log the error, but add the other projects.
  • 1b9d837 Fixes #89: Bring back ordering of the currently selected column. Additionally if no order is selected BuildOrder is used as defaultvalue.
  • b15fc03 Fixes #97, #88: Adding explicit references to Serilog FileSink and a fallback value for logging if the package cannot be loaded correctly. If this fails we just return a plain logger and don´t log to a file.
  • 5b600f0 Fixes #91: Syncing settings before closing BuildVision
  • dd59fcc Fixes #95: Preview flag is now hidden if .vsix is a marketplace release.