Skip to content

Commit

Permalink
changelog update for #60 and #61 snippet toggles tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Apr 8, 2021
1 parent 8fe1873 commit 12694d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

See [releases](https://github.com/RandomFractals/vscode-snippets-viewer/releases) for source code and `snippets-viewer.vsix` extension package download.

## v1.9.0 - [2021-04-08]
- [#60](https://github.com/RandomFractals/vscode-snippets-viewer/issues/60)
Combine snippets tree view toggles for grouping and sorting snippets
- [#61](https://github.com/RandomFractals/vscode-snippets-viewer/issues/61)
Add dedicated insert snippet inline context menu to snippet tree view items

## v1.8.0 - [2021-04-07]
- [#55](https://github.com/RandomFractals/vscode-snippets-viewer/issues/55)
Map Python snippets to use .py file icons in the snippets tree view
- [#57](https://github.com/RandomFractals/vscode-snippets-viewer/issues/57)
Show all snippets viewer extension bades on one line in docs
Show all snippets viewer extension badges on one line in docs
- [#58](https://github.com/RandomFractals/vscode-snippets-viewer/issues/58)
Resolve snippets tree view initialization when there are no user snippets

Expand Down
3 changes: 1 addition & 2 deletions src/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"snippets.viewer.expandSnippetFiles": true,
"snippets.viewer.sortSnippetsByName": true,
"snippets.viewer.combineLanguageSnippets": false
"snippets.viewer.sortSnippetsByName": true
}

0 comments on commit 12694d3

Please sign in to comment.