Skip to content

Releases: robertrossmann/vscode-remedy

3.4.1

04 Dec 11:43
Compare
Choose a tag to compare

3.4.1 (2019-12-04)

Bug Fixes

  • use more subtle background for error lens extension (6e1f244)

3.4.0

26 Nov 15:00
Compare
Choose a tag to compare

3.4.0 (2019-11-26)

Features

3.3.1

17 Nov 00:15
Compare
Choose a tag to compare

3.3.1 (2019-11-17)

Bug Fixes

  • make editor code lens text fit better into the colour scheme (ce24489)

3.3.0

15 Nov 04:42
Compare
Choose a tag to compare

3.3.0 (2019-11-15)

Bug Fixes

  • use more appropriate colour for lightbulb (dd92c42)

Features

  • use theme colours for some Outline & breadcrumb symbols (7f92495)

3.2.0

13 Nov 03:15
Compare
Choose a tag to compare

3.2.0 (2019-11-13)

Bug Fixes

  • update breadcrumb colours to better fit into the UI (715e59b)

Features

  • style the lightbulb's colour (eb1d654)
  • use accent colour for activity bar's border ❤️ (d760008)
  • use theme colours for some notification icons (7ecda0c)

3.1.0

01 Nov 12:58
Compare
Choose a tag to compare

3.1.0 (2019-11-01)

Bug Fixes

  • update Marketplace description (ab992bc)

Features

  • include MacOS Terminal profile 🍎 (ab72975)

3.0.2

01 Nov 10:21
Compare
Choose a tag to compare

3.0.2 (2019-11-01)

Bug Fixes

  • use accent colour for menu selection background (1cd0d30), closes #2

3.0.1

31 Oct 19:51
Compare
Choose a tag to compare

3.0.1 (2019-10-31)

Bug Fixes

  • use correct link for Git Diff screenshot (a826242)

3.0.0

31 Oct 16:29
Compare
Choose a tag to compare

3.0.0 (2019-10-31)

Features

  • add styles for GitLens extension 😍 (cf8d1d9)
  • add styles for LintLens extension (997eb71)
  • make drop backgrounds more subtle (a2ddcb9)
  • make editor background more "colourless" (8ca46f5)
  • make list items more prominent when selected / focused (f6c27ac)
  • make status bar item hover more decent (2296d0e)
  • tweak bracket mach highlights (afb6a48)
  • use orange for all accents (675b8d5)
  • use text colour for line & selection highlights (c71beec)

BREAKING CHANGES

  • Orange is the new red. 😍

The reddish accents were great and all but the accents frequently clashed with diffs, errors and other things which are expected to be red by their very nature. Using a different accent we are free of those clashes. Don't worry, though, the orange still looks awesome! 🎨

  • Previously, the current line highlight and selection highlight used the accent (red) colour. While it seemed like a good idea in the beginning due to various consistency reasons, it turned out to be rather a bad choice - red is also used in the diff view and selecting anything in the diff view, or simply trying to find the line where the cursor is currently placed by colour was almost impossible as they blended completely with the diff.

Changing the highlights to a very light variant of the base text colour improves the overal experience quite significantly. 🎨

2.2.1

23 Oct 09:51
Compare
Choose a tag to compare

2.2.1 (2019-10-23)

Bug Fixes

  • make black & white terminal colours more prominent (3c3f2dd)