Skip to content

Commit

Permalink
🎉V2.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav-kr committed Sep 21, 2023
1 parent afc7c7f commit 76a075b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# CHANGELOG
* 🎨 Themes are available now with over 60+ themes to choose from for both Light and Dark Mode
* ➕ Added `Word Wrap` option
* ➕ Added `Sorting Order` option for object keys
* ✨ Added Support For More Browsers
* ⚡ Toolbar is now hidden by default for better viewing experience and less distraction
* ⚡ Trailing Lines for ease of copying
* ⚙️ Other Minor UI Improvements and Bug Fixes
# CHANGELOG V2.0.4
* 🐞 Fix [#17](https://github.com/arnav-kr/json-formatter/issues/17): Chrome Native UI Blocking JSON Formatter.
* ➕ Add [#11](https://github.com/arnav-kr/json-formatter/issues/11) and [#15](https://github.com/arnav-kr/json-formatter/issues/15): Word Wrapping for `Parsed` as well as `Formatted Raw`` Mode.
* 🐞 Fix [#13](https://github.com/arnav-kr/json-formatter/issues/13): Empty Object shows up as `[object Object]` and issues with nicely displaying Japanese Text.
* 🐞 Fix: Whats New Popup not dismissible for some users.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

### A Browser Extensions for formating and prettifying JSON but better.

**[V2.0.3.0 CHANGELOG](CHANGELOG.md)**
![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/gpmodmeblccallcadopbcoeoejepgpnb?style=flat-square&logo=googlechrome&logoColor=%23fff&label=%20&color=%234285F4&labelColor=%233d3d3d)
![Chrome Web Store](https://img.shields.io/chrome-web-store/rating/gpmodmeblccallcadopbcoeoejepgpnb?style=flat-square&logo=googlechrome&label=Webstore%20Rating&logoColor=%23fff&color=%234285F4&labelColor=%233d3d3d&link=https%3A%2F%2Fchrome.google.com%2Fwebstore%2Fdetail%2Fjson-formatter%2Fgpmodmeblccallcadopbcoeoejepgpnb)
![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/gpmodmeblccallcadopbcoeoejepgpnb?style=flat-square&logo=googlechrome&label=Webstore%20Users&logoColor=%23fff&color=%234285F4&labelColor=%233d3d3d&link=https%3A%2F%2Fchrome.google.com%2Fwebstore%2Fdetail%2Fjson-formatter%2Fgpmodmeblccallcadopbcoeoejepgpnb)
![GitHub](https://img.shields.io/github/license/arnav-kr/json-formatter?style=flat-square&logo=github&logoColor=white&label=GitHub&labelColor=%233d3d3d&color=%234285F4)


**[V2.0.4.0 CHANGELOG](CHANGELOG.md)**

## Features:
* 60+ Themes for both Light and Dark Mode
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.3",
"version_name": "Version 2.0.3 Beta",
"version": "2.0.4",
"version_name": "Version 2.0.4 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
2 changes: 1 addition & 1 deletion extension/whats-new.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</button>
<main class="container">
<h2>Your JSON Formatter got updated!</h2>
<p>We have fixed some bugs related to the browser native UI and whats new screen.</p>
<p>We have fixed some bugs related to the browser native UI, whats new screen and imporved accessibility for japanese text and more.</p>
<p>Check out <a rel="noopener" class="link" target="_blank" title="Changelog"
href="https://github.com/arnav-kr/json-formatter/blob/main/CHANGELOG.md">CHANGELOG</a> for more information.</p>
<p>Thank you for your continued support!</p>
Expand Down

0 comments on commit 76a075b

Please sign in to comment.