Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Sep 12, 2015
1 parent dfe301e commit 74ad40f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Roadmap

- [x] Markdown: Full GitHub flavor supported
- [ ] CSS: Use Light Bulbs instead of Smart Tags

Features that have a checkmark are complete and available for
download in the
Expand All @@ -11,6 +11,14 @@ download in the
These are the changes to each version that has been released
on the official Visual Studio extension gallery.

## 0.5.175

**2015-09-11**

- [x] Markdown: Full GitHub flavor supported
- [x] Fixed annoying crash/hang in HTML class attribute
- [x] Various bug fixes

## 0.5.156

**2015-08-24**
Expand Down
4 changes: 1 addition & 3 deletions EditorExtensions/Markdown/MenuItems/Markdown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
using System.Threading.Tasks;
using EnvDTE80;
using MadsKristensen.EditorExtensions.Compilers;
using Microsoft.Html.Editor;
using Microsoft.Html.Editor.ContentType;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Utilities;
using Microsoft.Web.Editor;
using Microsoft.Html.Editor.ContentType;

namespace MadsKristensen.EditorExtensions.Markdown
{
Expand Down
2 changes: 0 additions & 2 deletions EditorExtensions/Misc/MenuItems/ProjectSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
using System.Windows.Forms;
using EnvDTE;
using EnvDTE80;
using MadsKristensen.EditorExtensions.Images;
using MadsKristensen.EditorExtensions.Settings;
using Microsoft.VisualStudio.Shell;
using Task = System.Threading.Tasks.Task;

namespace MadsKristensen.EditorExtensions
{
Expand Down

0 comments on commit 74ad40f

Please sign in to comment.