diff --git a/CHANGELOG.md b/CHANGELOG.md
index 671982b..7f6cf99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,15 @@ All notable changes to WebMeld are documented here.
## [Unreleased]
-- Prepare the project for its first public GitHub release.
-- Add the WebMeld visual identity, repository documentation, validation, and packaging.
+## [0.1.1] - 2026-08-12
+
+### Changed
+
+- Show the WebMeld interface in English on non-Chinese pages and Chinese on Chinese pages.
+- Add English support to the built-in local styling rules.
+- Replace the GitHub Mermaid workflow with a dedicated responsive SVG so diagram controls cannot cover the final step.
+- Replace the launch demo with a sharper English 1080p walkthrough and a 1440 × 810 animated preview.
+- Remove the temporary pre-release badge and include Agent configuration in the launch walkthrough.
## [0.1.0] - 2026-08-12
diff --git a/README.md b/README.md
index f691e3d..ea1b15b 100644
--- a/README.md
+++ b/README.md
@@ -15,13 +15,13 @@
-
+
WebMeld is a lightweight Chromium extension for personalizing the web with natural language. Point at a real DOM element, describe the result you want, and WebMeld turns the request into a constrained CSS patch. Every patch is previewed against the live page, checked against its computed styles, and saved only after you approve it.
It works without Stylus, without an account, and without a WebMeld backend.
-> [Watch the full-resolution MP4 demo](assets/demo/webmeld-demo.mp4)
+> [Watch the 1080p Agent setup and editing demo](assets/demo/webmeld-demo.mp4)
## Why WebMeld
@@ -36,15 +36,9 @@ It works without Stylus, without an account, and without a WebMeld backend.
## How it works
-```mermaid
-flowchart LR
- A["Select a page element"] --> B["Describe the change"]
- B --> C["Local rules or your LLM"]
- C --> D["Constrained CSS declarations"]
- D --> E["Live preview + computed-style verification"]
- E -->|Approve| F["Save locally"]
- E -->|Reject / fail| G["Automatic rollback"]
-```
+
+
+
The model never receives permission to execute JavaScript or directly edit the DOM. It may only propose CSS declarations. WebMeld owns selector generation, sanitization, preview, verification, persistence, and rollback.
@@ -123,7 +117,7 @@ The package command creates a review-ready ZIP under `dist/` and excludes reposi
## Status and direction
-WebMeld `0.1.0` is an early public preview. The core editing loop is complete: select → describe → preview → verify → apply → undo → persist.
+WebMeld `0.1.1` is an early public preview. The core editing loop is complete: select → describe → preview → verify → apply → undo → persist.
The next exploration is not a larger pile of CSS commands. It is using this verified live-page editing layer to bridge design intent and production interfaces.
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 4b8c48e..156dcc9 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -10,13 +10,13 @@