Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Release version 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 14, 2022
1 parent 2ec5d93 commit 421f28e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/breezy-oranges-end.md

This file was deleted.

12 changes: 9 additions & 3 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# grammarly
# Changelog

## 0.22.0

- ce4c6cb: Add **Files > Include** and **Files > Exclude** setting
- Deprecate setting `grammarly.patterns` in favor of `grammarly.files.include`
- Add `grammarly.files.include` and `grammarly.files.exclude` settings for selecting documents

## 0.20.0

- 2de7e79: Support for connected Grammarly account in web extension (https://github.dev and https://vscode.dev)
- 75fce63: Pause text checking session
- Commands:
- `Grammarly: Pause text check` — Available when active editor has an active Grammarly session
- `Grammarly: Resume text check` — Available when active editor has a paused Grammarly session
- `Grammarly: Pause text check` — Available when the active editor has an active Grammarly session
- `Grammarly: Resume text check` — Available when the active editor has a paused Grammarly session
- `Grammarly: Restart language server`
- Configuration:
- `grammarly.startTextCheckInPausedState` — When enabled, new text checking session is paused initially
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "znck",
"displayName": "Grammarly",
"description": "A grammar checking for Visual Studio Code using Grammarly.",
"version": "0.20.0",
"version": "0.22.0",
"icon": "assets/logo.png",
"preview": true,
"engines": {
Expand Down

0 comments on commit 421f28e

Please sign in to comment.