Skip to content

Commit 6bd0bf8

Browse files
author
Jan Schulte
authored
Merge pull request #74 from schultyy/fix/add-missing-changelog-entries
Fix/add missing changelog entries
2 parents 26113b6 + 3699369 commit 6bd0bf8

File tree

2 files changed

+64
-5
lines changed

2 files changed

+64
-5
lines changed

CHANGELOG.md

Lines changed: 63 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,68 @@
11
# Change Log
22

3-
All notable changes to the "better-seo" extension will be documented in this file.
3+
## 1.8.1
44

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
66

7-
## [Unreleased]
7+
## 1.8.0
88

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/schultyy/better-seo"
1515
},
16-
"version": "1.8.0",
16+
"version": "1.8.1",
1717
"icon": "resources/better_seo.png",
1818
"engines": {
1919
"vscode": "^1.55.0"

0 commit comments

Comments
 (0)