Skip to content

Releases: Logerfo/csharp-colors

0.1.8 - 2020-03-04

04 Mar 19:19
72c8143
Compare
Choose a tag to compare
  • Fixed some cases where floating points was not correctly recognized (#29).

0.1.7 - 2019-09-27

27 Sep 14:30
84a79d8
Compare
Choose a tag to compare
  • Support for zero-less float for new Color (e.g. .5f).
  • Fixed some float values being invalid for new Color because it would lead to a non-integer number when multiplied by 255. Those numbers are now floor rounded.
  • Fixed Unity's new Color and new Color32 targeting a, r, g, b instead of r, g, b, a (#25).

0.1.6 - 2019-09-27

27 Sep 13:34
735688d
Compare
Choose a tag to compare
  • Support for Unity Color32 (#25).

0.1.5 - 2019-07-31

31 Jul 20:54
caedb72
Compare
Choose a tag to compare
  • Support for Unity static colors (#24).
  • Fixed some missing color names (WhiteSmoke, Yellow and YellowGreen).

0.1.4 - 2019-07-31

31 Jul 12:57
e64119e
Compare
Choose a tag to compare
  • Support for Unity colors (#24).
    • new Color(float, float, float).
    • new Color(float, float, float, float).
    • Allows UnityEngine. leading qualifier.
  • Fixed Color.FromArgb (any overload) not allowing leading +.
  • Fixed Color.FromArgb not being highlighted when used with four arguments and there is one or more spaces before the first comma.
  • Source code is now more succinct and less error prone.

0.1.3 - 2019-05-13

28 Jun 15:45
6bdb85c
Compare
Choose a tag to compare

Removed the command from the palette.

0.1.2 - 2019-03-13

28 Jun 15:45
9deca48
Compare
Choose a tag to compare

Performance improvements.

0.1.1 - 2019-01-15

28 Jun 15:45
Compare
Choose a tag to compare

Fixed the close parenthesis being highlighted (FromArgb).
Fixed misplaced highlight when the method invocation has valid whitespace (FromArgb).

0.1.0 - 2019-01-10

28 Jun 15:45
Compare
Choose a tag to compare

The extension is now only activated when a C# file is open, instead of starting up with VS Code.

0.0.9 - 2019-01-04

28 Jun 15:44
Compare
Choose a tag to compare

Meta changes only.