diff --git a/docs/index.md b/docs/index.md
index dc3bc35cec..7237d68034 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -13,7 +13,7 @@ template: main.html
-->
-# :material-script-text-outline: Stable Diffusion Dream Script
+# :material-script-text-outline: InvokeAI: A Stable Diffusion Toolkit

@@ -46,10 +46,11 @@ template: main.html
-This is a fork of [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion), the open
-source text-to-image generator. It provides a streamlined process with various new features and
-options to aid the image generation process. It runs on Windows, Mac and Linux machines, and runs on
-GPU cards with as little as 4 GB or RAM.
+This is an implementation of Stable Diffusion, the open source
+text-to-image and image-to-image generator. It provides a streamlined
+process with various new features and options to aid the image
+generation process. It runs on Windows, Mac and Linux machines, and
+runs on GPU cards with as little as 4 GB or RAM.
!!! note
@@ -97,9 +98,30 @@ You wil need one of the following:
```
## :octicons-log-16: Latest Changes
-### vNEXT (TODO 2022)
-
- - Deprecated `--full_precision` / `-F`. Simply omit it and `invoke.py` will auto
+### v2.0.0 (9 October 2022)
+- `dream.py` script renamed `invoke.py`. A `dream.py` script wrapper remains
+ for backward compatibility.
+- Completely new WebGUI - launch with `python3 scripts/invoke.py --web`
+- Support for inpainting and outpainting
+- img2img runs on all k* samplers
+- Support for negative prompts
+- Support for CodeFormer face reconstruction
+- Support for Textual Inversion on Macintoshes
+- Support in both WebGUI and CLI for post-processing of previously-generated images
+ using facial reconstruction, ESRGAN upscaling, outcropping (similar to DALL-E infinite canvas),
+ and "embiggen" upscaling. See the `!fix` command.
+- New `--hires` option on `invoke>` line allows larger images to be created without duplicating elements, at the cost of some performance.
+- New `--perlin` and `--threshold` options allow you to add and control variation
+ during image generation (see Thresholding and Perlin Noise Initialization
+- Extensive metadata now written into PNG files, allowing reliable regeneration of images
+ and tweaking of previous settings.
+- Command-line completion in `invoke.py` now works on Windows, Linux and Mac platforms.
+- Improved command-line completion behavior.
+ New commands added:
+ * List command-line history with `!history`
+ * Search command-line history with `!search`
+ * Clear history with `!clear`
+- Deprecated `--full_precision` / `-F`. Simply omit it and `invoke.py` will auto
configure. To switch away from auto use the new flag like `--precision=float32`.
### v1.14 (11 September 2022)