diff --git a/website/public/assets/docs/1-1-0_1.png b/website/public/assets/docs/1-1-0_1.png
new file mode 100644
index 0000000..368386d
Binary files /dev/null and b/website/public/assets/docs/1-1-0_1.png differ
diff --git a/website/public/assets/docs/settings.png b/website/public/assets/docs/settings.png
index f1df1d3..d7c6d78 100644
Binary files a/website/public/assets/docs/settings.png and b/website/public/assets/docs/settings.png differ
diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx
index 6fa3f69..74efe88 100644
--- a/website/src/pages/changelog.mdx
+++ b/website/src/pages/changelog.mdx
@@ -2,7 +2,21 @@ import { Video, Image, Text2, Space } from "@/components/DocComponents"
# CHANGELOG
-## 🔥 1.0.0 - Available for Bard AI
+## 🔥 1.1.0 - Enabled Websites
+
+_2023-11-08_
+
+Previously, the PromptSnippets extension activates on all websites by default, which some users found to be annoying.
+Most users only use PromptSnippets on websites like ChatGPT, Poe, and similar platforms.
+
+Now, PromptSnippets is only enabled by default on chat.openai.com, poe.com, and bard.google.com.
+You can expand the list of enabled websites by accessing the "Enabled Websites" option in the settings panel of the extension.
+
+
+
+[See more](/docs/settings#enabled-websites)
+
+## 1.0.0 - Available for Bard AI
_2023-10-31_
diff --git a/website/src/pages/docs/settings.mdx b/website/src/pages/docs/settings.mdx
index 09adde8..ccfedb9 100644
--- a/website/src/pages/docs/settings.mdx
+++ b/website/src/pages/docs/settings.mdx
@@ -4,7 +4,33 @@ import { Image } from "@/components/DocComponents"
-- Enable
-- Variables input mode
-- Wrapper symbol
-- Trigger symbol
+## Enabled Websites
+
+PromptSnippets is only enabled by default on
+
+- \*.openai.com
+- poe.com
+- bard.google.com
+
+You can expand the list of enabled websites by accessing the "Enabled Websites" option in the settings panel of the extension.
+
+Follow this format:
+
+- One link per line.
+- Use wildcards to match multiple or all locations, Such as \*.openai.com, or just \* for all websites.
+
+There is an inidicator on the right hand of the settings item. If current tab is in the enabled websites list, the indicator will be green, otherwise it will be red.
+
+## Variables input mode
+
+Support `Tab` / `Popup` Input mode, [see more](/docs/create-snippets#input-mode).
+
+## Wrapper symbol
+
+the wrapper symbol is used to wrap the [variable](/docs/create-snippets#variable-snippets) in snippets.
+The default is `{{ }}`, you can change it to any symbol you like. Notice that there is an empty space between the two symbols.
+
+## Trigger symbol
+
+Trigger symbol is used to trigger the snippet popup when you type in the input box.
+The default is `/`.