Skip to content

Commit

Permalink
release: 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Aug 2, 2021
1 parent a0e146c commit af43403
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Fanhuaji (繁化姬)

## 2.0.0

- refactor: drop ST 3 support (min requirement is ST 4105)

People can still use the legacy `1.3.3` release, which supports ST 3.

## 1.3.3

- fix: `fanhuaji_convert_panel` is not working
Expand All @@ -10,8 +16,8 @@
{
keys: ["alt+f", "alt+h", "alt+j"],
command: "fanhuaji_convert_panel",
},
];
}
]
```

## 1.3.2
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.3": "messages/update_message.md",
"2.0.0": "messages/update_message.md",
"install": "README.md"
}
14 changes: 3 additions & 11 deletions messages/update_message.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
Fanhuaji has been updated. To see the changelog, visit
Preferences » Package Settings » Fanhuaji » Changelog

## 1.3.3
## 2.0.0

- fix: `fanhuaji_convert_panel` is not working
- chore: add a default keybinding for the `fanhuaji_convert_panel` command
- refactor: drop ST 3 support (min requirement is ST 4105)

```js
[
{
keys: ["alt+f", "alt+h", "alt+j"],
command: "fanhuaji_convert_panel",
},
];
```
People can still use the legacy `1.3.3` release, which supports ST 3.

0 comments on commit af43403

Please sign in to comment.