Skip to content

Releases: MBulli/SmartCommandlineArgs

v2.0 - Bugfix #6

23 Jul 19:52
Compare
Choose a tag to compare

Version 2.0! This is our biggest release besides the initial release!

We rewrote the UI based on a TreeView. This allows you to edit arguments of all projects of the solution and to create groups as you wish.

Fixed CPS support (Issue #63) and issues #58, #59, and #61.

v2.0 - Bugfix #5

17 Jun 19:49
Compare
Choose a tag to compare

Version 2.0! This is our biggest release besides the initial release!

We rewrote the UI based on a TreeView. This allows you to edit arguments of all projects of the solution and to create groups as you wish.

Fixed the nasty issue #52.

v2.0 - Bugfix #4

03 Jun 17:47
Compare
Choose a tag to compare

Version 2.0! This is our biggest release besides the initial release!

We rewrote the UI based on a TreeView. This allows you to edit arguments of all projects of the solution and to create groups as you wish.

This long overdue minor update fixes some critical issues.

v2.0 - Bugfix #3

22 Apr 14:52
Compare
Choose a tag to compare

Version 2.0! This is our biggest release besides the initial release!

We rewrote the UI based on a TreeView. This allows you to edit arguments of all projects of the solution and to create groups as you wish.

This minor release fixes #40, #43 and #46.

v2.0 - Bugfix #2

04 Jan 04:38
Compare
Choose a tag to compare

This is our biggest release besides the initial release!

We rewrote the UI based on a TreeView. This allows you to edit arguments of all projects of the solution and to create groups as you wish.

This minor release fixes #38 & #42.

v2.0 - Bugfix

04 Jan 04:44
Compare
Choose a tag to compare

This is our biggest release besides the initial release!

We rewrote the UI based on a TreeView. This allows you to edit arguments of all projects of the solution and to create groups as you wish.

This minor release also fixes issue #37.

v2.0

26 Dec 01:33
Compare
Choose a tag to compare

This is our biggest release besides the initial release!

We rewrote the UI based on a TreeView. This allows you to edit arguments of all projects of the solution and to create groups as you wish.

v1.5.1

18 Nov 17:35
Compare
Choose a tag to compare

This is a bug fix release.

  • Fixed #29. The extension now supports remote debuggers in C++ projects. Thanks to jfmarquis!
  • Fixed #33.

Search bar and Monospace font

07 Nov 22:37
Compare
Choose a tag to compare
  • Added a search bar for filtering
  • Added an option to enable a monospace font. This should help to improve the readability of code-like commandline arguments.
    (Tools → Options → Smart Commandline Arguments → General → Use Monospace Font)
  • Fixed an issue which prevented to paste (CTRL-V) something into an empty window.

.NET Core and F# Support

29 Mar 16:30
Compare
Choose a tag to compare
  • We now support .NET Core and F# projects.
  • Now updates project configuration on project build. This should make the UI more responsive.
  • Fixed bugs related to unloading projects.