Skip to content

Commit

Permalink
release: 1.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Sep 27, 2020
1 parent bc3330d commit 0ae9808
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Fanhuaji (繁化姬)

## 1.3.3

- fix: `fanhuaji_convert_panel` is not working
- chore: add a default keybinding for the `fanhuaji_convert_panel` command

```js
[
{
keys: ["alt+f", "alt+h", "alt+j"],
command: "fanhuaji_convert_panel",
},
];
```

## 1.3.2

- feat: use `sublime.QuickPanelItem()` if possible
Expand Down
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.3.2": "messages/update_message.md",
"1.3.3": "messages/update_message.md",
"install": "README.md"
}
14 changes: 11 additions & 3 deletions messages/update_message.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Fanhuaji has been updated. To see the changelog, visit
Preferences » Package Settings » Fanhuaji » Changelog

## 1.3.2
## 1.3.3

- feat: use `sublime.QuickPanelItem()` if possible
- fix: `fanhuaji_convert_panel` is not working
- chore: add a default keybinding for the `fanhuaji_convert_panel` command

This will require ST >= 4083.
```js
[
{
keys: ["alt+f", "alt+h", "alt+j"],
command: "fanhuaji_convert_panel",
},
];
```

0 comments on commit 0ae9808

Please sign in to comment.