Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0x219 committed Dec 19, 2022
1 parent b37935c commit 50cdaf3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
> - 🚀 Performance
> - 📝 Documentation
## [v2.0.0] (2022-12-20)

### ✨ Feature

- Support all themes of Github.
- Support copying of code blocks.
- Support localization.

### 💥 Breaking

- Refactored theme configuration. (There are now three options, Theme Mode, Light Theme, and Dark Theme)
- Deprecated the ability to sync editor themes.

### 🚧 Maintenance

- Update dependency @types/node to v18.11.17.
- Update dependency esbuild to v0.16.9.

## [v1.2.0] (2022-12-14)

### ✨ Feature
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Please see the [VSCode Markdown Preview documentation](https://code.visualstudio
- [Markdown Syntax Reference](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
- [Emoji Cheat Sheet](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md)

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=lzm0x219/vscode-markdown-github&type=Date)](https://star-history.com/#lzm0x219/vscode-markdown-github&Date)

## License

[MIT](./LICENSE) © Monet Bird
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-markdown-github",
"displayName": "Markdown Github Preview",
"version": "1.2.0",
"version": "2.0.0",
"description": "A GitHub-style VSCode built-in markdown preview plugin.",
"categories": [
"Other"
Expand Down

0 comments on commit 50cdaf3

Please sign in to comment.