Skip to content

Commit 8e38557

Browse files
madhurmadhurgames
andauthored
feat: prepare for next release (#19)
Co-authored-by: Madhur <[email protected]>
1 parent 1296506 commit 8e38557

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ Currently, following languages are supported, with plans to add more:
1313
* TypeScript
1414
* Dart
1515

16+
## KeyBindings
17+
18+
Use CTRL + ALT + F to trigger the format action through keyboard
19+
1620
## Contributors
1721
* [@alushpranav](https://github.com/alushpranav) - added support for Dart language
22+
* [@prabeljain](https://github.com/prabaljainn) - added support for new Leetcode UI
23+
* [@imsoumya18](https://github.com/prabaljainn) - added hotkey support (CTRL + ALT + F)
1824

1925
Send your feedback and any bug reports [here](https://github.com/madhur/leetcode-format-chrome-extension/issues)
2026

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Leetcode format",
3-
"version": "1.5",
3+
"version": "1.6",
44
"manifest_version": 3,
55
"description": "Adds Format code button on leetcode to format the code using Prettier code formatter",
66
"homepage_url": "https://github.com/madhur/leetcode-format-chrome-extension",

0 commit comments

Comments
 (0)