Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Sep 1, 2020
1 parent 31f03dc commit 337db14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Change Log for Typopo VS Code extension

## 1.0.0 // 2020-09-01
This version has no functional changes, but I’ve updated the icon and README.md, so it looks like a real extension.
- Add VS Code extension icon
- Update README.md
- Add LICENSE.txt



## 0.0.4 // 2020-08-25

### Fixes
- Change keyboard for shortcut from `Option+CMD+T` to `Ctrl+CMD+T`. Previous shortcut was colliding with `Close Other Editors in Group`.



## 0.0.3 // 2020-08-20
Fix typos in the selected text. As of this version you can:
- set your default language (en-us, de-de, cs, sk, rue)
- choose whether to remove empty lines the text selection
- choose whether to remove empty lines the text
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typopo-vscode",
"displayName": "Typopo",
"description": "Fix frequent microtypography errors in multiple languages in VS Code with Typopo",
"version": "0.0.4",
"version": "1.0.0",
"publisher": "brano",
"icon": "assets/typopo--logotype--128.png",
"engines": {
Expand Down

0 comments on commit 337db14

Please sign in to comment.