diff --git a/src/changelog.html b/src/changelog.html
index 68bbd3a..092cc8f 100644
--- a/src/changelog.html
+++ b/src/changelog.html
@@ -1,13 +1,34 @@
Whats new?
+
+
+
2.9.0
+
+ - Read blog post about this release.
+ - Detached Preview - Yes, you read that correct! You can now detach your preview and send it to your secondary monitor.
+
+ - Find & Replae - Long awaited, now its there. Ctrl/Cmd+f to find and add Alt to replace.
+ - Atomic CSS (Atomizer) configurations - Add custom config for Atomic CSS. Read more.
+ - Light mode - This new setting makes Web Maker drop some heavy effects like blur etc to gain more performance. Thanks Andrew.
+ - Preserve logs setting - Choose whether or not to preserve logs across preview refreshes. Thanks Basit.
+ - Line wrap setting - As the name says.
+ - Semantic UI added to popular libraries.
+ - Bootstrap, Vue, UI-Kit and more updated to latest versions in popular libraries.
+ - UX improvements in settings UI
+
+ - Bugfix - Trigger preview refresh anytime with Ctrl/⌘ + Shift + 5. Even with auto-preview on.
+
+
+ - 🚀 Announcement: Web Maker has a chat lobby on Gitter now - incase you need any help or just want to say Hi!
+ - Suggest features or report bugs.
+ - Thank you for being a part of this community of thousands of awesome developers. If you find Web Maker helpful, Please rate Web Maker Share it Support the developer
+
+
+
diff --git a/src/detached-window.js b/src/detached-window.js
new file mode 100644
index 0000000..42e3258
--- /dev/null
+++ b/src/detached-window.js
@@ -0,0 +1,3 @@
+window.addEventListener('message', e => {
+ document.querySelector('iframe').src = e.data;
+});
diff --git a/src/index.html b/src/index.html
index 87aa7d0..3bca5f0 100644
--- a/src/index.html
+++ b/src/index.html
@@ -8,6 +8,7 @@
+
@@ -100,6 +101,11 @@
@@ -149,7 +155,8 @@
-