|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -All notable changes to the "better-seo" extension will be documented in this file. |
| 3 | +## 1.8.1 |
4 | 4 |
|
5 | | -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. |
| 5 | +- Updates the change log file with all previous release information |
6 | 6 |
|
7 | | -## [Unreleased] |
| 7 | +## 1.8.0 |
8 | 8 |
|
9 | | -- Initial release |
| 9 | +- Requires vscode `1.55.0`. |
| 10 | +- Validates Article Length (see [#71](https://github.com/schultyy/better-seo/pull/71)) |
| 11 | +- Fixes an issue where the validator would count the total number of characters in a paragraph instead of the total number of words (see [#71](https://github.com/schultyy/better-seo/pull/71)) |
| 12 | + |
| 13 | +## 1.7.1 |
| 14 | + |
| 15 | +Fixing Links in README so screenshots are visible in the VSCode marketplace. See [#62](https://github.com/schultyy/better-seo/pull/62) for details. |
| 16 | + |
| 17 | +## 1.7.0 |
| 18 | + |
| 19 | +- Improved error messages for multiple first-level headlines |
| 20 | +- Allow users to click on locations and move cursor directly to the position |
| 21 | + |
| 22 | +See [#54](https://github.com/schultyy/better-seo/pull/54) for details. |
| 23 | + |
| 24 | + |
| 25 | +## 1.6.0 |
| 26 | + |
| 27 | +Add mdx as supported file extension (See [#42](https://github.com/schultyy/better-seo/pull/42)) Thank you [@phartenfeller](https://github.com/phartenfeller)! |
| 28 | + |
| 29 | +## 1.5.0 |
| 30 | + |
| 31 | +This release ships with a new validator to ensure paragraph length. See [#14](https://github.com/schultyy/better-seo/issues/14) for more details. |
| 32 | +Also increasing the required VSCode version to 1.54. |
| 33 | + |
| 34 | +## 1.4.0 |
| 35 | + |
| 36 | +This release ships with more sophisticated keyword analysis for frontmatter and the article header. |
| 37 | + |
| 38 | +- If the user has several keywords configured, only the top two keyword should appear in `seo_title`. |
| 39 | +- If the user has several keywords configured, only the top one should appear in the article title. |
| 40 | +- If the user has several keywords configured, only the top two should appear in `seo_description`. |
| 41 | +- Makes sure the top keyword doesn't appear more than once in `seo_description`. |
| 42 | +- We partially match the keyword in `seo_title` and the article title. |
| 43 | + |
| 44 | +See ticket [#5](https://github.com/schultyy/better-seo/issues/5) and PR [#18](https://github.com/schultyy/better-seo/pull/18) |
| 45 | + |
| 46 | + |
| 47 | +## 1.3.0 |
| 48 | + |
| 49 | +Ships with new Icons [#16](https://github.com/schultyy/better-seo/pull/16) |
| 50 | + |
| 51 | +## 1.2.1 |
| 52 | + |
| 53 | +Resolves a problem where treeview items wouldn't collapse. See [#15](https://github.com/schultyy/better-seo/pull/15) for details |
| 54 | + |
| 55 | +## 1.2.0 |
| 56 | + |
| 57 | +Allows users to configure frontmatter field identifiers for title and descriptions. |
| 58 | + |
| 59 | +## 1.1.0 |
| 60 | + |
| 61 | +- Comes with a new view and commands |
| 62 | +- More Icons |
| 63 | +- Fixed validation structures |
| 64 | +- Header Validation |
| 65 | + |
| 66 | +## 1.0.1 |
| 67 | + |
| 68 | +Initial Release |
0 commit comments