From 5784530cae80094a6166123fe0af350230c9c83f Mon Sep 17 00:00:00 2001
From: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
Date: Tue, 4 Mar 2025 07:49:56 +0100
Subject: [PATCH 1/9] Preparing 1.0 release

---
 .../src/docs/user/release-notes/0.28.0.md     |  1 -
 .../src/docs/user/release-notes/0.29.0.md     |  1 -
 .../src/docs/user/release-notes/1.0.md        | 19 +++++++++++++++++++
 .../user/release-notes/2022-year-in-review.md |  1 -
 packages/cursorless-vscode/package.json       |  2 +-
 5 files changed, 20 insertions(+), 4 deletions(-)
 create mode 100644 packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md
index b3709657a6..ee85ebe2ae 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md
@@ -1,7 +1,6 @@
 ---
 version: "0.28.0"
 release_date: "2023-09-01"
-sidebar_position: -2
 ---
 
 # Release Notes for 0.28.0
diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md
index c8e3424ee2..7e18d8dfbb 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md
@@ -1,7 +1,6 @@
 ---
 version: "0.29.0"
 release_date: "2024-08-02"
-sidebar_position: -3
 ---
 
 # Release Notes for 0.29.0
diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
new file mode 100644
index 0000000000..7093e22744
--- /dev/null
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
@@ -0,0 +1,19 @@
+---
+version: "1.0"
+release_date: "2025-03-04"
+---
+
+# Release Notes for 1.0
+
+Cursorless if finally ready for its 1.0 release!
+
+Over the last year the Cursorless team has focused primarily on the user experience and migrating legacy language scopes. We are now at a point where we feel Cursorless is ready for its first official release.
+
+Here are a few highlights of the things we have done / achieved:
+
+- Added a Cursorless tutorial in vscode
+- Simplify the installation process by notifying a user if they are missing essential features like Talon or the command server.
+- Migrated all the text based scopes and most of the language specific ones from our old legacy definitions to use tree sitter queries. You can now say things like `"take two items"`.
+- Deprecated the Cursorless snippets in favor of the community snippets
+- We now have over 10000! tests in total. Testing everything from actions and scopes to the Talon grammar.
+- We have also added more actions, modifiers, scopes support for more languages, fixed bugs and so on.
diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md b/packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md
index 7cfd03dfaf..370d7e7a10 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md
@@ -1,6 +1,5 @@
 ---
 slug: 2022-year-in-review
-sidebar_position: -1
 ---
 
 # 2022 Year in Review
diff --git a/packages/cursorless-vscode/package.json b/packages/cursorless-vscode/package.json
index 6972d3ccc7..593bcbdc1a 100644
--- a/packages/cursorless-vscode/package.json
+++ b/packages/cursorless-vscode/package.json
@@ -20,7 +20,7 @@
       "description": "Tests"
     }
   ],
-  "version": "0.29.0",
+  "version": "1.0.0",
   "publisher": "pokey",
   "license": "MIT",
   "repository": {

From b58a3c8e1c1227d37de0c8abda8f4135d09162ee Mon Sep 17 00:00:00 2001
From: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
Date: Tue, 4 Mar 2025 08:10:16 +0100
Subject: [PATCH 2/9] Update

---
 .../src/docs/user/release-notes/0.28.0.md             |  1 +
 .../src/docs/user/release-notes/0.29.0.md             |  1 +
 .../src/docs/user/release-notes/1.0.md                | 11 +++++++++--
 .../docs/user/release-notes/2022-year-in-review.md    |  1 +
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md
index ee85ebe2ae..b3709657a6 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md
@@ -1,6 +1,7 @@
 ---
 version: "0.28.0"
 release_date: "2023-09-01"
+sidebar_position: -2
 ---
 
 # Release Notes for 0.28.0
diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md
index 7e18d8dfbb..c8e3424ee2 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md
@@ -1,6 +1,7 @@
 ---
 version: "0.29.0"
 release_date: "2024-08-02"
+sidebar_position: -3
 ---
 
 # Release Notes for 0.29.0
diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
index 7093e22744..2f30f2ba69 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
@@ -1,19 +1,26 @@
 ---
 version: "1.0"
 release_date: "2025-03-04"
+sidebar_position: -4
 ---
 
 # Release Notes for 1.0
 
 Cursorless if finally ready for its 1.0 release!
 
-Over the last year the Cursorless team has focused primarily on the user experience and migrating legacy language scopes. We are now at a point where we feel Cursorless is ready for its first official release.
+Over the last year the Cursorless team has focused primarily on the user experience and migrating legacy language scopes. During 2024 we merged [299 PRs](https://github.com/cursorless-dev/cursorless/pulls?q=merged%3A2024+sort%3Aupdated-asc+) and so far during 2025 [100+ PRs](https://github.com/cursorless-dev/cursorless/pulls?q=merged%3A2025+sort%3Aupdated-asc+). We are now at a point where we feel Cursorless is ready for its first official release.
 
 Here are a few highlights of the things we have done / achieved:
 
 - Added a Cursorless tutorial in vscode
 - Simplify the installation process by notifying a user if they are missing essential features like Talon or the command server.
-- Migrated all the text based scopes and most of the language specific ones from our old legacy definitions to use tree sitter queries. You can now say things like `"take two items"`.
+- Migrated all the text based scopes and most of the language specific ones from our old legacy definitions to use our next-gen gen scope definitions. You can now say things like `"take two items"`.
 - Deprecated the Cursorless snippets in favor of the community snippets
 - We now have over 10000! tests in total. Testing everything from actions and scopes to the Talon grammar.
 - We have also added more actions, modifiers, scopes support for more languages, fixed bugs and so on.
+
+## What's next?
+
+- We will continue to improve language definitions. There are still some languages where features are missing or still in legacy.
+- Improving documentation. This is an area where we would really appreciate contributions.
+- Cursorless everywhere. We now have users working on Cursorless for multiple new editors. The future for Cursorless everywhere is really interesting.
diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md b/packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md
index 370d7e7a10..7cfd03dfaf 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md
@@ -1,5 +1,6 @@
 ---
 slug: 2022-year-in-review
+sidebar_position: -1
 ---
 
 # 2022 Year in Review

From 9f6728e1a8df7d9bbcb8374bc3d1d608d85ca3fd Mon Sep 17 00:00:00 2001
From: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
Date: Tue, 4 Mar 2025 08:14:17 +0100
Subject: [PATCH 3/9] added snippet  link

---
 .../cursorless-org-docs/src/docs/user/release-notes/1.0.md    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
index 2f30f2ba69..5651ba51a7 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
@@ -15,8 +15,8 @@ Here are a few highlights of the things we have done / achieved:
 - Added a Cursorless tutorial in vscode
 - Simplify the installation process by notifying a user if they are missing essential features like Talon or the command server.
 - Migrated all the text based scopes and most of the language specific ones from our old legacy definitions to use our next-gen gen scope definitions. You can now say things like `"take two items"`.
-- Deprecated the Cursorless snippets in favor of the community snippets
-- We now have over 10000! tests in total. Testing everything from actions and scopes to the Talon grammar.
+- Deprecated the Cursorless snippets in favor of the [community snippets](https://github.com/talonhub/community/tree/f7e5f9696c7ed6e78e8488c8b7fb1c6bbcc25779/core/snippets)
+- We now have over `10 000`! tests in total. Testing everything from actions and scopes to the Talon grammar.
 - We have also added more actions, modifiers, scopes support for more languages, fixed bugs and so on.
 
 ## What's next?

From 194c4b2c8395edcd66ebfd98ad03aeec27bc9e3e Mon Sep 17 00:00:00 2001
From: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
Date: Tue, 4 Mar 2025 08:19:02 +0100
Subject: [PATCH 4/9] Typo

---
 .../cursorless-org-docs/src/docs/user/release-notes/1.0.md  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
index 5651ba51a7..75ecb386b9 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
@@ -13,8 +13,8 @@ Over the last year the Cursorless team has focused primarily on the user experie
 Here are a few highlights of the things we have done / achieved:
 
 - Added a Cursorless tutorial in vscode
-- Simplify the installation process by notifying a user if they are missing essential features like Talon or the command server.
-- Migrated all the text based scopes and most of the language specific ones from our old legacy definitions to use our next-gen gen scope definitions. You can now say things like `"take two items"`.
+- Simplify the installation process by notifying the user if they are missing essential features like Talon or the command server.
+- Migrated all the text based scopes and most of the language specific ones from our old legacy definitions to use next-gen gen scope definitions. You can now say things like `"take two items"`.
 - Deprecated the Cursorless snippets in favor of the [community snippets](https://github.com/talonhub/community/tree/f7e5f9696c7ed6e78e8488c8b7fb1c6bbcc25779/core/snippets)
 - We now have over `10 000`! tests in total. Testing everything from actions and scopes to the Talon grammar.
 - We have also added more actions, modifiers, scopes support for more languages, fixed bugs and so on.
@@ -22,5 +22,5 @@ Here are a few highlights of the things we have done / achieved:
 ## What's next?
 
 - We will continue to improve language definitions. There are still some languages where features are missing or still in legacy.
-- Improving documentation. This is an area where we would really appreciate contributions.
+- Improving documentation. This is an area where we would really appreciate [contributions](https://github.com/cursorless-dev/cursorless/issues?q=is%3Aissue%20state%3Aopen%20label%3Adocumentation).
 - Cursorless everywhere. We now have users working on Cursorless for multiple new editors. The future for Cursorless everywhere is really interesting.

From 74732c9d77a17b33923f488e41e25b314462b336 Mon Sep 17 00:00:00 2001
From: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
Date: Sun, 6 Apr 2025 09:10:32 +0200
Subject: [PATCH 5/9] Changed version to 1.0.0

---
 .../src/docs/user/release-notes/{1.0.md => 1.0.0.md}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename packages/cursorless-org-docs/src/docs/user/release-notes/{1.0.md => 1.0.0.md} (95%)

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
similarity index 95%
rename from packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
rename to packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
index 75ecb386b9..18e72b7c38 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
@@ -4,9 +4,9 @@ release_date: "2025-03-04"
 sidebar_position: -4
 ---
 
-# Release Notes for 1.0
+# Release Notes for 1.0.0
 
-Cursorless if finally ready for its 1.0 release!
+Cursorless if finally ready for its 1.0.0 release!
 
 Over the last year the Cursorless team has focused primarily on the user experience and migrating legacy language scopes. During 2024 we merged [299 PRs](https://github.com/cursorless-dev/cursorless/pulls?q=merged%3A2024+sort%3Aupdated-asc+) and so far during 2025 [100+ PRs](https://github.com/cursorless-dev/cursorless/pulls?q=merged%3A2025+sort%3Aupdated-asc+). We are now at a point where we feel Cursorless is ready for its first official release.
 

From c15104bacdd7ca6bc559f0190becd462cdb8c43e Mon Sep 17 00:00:00 2001
From: Pokey Rule <755842+pokey@users.noreply.github.com>
Date: Sat, 12 Apr 2025 19:13:41 +0100
Subject: [PATCH 6/9] Lots of tweaks

---
 .../src/docs/user/release-notes/1.0.0.md      | 61 ++++++++++++++-----
 1 file changed, 46 insertions(+), 15 deletions(-)

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
index 18e72b7c38..e45d59b71a 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
@@ -1,26 +1,57 @@
 ---
-version: "1.0"
-release_date: "2025-03-04"
+version: "1.0.0"
+release_date: "2025-04-12"
 sidebar_position: -4
 ---
 
 # Release Notes for 1.0.0
 
-Cursorless if finally ready for its 1.0.0 release!
+_Published April 12, 2025_
 
-Over the last year the Cursorless team has focused primarily on the user experience and migrating legacy language scopes. During 2024 we merged [299 PRs](https://github.com/cursorless-dev/cursorless/pulls?q=merged%3A2024+sort%3Aupdated-asc+) and so far during 2025 [100+ PRs](https://github.com/cursorless-dev/cursorless/pulls?q=merged%3A2025+sort%3Aupdated-asc+). We are now at a point where we feel Cursorless is ready for its first official release.
+## Preamble
 
-Here are a few highlights of the things we have done / achieved:
+Cursorless is finally ready for its 1.0.0 release! 🎉
 
-- Added a Cursorless tutorial in vscode
-- Simplify the installation process by notifying the user if they are missing essential features like Talon or the command server.
-- Migrated all the text based scopes and most of the language specific ones from our old legacy definitions to use next-gen gen scope definitions. You can now say things like `"take two items"`.
-- Deprecated the Cursorless snippets in favor of the [community snippets](https://github.com/talonhub/community/tree/f7e5f9696c7ed6e78e8488c8b7fb1c6bbcc25779/core/snippets)
-- We now have over `10 000`! tests in total. Testing everything from actions and scopes to the Talon grammar.
-- We have also added more actions, modifiers, scopes support for more languages, fixed bugs and so on.
+Since the last release, we've shipped lots of features, as well as pouring on that polish to get us to the place where we're ready to drop our first major. Backwards compatibility and stability has always been a bit of a religion around here, but now that we've bumped that leading 0, we're bound by the [semver blood oath](https://semver.org/).
 
-## What's next?
+## The subject at hand
 
-- We will continue to improve language definitions. There are still some languages where features are missing or still in legacy.
-- Improving documentation. This is an area where we would really appreciate [contributions](https://github.com/cursorless-dev/cursorless/issues?q=is%3Aissue%20state%3Aopen%20label%3Adocumentation).
-- Cursorless everywhere. We now have users working on Cursorless for multiple new editors. The future for Cursorless everywhere is really interesting.
+Since the last release, we've merged [184 PRs](https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Amerged+merged%3A2024-08-02..2025-04-12+sort%3Aupdated-asc+), including [100+ PRs](https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Amerged+merged%3A2025-01-01..2025-04-12+sort%3Aupdated-asc+) just since the start of 2025! And as always, we're on continuous delivery, so each of these merged PRs hit your editor before you could say `"chuck every two lines first funk class bat"`.
+
+Here are some highlights:
+
+### Polish, polish, polish
+
+- Simplified the installation process by notifying users if they're missing essential features like Talon or the command server ([#2720](https://github.com/cursorless-dev/cursorless/pull/2720), [#2061](https://github.com/cursorless-dev/cursorless/pull/2061))
+- Improved error messages and feedback throughout the extension ([#2861](https://github.com/cursorless-dev/cursorless/pull/2861), [#2755](https://github.com/cursorless-dev/cursorless/pull/2755))
+- Migrated most of our language scope tests to our new test representation, which helped us to uncover lots of corner cases and dramatically improve consistency across languages.
+
+### Next-gen scope definitions
+
+- Migrated all text-based scopes and most language-specific ones from our legacy definitions to next-gen scope definitions, enabling next-gen inference (eg `"every funk air past bat"`), scope visualization, scope tree view, etc. We're just down to a few pesky scopes in Clojure, CSS, LaTeX, Ruby, Rust, and Scala. If you use one of these languages, we're looking for volunteers to [knock out the last few scopes](https://www.cursorless.org/docs/contributing/adding-a-new-scope/)!
+
+### Community integration
+
+- Deprecated the Cursorless snippets in favor of the [community snippets](https://github.com/talonhub/community/tree/f7e5f9696c7ed6e78e8488c8b7fb1c6bbcc25779/core/snippets) ([#2804](https://github.com/cursorless-dev/cursorless/pull/2804), [#2747](https://github.com/cursorless-dev/cursorless/pull/2747), [#2744](https://github.com/cursorless-dev/cursorless/pull/2744))
+- Added migration tools and instructions for users to switch to community snippets ([#2857](https://github.com/cursorless-dev/cursorless/pull/2857), [#2837](https://github.com/cursorless-dev/cursorless/pull/2837), [#2833](https://github.com/cursorless-dev/cursorless/pull/2833)), ([#2824](https://github.com/cursorless-dev/cursorless/pull/2824)
+
+### Stability and testing
+
+- We now have over 10,000 tests in total, testing everything from actions and scopes to the Talon grammar
+- Improved test infrastructure and reporting ([#2818](https://github.com/cursorless-dev/cursorless/pull/2818), [#2809](https://github.com/cursorless-dev/cursorless/pull/2809), [#2854](https://github.com/cursorless-dev/cursorless/pull/2854))
+
+### New features
+
+While our main push for the 1.0.0 release was polish, we still managed to squeeze in a few new features:
+
+- Flash targets action ([#2764](https://github.com/cursorless-dev/cursorless/pull/2764)
+- Add `"append"` action to add a new cursor ([#2707](https://github.com/cursorless-dev/cursorless/pull/2707))
+
+## 📈 What's next?
+
+- We will continue to improve language definitions. There are still some languages where features are missing or still in legacy form (see above).
+- Improving documentation. This is an area where we would really appreciate [contributions](https://github.com/cursorless-dev/cursorless/issues?q=is%3Aissue%20state%3Aopen%20label%3Adocumentation)
+- Cursorless everywhere. We now have users working on Cursorless for multiple new editors. The future for Cursorless everywhere is looking very bright!
+- Embedded languages, eg js within html, markdown code blocks, vue.js, styled components in js, etc etc. This one is a big effort, so stay tuned.
+
+We'd like to end with a massive thank you to [our sponsors 🎉](https://github.com/sponsors/cursorless-dev/), without whom Cursorless development would not be possible!

From 50f4d7ba397e9c3d8d9937a5198ad7ee1d6c7387 Mon Sep 17 00:00:00 2001
From: Pokey Rule <755842+pokey@users.noreply.github.com>
Date: Sat, 12 Apr 2025 19:24:19 +0100
Subject: [PATCH 7/9] Update 1.0.0.md

---
 .../cursorless-org-docs/src/docs/user/release-notes/1.0.0.md    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
index e45d59b71a..cfbc2f417b 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
@@ -33,7 +33,7 @@ Here are some highlights:
 ### Community integration
 
 - Deprecated the Cursorless snippets in favor of the [community snippets](https://github.com/talonhub/community/tree/f7e5f9696c7ed6e78e8488c8b7fb1c6bbcc25779/core/snippets) ([#2804](https://github.com/cursorless-dev/cursorless/pull/2804), [#2747](https://github.com/cursorless-dev/cursorless/pull/2747), [#2744](https://github.com/cursorless-dev/cursorless/pull/2744))
-- Added migration tools and instructions for users to switch to community snippets ([#2857](https://github.com/cursorless-dev/cursorless/pull/2857), [#2837](https://github.com/cursorless-dev/cursorless/pull/2837), [#2833](https://github.com/cursorless-dev/cursorless/pull/2833)), ([#2824](https://github.com/cursorless-dev/cursorless/pull/2824)
+- Added migration tools and instructions for users to switch to community snippets ([#2857](https://github.com/cursorless-dev/cursorless/pull/2857), [#2837](https://github.com/cursorless-dev/cursorless/pull/2837), [#2833](https://github.com/cursorless-dev/cursorless/pull/2833), [#2824](https://github.com/cursorless-dev/cursorless/pull/2824))
 
 ### Stability and testing
 

From f47705a01eb2e7f5ed3b2761d4c27f96f19c86ce Mon Sep 17 00:00:00 2001
From: Pokey Rule <755842+pokey@users.noreply.github.com>
Date: Sat, 12 Apr 2025 19:25:27 +0100
Subject: [PATCH 8/9] Update 1.0.0.md

---
 .../cursorless-org-docs/src/docs/user/release-notes/1.0.0.md    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
index cfbc2f417b..11a46b97a7 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
@@ -44,7 +44,7 @@ Here are some highlights:
 
 While our main push for the 1.0.0 release was polish, we still managed to squeeze in a few new features:
 
-- Flash targets action ([#2764](https://github.com/cursorless-dev/cursorless/pull/2764)
+- Flash targets action ([#2764](https://github.com/cursorless-dev/cursorless/pull/2764))
 - Add `"append"` action to add a new cursor ([#2707](https://github.com/cursorless-dev/cursorless/pull/2707))
 
 ## 📈 What's next?

From 212208a131d419f02cad98877299f4551eb64efb Mon Sep 17 00:00:00 2001
From: Pokey Rule <755842+pokey@users.noreply.github.com>
Date: Sat, 12 Apr 2025 19:26:16 +0100
Subject: [PATCH 9/9] Update 1.0.0.md

---
 .../cursorless-org-docs/src/docs/user/release-notes/1.0.0.md    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
index 11a46b97a7..9fff968cb2 100644
--- a/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
+++ b/packages/cursorless-org-docs/src/docs/user/release-notes/1.0.0.md
@@ -52,6 +52,6 @@ While our main push for the 1.0.0 release was polish, we still managed to squeez
 - We will continue to improve language definitions. There are still some languages where features are missing or still in legacy form (see above).
 - Improving documentation. This is an area where we would really appreciate [contributions](https://github.com/cursorless-dev/cursorless/issues?q=is%3Aissue%20state%3Aopen%20label%3Adocumentation)
 - Cursorless everywhere. We now have users working on Cursorless for multiple new editors. The future for Cursorless everywhere is looking very bright!
-- Embedded languages, eg js within html, markdown code blocks, vue.js, styled components in js, etc etc. This one is a big effort, so stay tuned.
+- Embedded languages, eg js within html, markdown code blocks, vue.js, styled components in js, etc etc. This one is a big effort, so stay tuned ([#409](https://github.com/cursorless-dev/cursorless/issues/409))
 
 We'd like to end with a massive thank you to [our sponsors 🎉](https://github.com/sponsors/cursorless-dev/), without whom Cursorless development would not be possible!