Skip to content

Commit 50984ef

Browse files
authored
chore: bump version to 0.12.0 (#11)
1 parent d443d0c commit 50984ef

File tree

5 files changed

+41
-30
lines changed

5 files changed

+41
-30
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
Extension to integrate [textlint](https://textlint.github.io/) into VSCode.
66

7-
> [!NOTE]
8-
> This repository is fork of [taichi/vscode-textlint](https://github.com/taichi/vscode-textlint).
9-
>
10-
> The [MIT License](LICENSE) from upstream repository continues to be honored and upheld.
11-
127
## Development setup
138

149
1. open `vscode-textlint.code-workspace` by VS Code
@@ -20,3 +15,9 @@ Extension to integrate [textlint](https://textlint.github.io/) into VSCode.
2015
1. run `npm ci` inside the **root** folder
2116
2. run `npm run package` inside the **root** folder
2217
3. run `npx vsce publish --packagePath ./packages/textlint/textlint-*.vsix` inside the **root** folder
18+
19+
## Acknowledgements
20+
21+
This project was originally created as [taichi/vscode-textlint](https://github.com/taichi/vscode-textlint). It has been transferred to the textlint organization since [v0.12.0](https://github.com/textlint/vscode-textlint/releases/tag/v0.12.0) for continued maintenance and development. We'd like to express our gratitude to [@taichi](https://github.com/taichi) and all contributors. For more details, please see [github.com/orgs/textlint/discussions/2](https://github.com/orgs/textlint/discussions/2).
22+
23+
The [MIT License](LICENSE) from the upstream repository continues to be honored and upheld.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/textlint-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-textlint-server",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Textlint Linter Server",
55
"repository": {
66
"type": "git",

packages/textlint/README.md

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,68 +46,78 @@ This extension contributes the following commands to the Command palette.
4646

4747
## Release Notes
4848

49+
### 0.12.0
50+
51+
- Change notification level from `ERROR` to `WARN` when executable file is not found ([#6](https://github.com/textlint/vscode-textlint/pull/6))
52+
- Thanks to @azu
53+
- Improve `.textlintignore` support using `linter.scanFilePath()` API ([#7](https://github.com/textlint/vscode-textlint/pull/7))
54+
- Thanks to @frozenbonito
55+
- Enable to emit activation events on all language files ([#8](https://github.com/textlint/vscode-textlint/pull/8))
56+
- Thanks to @iku12phycho
57+
4958
### 0.11.0
59+
5060
- Fix highlight range issue
51-
- thanks for @Yuiki
61+
- Thanks to @Yuiki
5262

5363
### 0.10.0
5464

55-
- vscode workspace support
56-
- prepare for web-extension
65+
- Add vscode workspace support
66+
- Prepare for web-extension
5767

5868
### 0.9.0
5969

60-
- add .textlintignore support
61-
- thanks for @frozenbonito
70+
- Add .textlintignore support
71+
- Thanks to @frozenbonito
6272

6373
### 0.8.0
6474

65-
- add option to choose languages and improve positioning of highlighted
66-
- thanks for @linhtto
75+
- Add option to choose languages and improve positioning of highlighted
76+
- Thanks to @linhtto
6777

6878
### 0.7.0
6979

70-
- add sets a target path support.
71-
- thanks for @bells17
80+
- Add sets a target path support
81+
- Thanks to @bells17
7282

7383
### 0.6.8
7484

75-
- change default value of `textlint.run` to `onSave`
76-
- run tests on Azure Pipelines.
85+
- Change default value of `textlint.run` to `onSave`
86+
- Run tests on Azure Pipelines
7787

7888
### 0.6.5
7989

80-
- add tex file support including `.tex`, `.latex`, `.doctex`.
81-
- this feature works with [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) and [textlint-plugin-latex2e](https://github.com/ta2gch/textlint-plugin-latex2e).
90+
- Add tex file support including `.tex`, `.latex`, `.doctex`
91+
- This feature works with [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) and [textlint-plugin-latex2e](https://github.com/ta2gch/textlint-plugin-latex2e)
8292

8393
### 0.5.0
8494

85-
- add `configPath` to configuration. recommend to use your user settings.
95+
- Add `configPath` to configuration. Recommend to use your user settings
8696

8797
### 0.4.0
8898

89-
- read configuration file from `HOME` dir
90-
- if you want to use global configuration, you should install textlint and plugins globally.
99+
- Read configuration file from `HOME` dir
100+
- If you want to use global configuration, you should install textlint and plugins globally
91101

92102
### 0.3.0
93103

94-
- update runtime dependencies
104+
- Update runtime dependencies
95105

96106
### 0.2.3
97107

98-
- add tracing option.
108+
- Add tracing option
99109

100110
### 0.2.2
101111

102-
- fix some bug.
112+
- Fix some bug
103113

104114
### 0.2.1
105115

106-
- add progress notification to StatusBar
116+
- Add progress notification to StatusBar
107117

108118
### 0.2.0
109119

110-
- Supports fixing errors.
120+
- Add support for fixing errors
111121

112122
### 0.1.0
113123

packages/textlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "textlint",
33
"displayName": "textlint",
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"description": "Integrates textlint into VS Code.",
66
"categories": [
77
"Linters"

0 commit comments

Comments
 (0)