diff --git a/package.json b/package.json
index 07321ce..cb238ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "web-maker",
- "version": "2.7.2",
+ "version": "2.8.1",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {
diff --git a/src/changelog.html b/src/changelog.html
index 2fc1714..092cc8f 100644
--- a/src/changelog.html
+++ b/src/changelog.html
@@ -1,4 +1,37 @@
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
+
+
+
+
+
2.8.1
+
+ - Vue.js & UIKit version updated to latest version in 'Add Library' list.
+ - UTF-8 charset added to preview HTML to support universal characters.
+
+
+
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 0b48cc8..bcea94a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -8,6 +8,7 @@
+
@@ -100,6 +101,11 @@
@@ -149,7 +155,8 @@
-