Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tahabasri committed May 17, 2022
1 parent 4d7f48c commit 09c86b9
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 51 deletions.
45 changes: 41 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,51 @@
# Change Log

## Version 1.1.1
### 2.2.0

- [[#37](https://github.com/tahabasri/snippets/pull/37)] Add feature to Import/Export Snippets.
- [[#43](https://github.com/tahabasri/snippets/pull/43)] Customize suggestions trigger key.
- [[#44](https://github.com/tahabasri/snippets/pull/44)] Show confirmation alert before removing snippet/folder.

### 2.1.1

- Update vulnerable dependencies.

### 2.1.0

- Provide snippets as suggestions via IntelliSense or by typing character '`>`'.
- Update vulnerable dependencies.

### 2.0.2

- Provide safer logic when dealing with restore process.
- Rename backup instead of deleting it.

### 2.0.0

- Use `globalState` as default snippets location. No more files in filesystem !
- Enable sync using VSCode API.
- Polish the usability of option `snippets.useWorkspaceFolder`.
- Refresh snippets across multiple open workspaces in more efficient way.
- Add GitHub Actions to automate Code Analysis.

### 1.2.1

- Fix typos in code + ESLint warnings.

### 1.2.0

- Set workspace specific snippets and allows snippets to sync via git with your `.vscode` folder.

### 1.1.1

- [[#18](https://github.com/tahabasri/snippets/pull/18)] Make default snippets path available after fresh installation.

## Version 1.1.0
### 1.1.0

- [[#16](https://github.com/tahabasri/snippets/pull/16)] Sync snippets across open workspaces.
- [[#8](https://github.com/tahabasri/snippets/pull/8)] Enable/disable snippets syntax resolving.
- [[#14](https://github.com/tahabasri/snippets/pull/14)] Change default snippets location using settings property `snippets.snippetsLocation`.

## Version 1.0.0
### 1.0.0

- Initial release.
Initial release of the extension.
45 changes: 1 addition & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,52 +126,9 @@ We recommend **upgrading to version 2+** to fix such issues.
<img src="https://raw.githubusercontent.com/tahabasri/snippets/main/images/issues/01-issue-windows-permissions.png"
alt="Permissions issue">


## Release Notes

### 2.1.1

- Update vulnerable dependencies.

### 2.1.0

- Provide snippets as suggestions via IntelliSense or by typing character '`>`'.
- Update vulnerable dependencies.

### 2.0.2

- Provide safer logic when dealing with restore process.
- Rename backup instead of deleting it.

### 2.0.0

- Use `globalState` as default snippets location. No more files in filesystem !
- Enable sync using VSCode API.
- Polish the usability of option `snippets.useWorkspaceFolder`.
- Refresh snippets across multiple open workspaces in more efficient way.
- Add GitHub Actions to automate Code Analysis.

### 1.2.1

- Fix typos in code + ESLint warnings.

### 1.2.0

- Set workspace specific snippets and allows snippets to sync via git with your `.vscode` folder.

### 1.1.1

- Make default snippets path available after fresh installation.

### 1.1.0

- Sync snippets across open workspaces.
- Enable/disable snippets syntax resolving.
- Change default snippets location using settings property `snippets.snippetsLocation`.

### 1.0.0

Initial release of the extension.
Check [CHANGELOG.md](CHANGELOG.md) for full release notes.

## Feedback

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Snippets",
"description": "Manage your code snippets without quitting your editor.",
"version": "2.2.0",
"preview": true,
"preview": false,
"license": "SEE LICENSE IN LICENSE.txt",
"publisher": "tahabasri",
"author": {
Expand Down

0 comments on commit 09c86b9

Please sign in to comment.