Skip to content

Latest commit

 

History

History
237 lines (181 loc) · 15.7 KB

CHANGELOG.md

File metadata and controls

237 lines (181 loc) · 15.7 KB

Change Log

[3.0.2] (2022-07-30)

House Keeping

  • Adding Sponsor link to package.json (c2b4992), closes #409

[3.0.1] (2022-07-30)

Features

  • Enabling Better Comments to run within VSCode for the Web (3c4a6ac). Massive thanks to tanhakabir

[3.0.0] (2022-04-05)

Features

  • Adding built in support for all languages (e1373bf). Massive thanks to edgardmessias

House Keeping

  • Version bumped all dependencies
  • Language support is now driven from configuration files. This means that if you have an extension which informs VSCode about a language, Better Comments will know about it too!
  • Problems are likely to arise with this change, but it allows a lot more users to benefit from Better Comments without needing an explicit update for the extension adding support.

With version 3.0.0 comes the addition of the support button on the Github page for Better Comments
If you feel my work on this extension has earned me a coffee, that's the place to do it!

Thanks!

[2.1.0] (2020-07-13)

Features

  • Adding Bold, Italic, and Underline (e41ccc4), closes #50. Massive thanks to Fr33maan
  • Adding XML support
  • Adding BrightScript support

Bug Fixes

[2.0.5] (2019-05-15)

Features

[2.0.4] (2019-05-14)

Bug Fixes

Features

  • Supporting remote development, closes #147. Thanks mjbvz
  • Adding Elm support, merges #146. Thanks ChristianPredebon

[2.0.3] (2018-11-04)

Features

[2.0.2] (2018-10-10)

Bug Fixes

  • Fixing single line CSS comments(469a93f), closes #109
  • Fixing support for multiline Haskell comments (498016a), closes #102

Features

[2.0.1] (2018-09-26)

Bug Fixes

  • Fixing issue where JSDoc block comments weren't being detected properly (7cb9126), closes #101

[2.0.0] (2018-09-20)

Features

  • Block comments for lots and lots of languages. Please raise a bug or feature request if I've missed any!
  • Added support for HTML
  • Added support for Twig
  • Added support for Puppet

House Keeping

  • I decided a major version release was appropriate for this one as it's a pretty huge set of changes in terms of how the extension functions
  • It's now possible to add block comment formatting for any new languages as required. Sorry it took so long!

[1.3.0] (2018-09-13)

Features

  • Adding support for Bibtex/Biblatex (d1f06b6), thanks to JavierReyes945, merges #96
  • Adding support for Verilog HDL (b368b17), closes #84

Bug Fixes

  • Fixing multiline comment support for SAS and Stata (4b40bd9), closes #95

[1.2.9] (2018-09-08)

Features

  • Adding support for PlantUML (9a446a3), thanks to JavierReyes945, closes #94

[1.2.8] (2018-09-03)

Features

[1.2.7] (2018-09-02)

Features

House Keeping

  • Updating README to reflect actual styntax better (71f9019), merges #77
  • Messed up the incrementing of the version on this one with the gdscript merge so just pushing this as 1.2.7 for convenience

[1.2.5] (2018-06-04)

Features

Bug Fixes

  • Fixing plaintext highlight even when setting is false (7939ca2), closes #73

[1.2.4] (2018-05-31)

Features

  • Adding new property for tags: backgroundColor (3e7a188), closes #66
    • default: transparent
  • Adding support for: PlainText (27ff774), closes #39
    • PlainText support must be turned on in the settings: highlightPlainText
  • Adding support for: Vue.js (2b14d2e), closes #71
  • Adding support for: nim (73a55f6), merges #68
  • Adding support for: HiveQL and Pig (e1653ef), merges #63

[1.2.3] (2018-05-20)

Features

Bug Fixes

  • Fixing support for SCSS (2b3919f), closes #60
  • Fixing Python to prevent first line of the file being detected as a comment,
    (438e0a6), closes #61

[1.2.2] (2018-04-15)

Features

  • Adding support for: JSON with comments (6f0b330), closes #51
  • Adding support for: AL (de86410), closes #54
  • Adding support for: TypeScript React (.tsx) (e884b37), closes #56

[1.2.1] (2018-03-20)

Features

  • Adding support for: Terraform (c5edd8d), closes #48

Bug Fixes

  • Fixing logic to run the decorations properly when switching back from an unsupported language (756e0e0), closes #47
  • Fixing decoration of strikethrough on multiline comments to start in the correct location (c4372e7), closes #46

[1.2.0] (2018-03-19)

Features

  • Adding support for: Clojure, Racket, Lisp (88e0720), merges #40
  • Adding support for: Yaml (e9f40a0), merges #37
  • Adding support for: Pascal (655f61f), closes #41

Bug Fixes

  • Fixing crash when unsupported language is opened in the window (e9f40a0), closes #35

[1.1.9] (2018-02-11)

Features

  • Adding support for Julia (1b24ce1)

[1.1.8] (2018-01-23)

Features

  • Adding support for GraphQL (bcfcefa), closes #28

Bug Fixes

  • Expanding non-JSDoc block comment detection (dccd467), closes #20

[1.1.7] (2018-01-07)

Bug Fixes

  • Fixing comment detection when tabs are used to start the comment (2f08fb9), closes #25, thanks to bekorn

[1.1.6] (2018-01-15)

Features

  • Adding multiple new languages (586f325), thanks to Jooseppi12

[1.1.5] (2018-01-14)

Bug Fixes

  • Fixing multiline comment detection with non-English characters (deff42b), closes #24

[1.1.4] (2018-01-04)

Features

  • Adding activation event and new comment type for VB.NET ("vb") (45199a9), closes #21

[1.1.3] (2017-12-22)

Features

  • Adding activation event for React ("javascriptreact") (e54ae83), closes #19

[1.1.2] (2017-12-16)

Bug Fixes

  • Fixed wrong delimiter for Lua (4bb1e2f), closes #17

[1.1.1] (2017-12-12) : Accidental Increment

Bug Fixes

  • Fixing issue with options configuration (0a00618), closes #16

[1.0.0] (2017-12-06)

Bug Fixes

  • Fixing support for JSDoc style block comments (69a36bf), closes #13

Features

  • Adding support for MANY languages (0e7eab9), closes #8, #9
  • Adding customisable comment annotation indicators, closes #11

[0.1.3] (2017-07-17)

Bug Fixes

  • Fixing an issue where multi-line comments would not be detected if preceded by some indentation (c36821b)

Features

  • Adding language support for Go

Thanks to pwebly for both of these additions :)

[0.1.2] (2017-07-14)

Bug Fixes

  • Fixing issue with TODO and : in multiline comments (5f4d049), closes #5

[0.1.1] (2017-07-12)

Features

  • Adding language support for C (thanks to TheWhoAreYouPerson) (6f3b852)
  • Adding support for multiline comments (special thanks to kurozael for the suggestion and help implementing) (cc82fca)
    • Also adding contribution point for this: multilineComments: set this to false to disable

[0.1.0] (2017-06-15)

Features

  • Adding new comment type contribution point: highlightColor (07bd22f)

Bug Fixes

  • Fixing issue where comment format conflicts with linters expecting a space after initial // (special thanks to TobiasBales)

House Keeping

  • Added TravisCI config to run unit tests on check in (bd4b7b2)
  • Updated README and demo image to show new comment type (0cbbccb)

[0.0.3] (2017-06-09)

Initial release to VSCode marketplace