Skip to content

Commit 5784530

Browse files
Preparing 1.0 release
1 parent 34a6bf5 commit 5784530

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

packages/cursorless-org-docs/src/docs/user/release-notes/0.28.0.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
version: "0.28.0"
33
release_date: "2023-09-01"
4-
sidebar_position: -2
54
---
65

76
# Release Notes for 0.28.0

packages/cursorless-org-docs/src/docs/user/release-notes/0.29.0.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
version: "0.29.0"
33
release_date: "2024-08-02"
4-
sidebar_position: -3
54
---
65

76
# Release Notes for 0.29.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
version: "1.0"
3+
release_date: "2025-03-04"
4+
---
5+
6+
# Release Notes for 1.0
7+
8+
Cursorless if finally ready for its 1.0 release!
9+
10+
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.
11+
12+
Here are a few highlights of the things we have done / achieved:
13+
14+
- Added a Cursorless tutorial in vscode
15+
- Simplify the installation process by notifying a user if they are missing essential features like Talon or the command server.
16+
- 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"`.
17+
- Deprecated the Cursorless snippets in favor of the community snippets
18+
- We now have over 10000! tests in total. Testing everything from actions and scopes to the Talon grammar.
19+
- We have also added more actions, modifiers, scopes support for more languages, fixed bugs and so on.

packages/cursorless-org-docs/src/docs/user/release-notes/2022-year-in-review.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
slug: 2022-year-in-review
3-
sidebar_position: -1
43
---
54

65
# 2022 Year in Review

packages/cursorless-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"description": "Tests"
2121
}
2222
],
23-
"version": "0.29.0",
23+
"version": "1.0.0",
2424
"publisher": "pokey",
2525
"license": "MIT",
2626
"repository": {

0 commit comments

Comments
 (0)