diff --git a/package.json b/package.json
index 402bb75..691dff5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "web-maker",
- "version": "6.3.7",
+ "version": "6.4.0",
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",
diff --git a/src/components/Changelog.jsx b/src/components/Changelog.jsx
index be16fd6..f1b7f84 100644
--- a/src/components/Changelog.jsx
+++ b/src/components/Changelog.jsx
@@ -107,7 +107,16 @@ export function Changelog(props) {
Whats new?
-
+
+
+ Assets inlining in "Save as HTML": You now have an
+ option to inline all the external assets (images, audios,videos) in
+ the HTML file when you save the creation as HTML. This is useful when
+ you want to share the HTML file with someone and want it to work
+ offline. Currently supports assets defined in HTML file only.
+
+
+
Setting changes not saving to database is fixed.
@@ -120,13 +129,13 @@ export function Changelog(props) {
-
+
Public creations are now working.
-
+
Extension Only: JavaScript is NOW WORKING, again! 🎉 The extension is
now migrated to MV3 which means its much more secure, and of course,
@@ -138,7 +147,7 @@ export function Changelog(props) {
-
+
Preact template updated to latest version with hooks.
Mail option added in help modal.
@@ -201,7 +210,7 @@ export function Changelog(props) {
Fork button is now available in the header too
-
+
Tailwind CSS templates: Tailwind CSS template is now
available! If you are on the Chrome extension, use the Tailwind CSS 2
@@ -272,7 +281,7 @@ export function Changelog(props) {
for the Spanish translation. It was long due!
-
+
Tailwind CSS now added to popular libraries list. Thanks
@LoganDark
diff --git a/src/components/app.jsx b/src/components/app.jsx
index c942e8f..0264cdd 100644
--- a/src/components/app.jsx
+++ b/src/components/app.jsx
@@ -84,7 +84,7 @@ if (module.hot) {
}
const UNSAVED_WARNING_COUNT = 15;
-const version = '6.3.7';
+const version = '6.4.0';
// Read forced settings as query parameters
window.forcedSettings = {};