Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
version: "0.28.0"
release_date: "2023-09-01"
sidebar_position: -2
---

# Release Notes for 0.28.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
version: "0.29.0"
release_date: "2024-08-02"
sidebar_position: -3
---

# Release Notes for 0.29.0
Expand Down
19 changes: 19 additions & 0 deletions packages/cursorless-org-docs/src/docs/user/release-notes/1.0.md
Original file line number Diff line number Diff line change
@@ -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.
Copy link
Member Author

@AndreasArvidsson AndreasArvidsson Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went with the terminology official release. I didn't want to use stable because that implies that Cursorless was unstable before. An alternative was production 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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
slug: 2022-year-in-review
sidebar_position: -1
---

# 2022 Year in Review
Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"description": "Tests"
}
],
"version": "0.29.0",
"version": "1.0.0",
"publisher": "pokey",
"license": "MIT",
"repository": {
Expand Down
Loading