From b198c4d96d86d09c07f7cffc5887064be3dd063a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 6 Jun 2022 04:00:58 +0200 Subject: [PATCH] Write a good changelog --- CHANGELOG.md | 46 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d9784..20ab6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,49 @@ # Change Log -## [0.6.0] - 2022-05-21 +## 0.7.0 - 2022-06-06 -- :sparkles: Add support for Prisma -- :sparkles: Add support for SQL +- :wrench: Format HTML entities as "String escapes" \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/17d55944d919da07b7c1a2e16c62db86d4355939)\] +- :wrench: Format Prisma `datasource` and `client` names as "Function declarations" \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/68f4482ac3b6f8bb7447738361d2510c0169a8d6)\] +- :bug: Fix Markdown link coloration \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/475c54c4370261e822c36c6a52c1488004a803ff)\] +- :bug: Fix TypeScript directives tag colors \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/79e6ad49cfed6ec6b1b5e77b9122139181f87156)\] +- :sparkles: Format TypeScript triple-slashes as "Metadata" \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/a12bf6fb17ff1f3d04b7f53b7aa74332e43064e3)\] +- :spiral_notepad: Add links to the CHANGELOG [@Steffo99] -## [0.5.0] - 2022-05-04 +## [0.6.0](https://github.com/Steffo99/steffula-code/commit/c070c9401e81fa1c8113a21404fac757e6fce8a3) - 2022-05-21 -- :sparkles: Add support for Elixir (`JakeBecker.elixir-ls`) +- :sparkles: Add support for Prisma \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/cfd389446e10e085edfad97dc3786b9b8ef9070a), [@Steffo99](https://github.com/Steffo99/steffula-code/commit/9bedae8e1d714697746719e8586708f625b63d5b)\] +- :sparkles: Add support for SQL \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/0935312a589097aa629416c5716e86cd639c59cf)\] -## [0.4.2] - 2022-03-10 +## [0.5.0](https://github.com/Steffo99/steffula-code/commit/2a883507f6ab852687a32e2188b148699f855228) - 2022-05-04 -- :sparkles: Add support for Jinja tags (`samuelcolvin.jinjahtml`) +- :sparkles: Add support for `JakeBecker.elixir-ls` -## ... +## [0.4.2](https://github.com/Steffo99/steffula-code/commit/2b490142789d535afef6b5dcbefa8fe7a319cc66) - 2022-03-10 -I forgot to write the changelog for a few versions. +- :sparkles: Add support for `samuelcolvin.jinjahtml` -Oops! +## [0.4.1](https://github.com/Steffo99/steffula-code/commit/4415986147954f4d762157b68e39065bcb6a8428) - 2022-02-23 + +- :wrench: Improve support for Rust \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/762e7eb213a39c0ddc2aa8ee16470b5d5011fdb4)\] +- :sparkles: Add support for requirements.txt \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/8b3903f833e806d09743141997b3848bb2992a93)\] +- :wrench: Format YAML multiline blocks as "Byte-strings" \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/6fbe9ec41ea2b35e25593b754b4265f26342620f)\] +- :sparkles: Add support for GodotScript \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/18a5fcf67c63216f8ade39819bd9a530a5a67c41)\] +- :sparkles: Add support for SCSS \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/43f9264138be299dc8ed327fd264bc68f6e3954e)\] +- :wrench: Improve support for TeX and Markdown \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/f63c95939ea7ebd4b38205f4ff319f87a4ba59e4), [@Steffo99](https://github.com/Steffo99/steffula-code/commit/af4bf824ad10ea0f4f1a1ae4c85b9c7531041a29)\] + +## [0.4.0](https://github.com/Steffo99/steffula-code/commit/b0af6523a28ecf3fe4265973a7d42036bad0ffce) - 2022-02-03 + +- :wrench: Improve TypeScript support \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/f63c95939ea7ebd4b38205f4ff319f87a4ba59e4), [@Steffo99](https://github.com/Steffo99/steffula-code/commit/733e62f736380720a1bdf66f18d0a2b5613879d0)\] + +## [0.3.0](https://github.com/Steffo99/steffula-code/commit/67d5829feaee8b1c7b72b9de3bbbaa8bf08335fb) - 2022-01-13 + +- :wrench: Improve some UI colors \[[@Steffo99](https://github.com/Steffo99/steffula-code/commit/f63c95939ea7ebd4b38205f4ff319f87a4ba59e4), [@Steffo99](https://github.com/Steffo99/steffula-code/commit/d2bfddc7884ba02c1fbd910177d0d30c25cbe1f2)\] + +## [0.2.0]() + +- :diamond_shape_with_a_dot_inside: Miscellaneous improvements ## [0.1.0] - 2022-01-10 -- Initial release +- :tada: Initial release