diff --git a/README.md b/README.md
index f77843d..bddce25 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ Features
* Counts items and properties in a collection
* Show JSON path of the elements on hover and copy it with the context menu
* Option to start with JSON collapsed
+* Recognize nested JSON strings in properties value
A background worker is used to prevent the UI freezing when processing very long JSON pages.
diff --git a/extension/changelog.html b/extension/changelog.html
index d09c098..a7713ef 100644
--- a/extension/changelog.html
+++ b/extension/changelog.html
@@ -8,19 +8,25 @@
DJSON - ChangeLog
We just updated the extension... check out what's new!!!
-
v0.4.2 (latest)
+
v0.4.3 (latest) - 05/06/2017
+
+
Simplified the view json flow. Now it will always open a new tab
+
Recognize nested JSON strings in properties value
+
Start with collapsed JSON will start from the first tree level
+
+
v0.4.2 - 02/05/2017
Added option to show always the number of items in collections
Option to start with collapsed JSON now has no downsides
Optimized collapse action
-
v0.4.1
+
v0.4.1 - 23/04/2017
Context menu enabled by default
More context menu functions (copy key, copy value, open selected json)
Initial support to view selected json using strip slashes
- Format JSON as collapsed
+ Format JSON with collapsed children
Show always the numbers of items in Objects and Arrays (not only when collapsed)
diff --git a/extension/popup.html b/extension/popup.html
index 1ac4a43..eb6f51d 100755
--- a/extension/popup.html
+++ b/extension/popup.html
@@ -9,7 +9,6 @@