Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbierner committed Sep 27, 2019
1 parent 1b21fbf commit b6745e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

## 0.5.2 - September 27, 2019
- Webpack extension. Thanks @usernamehw!

## 0.5.1 - April 18, 2019
- Set explicit `extensionKind` for VS Code compatability.
- Set explicit `extensionKind` for VS Code compatibility.
- Use ctrl+alt+i as default linux keybinding.

## 0.4.1 - June 13, 2018
Expand All @@ -22,11 +25,11 @@
* Increase opacity of inline emoji preview to work better across a range of themes.

## 0.2.1 - May 13, 2017
* Fix wrong datauri package listed in package.json
* Fix wrong `datauri` package listed in `package.json`

## 0.2.0 - May 13, 2017
* Continue tweaking when emojis are shown.
* Added support for showing emoji decorators inline for `:rocket:` sytax. Can also view large previews of the emojis by hovering
* Added support for showing emoji decorators inline for `:rocket:` syntax. Can also view large previews of the emojis by hovering

## 0.1.0 - May 12, 2017
- Tweak when completions are shown to not get in the way as much. They will no longer show when the colon is prefixed by a letter such as: `a:|`. In these cases, there must also be a letter after the colon before we show suggestions: `a:b|`
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -2,7 +2,7 @@
"name": "emojisense",
"displayName": ":emojisense:",
"description": "Adds suggestions and autocomplete for emoji",
"version": "0.5.1",
"version": "0.5.2",
"publisher": "bierner",
"icon": "media/icon.png",
"license": "MIT",
Expand Down

0 comments on commit b6745e5

Please sign in to comment.