Skip to content

Releases: mattmaniak/inkpot-gc-vsc

Release 1.5.1

30 Jan 20:19
Compare
Choose a tag to compare

[1.5.1] - 2025-01-30

Changed

Fixed

  • Outdated colors on the screenshot.

Release 1.5.0

29 Jan 21:54
Compare
Choose a tag to compare

[1.5.0] - 2025-01-29

Changed

  • Keyword, preprocessor and punctation common color code to a brighter greenish blue found originally in inkpot_gc.vim.

Fixed

  • 1.4.4 typo in changelog.

Release 1.4.4

21 Oct 11:54
Compare
Choose a tag to compare

[1.4.4] - 2024-10-21

Fixed

  • Selection Highlight Backround color as orange was overlapping a markdown text.

Release 1.4.3

30 Jun 18:52
Compare
Choose a tag to compare

[1.4.3] - 2024-06-30

Fixed

  • 1.4.2 release date in changelog.

Release 1.4.2

30 Jun 18:51
Compare
Choose a tag to compare

[1.4.2] - 2024-06-30

Fixed

  • Find Match Highlight Background that made some found code invisible when matched.

Release 1.4.1

26 Jun 19:34
Compare
Choose a tag to compare

[1.4.1] - 2024-06-26

Fixed

  • Regular Expressions color.

Release 1.4.0

20 Jun 14:31
Compare
Choose a tag to compare

[1.4.0] - 2024-06-20

Added

  • Custom Gallery Banner color for Visual Studio Marketplace.

Release 1.3.0

20 Jun 14:23
Compare
Choose a tag to compare

[1.3.0] - 2024-06-20

Added

  • Diff colors for Edtitor Gutter (line numbers) when comparing changes.

Changed

  • Input placeholder color to the same as the input's text. Like in the original Dark Modern theme.
  • Status Bar Debugging Background to green-blue instead of a warning-like orange.

Fixed

  • Lack of contrast of markup text in "diff added" sections of a code due to the almost same colors used. It is done via implementing half-transparent color for a changed text.

Release 1.2.0

05 Jun 12:15
Compare
Choose a tag to compare

[1.2.0] - 2024-06-05

Added

  • A Marketplace icon.

Fixed

  • Non-contrasting focus border to much brighter one.

Release 1.1.3

05 Jun 11:30
Compare
Choose a tag to compare

[1.1.3] - 2024-06-05

Added

  • A license type in package.json.

Fixed

  • Keywords limitation to 5 in package.json as mentioned in the Extension Manifest's docs.