Skip to content

Latest commit

 

History

History
195 lines (108 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

195 lines (108 loc) · 3.42 KB

Roadmap

Currently nothing on the roadmap

Changelog

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.0.0.0

2016-04-30

  • Integration of ConEmu as ToolWindow to Visual Studio
  • ConEmu Tool Window can be opens from "View" menu
  • Integration of ConEmu in Solution Explorer

1.0.0.1

2016-05-11

  • Execute the project output file within conemu

1.0.0.2

2016-05-14

  • Add the possibility to use quotes for the paths in the VS settings
  • Handled some more possible exceptional cases

1.0.0.3

2016-05-15

  • Possibility to use Powershell within ConEmu instead of CMD

2.0.0.0

2016-05-16

  • Use the controls from the nuget package provided by conemu
  • Enhance the internal configuration
  • Use an external configuration

2.0.0.1

2016-05-18

  • Updated the conemu nuget package

2.0.0.2

2016-05-22

  • Icon for the tool window
  • Exception dialog in the Visual Studio color scheme

2.0.0.3

2016-05-23

  • Remove Microsoft.VisualStudio.MPF.14.0 for Visual Studio 2013 compatibility

2.0.0.4

2016-06-03

  • Skipped Visual Studio 2013 support because of incompatibilities of dependencies## 2.0.0.4

2.0.0.5

2016-06-24

  • Minor changes and refectoring

2.0.0.6

2016-06-28

  • Bug fix: ConEmu panel can have a zero size which results in an assert within conemu

2.0.0.7

2016-06-29

  • Bug fix: ConEmu panel can have a zero size which results in an assert within conemu
  • Bug fix: ConEmu panel gets not closed if one of multiple consoles are closed
  • Added a keyboard shortcut to open conemu

2.0.0.8

2016-07-05

  • Added the possibility to configure the default task
  • Remove the misleading hardcoded shell type configuration

2.0.0.9

2017-01-11

  • Upgraded extension to Visual Studio 2017

2.0.0.10

2017-03-18

  • Update conemu libraries

2.0.0.11

2017-03-18

  • Fixed some errors while loading conemu in VS217 tool window

2.0.0.12

2017-03-25

  • Fixed the open output path in conemu for C++ projects
  • Read the command line parameter from the projects
  • Added the configured command line parameter to the execute in conemu command

2.0.0.13

2017-08-17

  • Updated dependencies
  • Fixed some issues while working with C++ projects

2.0.0.14

2017-08-20

  • Fixed a issues while opening the outpath of a cleaned project

2.0.0.15

2017-12-12

  • Added open folder button to solution context menu
  • Updated the dependencies

2.0.0.16

2018-01-02

  • Updated the copyright
  • Updated the dependencies

2.0.0.17

2018-05-02

  • Updated the dependencies
  • Restructure the use of the context menu items
  • Implement the context menu at the folder view of solution explorer

2.0.0.18

2018-05-02

  • Fix some minor issue with the required dependencies

2.0.0.19

2018-06-21

  • Updated the dependencies
  • Added a validation for the ConEmu executable path

2.0.0.20

2018-06-21

  • Change to the async extension loading method

2.0.0.21

2018-08-30

  • Updated the dependencies

2.0.0.22

2018-11-26

  • Merging some functionality fixes from the open folder extension
  • Updated the dependencies

2.0.0.23

2019-02-20

  • Re-target to DotNet 4.7.2
  • Updated the dependencies