Skip to content

Latest commit

 

History

History
134 lines (82 loc) · 5.78 KB

ReleaseNotes.md

File metadata and controls

134 lines (82 loc) · 5.78 KB

Release notes

3.2.2

2019-10-26

  • Fix issue #67 – fix classifications when solution, project, source code files or configurations were changed

3.2.1

2019-08-31

  • Fix issue #65 – fix decorations for a couple classifications in the Visual Studio 2019

3.2.0

2019-06-02

  • Release issue #55 – support Visual Studio 2019
  • Release issue #62 – support classification of control flow graph keywords
  • Fix a couple C# and VisualBasic elements classification

3.1.0

2019-04-27

  • Release issue #59 – support Visual Basic quick info classification
  • Release issue #60 – allow to disable editor classification at all
  • Release issue #54 – allow to disable item classification in quick info
  • Release issue #59 – allow to disable item classification in editor
  • Fix issue #56 – fix exceptions on non .cs and .vb files
  • Improve a couple C# elements classification in quick info

3.0.0

2019-03-23

  • Release issue #31 – Supported classification of elements in quick info for C#

2.5.0

2018-11-18

  • Release issue #35 – Supported changing font family for classification
  • Release issue #37 – Supported changing font stretch for classification
  • Release issue #38 – Extended supporting of italic font to changing font style for classification

2.4.0

2018-10-27

  • Release issue #24 – Append supporting C# and VisualBasic types classifications. For more information on supporting types, visit the home page
  • Release issue #43 – Allow to disable item classification
  • Release issue #42 – Allow to disable item classification inside a xml doc comment

2.3.0

2018-09-27

  • Release issue #22 – Append supporting of VisualBasic. For more information on supporting elements, visit the home page
  • Fixed classifications of items under the nameof(..) C# operator
  • Improved classifications of namespaces and aliases for them in C#

2.2.0

2018-08-25

  • Release issue #30 – Supporting of overline, underline, strikethrough and baseline fonts
  • Release issue #25 – Enable hex inputs for foreground and background
  • Release issue #28 – Sorts classifications by alphabetic order in the CoCo/Classifications option page
  • Release issue #29 – Sorts presets by alphabetic order in the CoCo/Presets option page
  • Release issue #32 – Cleanup the claassification's display names

2.1.0

2018-08-21

  • Release issue #21 - Added posibility to reset classification options back to default
  • Fixed issue #19 - Supported the changed classification types
  • Release issue #17 - Classified constant field separatly from fields
  • Fixed issue #26 - Classified destructor separately from regular method

2.0.0

2018-07-22

  • Release issue #3 – Added the custom option pages to Visual Studio option page
  • Added Italic and Font rendering size options to classification items
  • Added the predefined CoCo colors presets
  • Added posibility to manage (create, delete or apply) the colors presets
  • Breaking changes: Existing foreground and background might be lost (new version try to migrate existing options as far as it's possible)

1.2.1 (only for VS15)

2018-05-13

  • Fixed issue #16 - Supported the changed classification types
  • Breaking changes: all saved colors would be reset back to default values

1.2.0

2018-04-01

  • Added supporting for labels (goto mark:)
  • Added supporting for local functions (only for VS15)
  • Fixed classification for namespaces and them aliases
  • Improved a few names of Display Items

1.1.0

2018-03-17

  • Added supporting for range variables in LINQ
  • Fixed a small spelling mistakes

1.0.2

2017-10-08

  • Fixed issue #12 - Change order of format definitions to enable bold fonts

1.0.1

2017-09-10

  • Fixed issue #8 - Disable temporarily an analyzing of files except .cs files
  • Improved names of Display Items

1.0

2017-08-28

First release for vs2015 and vs2017