File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## JSONView 3.0.2
2
+
3
+ - Fixed a regression in Firefox where JSON not served as UTF-8 (which is technically invalid) caused ugly characters to display in the formatted JSON.
4
+
1
5
## JSONView 3.0.1
2
6
3
7
- Fixed a regression where floating-point numbers were truncated to integers.
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " jsonview@brh.numbera.com" ,
3
- "version" : " 3.0.1 " ,
3
+ "version" : " 3.0.2 " ,
4
4
"name" : " jsonview" ,
5
5
"title" : " JSONView" ,
6
6
"description" : " View JSON documents in the browser." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 3 ,
3
3
"name" : " JSONView" ,
4
- "version" : " 3.0.1 " ,
4
+ "version" : " 3.0.2 " ,
5
5
"description" : " __MSG_extensionDescription__" ,
6
6
"author" : " Benjamin Hollis" ,
7
7
"homepage_url" : " https://jsonview.com/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 3 ,
3
3
"name" : " JSONView" ,
4
- "version" : " 3.0.1 " ,
4
+ "version" : " 3.0.2 " ,
5
5
"description" : " __MSG_extensionDescription__" ,
6
6
"author" : " Benjamin Hollis" ,
7
7
"homepage_url" : " https://jsonview.com/" ,
You can’t perform that action at this time.
0 commit comments