Skip to content

Commit

Permalink
V2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav-kr committed Aug 9, 2024
1 parent 5b39f39 commit c4c8f99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# CHANGELOG V2.0.6
* 🐞 Fix [#23](https://github.com/arnav-kr/json-formatter/issues/23) Bug: JSON is altered before previewing
* ✨ Feat [#22](https://github.com/arnav-kr/json-formatter/issues/22) Support running in iframes
* Fix [#25](https://github.com/arnav-kr/json-formatter/issues/25)
* ✨ Feat [#18](https://github.com/arnav-kr/json-formatter/issues/18) Collapse/Exapnd All option
* ✨ Feat: New Right Click Context Menu
# CHANGELOG V2.1.6
* ✨ Feat [#26](https://github.com/arnav-kr/json-formatter/issues/26) Ability to customize keyboard shortcuts
* 🐞 Minor Bug Fixes
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![GitHub](https://img.shields.io/github/license/arnav-kr/json-formatter?style=flat-square&logo=github&logoColor=white&label=GitHub&labelColor=%233d3d3d&color=%234285F4)](https://github.com/arnav-kr/json-formatter)


**[V2.0.6.0 CHANGELOG](CHANGELOG.md)**
**[V2.1.6.0 CHANGELOG](CHANGELOG.md)**

## Features:
* 60+ Themes for both Light and Dark Mode
Expand All @@ -25,6 +25,7 @@
* Collapse/Expand All option
* Remembers Theme Preferences
* Shortcut Keys for ease of use
* Customize Shortcut Keys
* Collapsible Toolbar

<a href="https://chrome.google.com/webstore/detail/json-formatter/gpmodmeblccallcadopbcoeoejepgpnb"><img src="https://user-images.githubusercontent.com/72879799/229783871-ec49dba0-5c17-411b-892a-6ba0abee3fe7.svg" alt="Add to Chrome" height="64px"/></a>
Expand All @@ -33,7 +34,7 @@

<a href="https://microsoftedge.microsoft.com/addons/detail/json-formatter/hdebmbedhflilekbidmmdiaiilaegkjl"><img src="https://user-images.githubusercontent.com/72879799/229780863-e60a44cd-a768-47d8-9755-c46075c3751b.svg" alt="Add to Microsoft Edge" height="64px"/></a>

### Shortcut Keys Reference:
### Default Shortcut Keys Reference:
* `P` - Parsed View
* `R` - Raw View
* `Shift + R` - Formatted Raw View
Expand All @@ -42,6 +43,8 @@
* `]` - Expand All
* `T` - Toggle Toolbar

Moreover, you can customize these shortcut keys as per your convenience from the extension settings.


## Screenshots:

Expand Down
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "JSON Formatter",
"short_name": "JSON Formatter",
"version": "2.0.6",
"version_name": "Version 2.0.6 Beta",
"version": "2.1.6",
"version_name": "Version 2.1.6 Beta",
"manifest_version": 3,
"description": "Formats JSON automatically! Open Source, Available with 60+ Themes, Syntax Highlighting, automatically linkifies links and more.",
"author": "Arnav",
Expand Down

0 comments on commit c4c8f99

Please sign in to comment.