gep13

Cake for Visual Studio Code 2.0.0 released

Published
Tuesday, 14 December 2021
Category
Release Notes
Author
gep13

Version 2.0.0 of Cake for Visual Studio Code has been released.

Highlights of this release include:

Read more...

Cake Visual Studio Extension Release 0.3.0

Published
Wednesday, 23 December 2020
Category
Release Notes
Author
gep13

The Cake Team is very happy to announce the 0.3.0 release of the Cake Extension for Visual Studio. This release has been baking for quite a while now, the previous release shipped in 2017, but we are hoping that it will be worth the wait.

Read more...

Cake VSCode Extension Release 1.0.0

Published
Thursday, 10 December 2020
Category
Release Notes
Author
gep13

The Cake Team is very happy to announce the 1.0.0 release of the Cake Extension for VSCode. This release has been a long time in the making, but we are hoping that it will be worth the wait!

Read more...

Cake v0.38.2 released

Published
Tuesday, 9 June 2020
Category
Release Notes
Author
gep13

Version 0.38.2 of Cake has been released.

In this version we are releasing a small bug fix which was identified after shipping our 0.38.0 release.

One of the new features that shipped in 0.38.0 was support for ANSI escape codes. Turns out, this feature breaks the service message logging in some CI systems. The problem was identified when Cake was running in TeamCity, but it is possible that other systems are affected.

Contributions were included from:

Full details of everything that was included in this release can be seen below.

Read more...

Cake v0.38.0 released

Published
Saturday, 30 May 2020
Category
Release Notes
Author
gep13

Version 0.38.0 of Cake has been released.

In this version we've got a few features and improvements and one bug fix, full list of changes at end of this post

One of the main features is the enabling of ANSI escape codes. Cake will now automatically detect whether a CI system supports ANSI escape codes, and if it does it will use them, rather than using System.Console.ForegroundColor, or similar. This gives a much richer output on systems such as GitHub Actions.

Within the timeframe of this release, we were very happy to welcome Enrico Campidoglio into the Cake Team. Enrico is the person behind the creation of the GitHub Action for Cake, which has now been brought into the Cake GitHub Organisation. We are very grateful to Enrico for the work in creating this action! Welcome to the Team!

🍰Huge thanks to our community! It wouldn't have been possible without your support and contributions!❤

Contributions were included from:

Full details of everything that was included in this release can be seen below.

Read more...