Skip to content

Commit 52d3eca

Browse files
authored
Release 0.28.0 (#1818)
- Rebranding 0.27.0 as 0.28.0 due to botched release process; see #1801 (comment) - To be merged 1 week after #1801 ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet
1 parent 48cedd8 commit 52d3eca

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

β€Ždocs/user/release-notes/0.27.0.md renamed to β€Ždocs/user/release-notes/0.28.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
version: "0.27.0"
3-
releaseDate: "2023-08-16"
2+
version: "0.28.0"
3+
releaseDate: "2023-09-01"
44
---
55

6-
# Release Notes for 0.27.0
6+
# Release Notes for 0.28.0
77

88
## Preamble
99

@@ -13,7 +13,7 @@ Given we don't actually have "releases", we're arbitrarily considering everythin
1313

1414
## The subject at hand
1515

16-
Since the start of 2023, we've merged [289 PRs from 9 authors](https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Amerged+merged%3A%3E%3D2023-01-01+sort%3Aupdated-asc) (including a whopping [59](https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Amerged+merged%3A%3E%3D2023-01-01+sort%3Aupdated-asc+author%3AAndreasArvidsson) from [@AndreasArvidsson](https://github.com/sponsors/AndreasArvidsson)!), so there's a lot of ground to cover πŸ˜…
16+
Since the start of 2023, we've merged [306 PRs from 9 authors](https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Amerged+merged%3A2023-01-01..2023-09-01+sort%3Aupdated-asc) (including a whopping [62](https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Amerged+merged%3A2023-01-01..2023-09-01+sort%3Aupdated-asc+author%3AAndreasArvidsson+) from [@AndreasArvidsson](https://github.com/sponsors/AndreasArvidsson)!), so there's a lot of ground to cover πŸ˜…
1717

1818
But here are some highlights:
1919

@@ -36,13 +36,13 @@ But here are some highlights:
3636

3737
## πŸ› Bug fixes
3838

39-
We fixed [dozens of bugs](https://github.com/cursorless-dev/cursorless/issues?q=is%3Aissue+is%3Aclosed+closed%3A%3E%3D2023-01-01+reason%3Acompleted+sort%3Aupdated-asc+label%3Abug); probably easiest to look at the list.
39+
We fixed [dozens of bugs](https://github.com/cursorless-dev/cursorless/issues?q=is%3Aissue+is%3Aclosed+closed%3A2023-01-01..2023-09-01+reason%3Acompleted+sort%3Aupdated-asc+label%3Abug); probably easiest to look at the list.
4040

4141
## πŸ“œ Documentation
4242

4343
- Added a version of the cheatsheet hosted [on our website](https://www.cursorless.org/cheatsheet) so you can show your friends how cool Cursorless is without having to send them a PDF. Note that this version uses the default spoken forms, rather than the ones you've customized.
4444
- [@josharian](https://www.youtube.com/@josharian) has made a fantastic series of YouTube videos called [Cursorless by example](https://www.youtube.com/watch?v=2hPwfBCtXws&list=PLbN8ceamGu2c6JrNf83EWyP6K5K77MzVZ). Even Cursorless pros will learn something!
45-
- [Lots of other docs improvements](https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Amerged+merged%3A%3E%3D2023-01-01+sort%3Aupdated-asc+label%3Adocumentation+)
45+
- [Lots of other docs improvements](https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Amerged+merged%3A2023-01-01..2023-09-01+sort%3Aupdated-asc+label%3Adocumentation) (special shout-out to [@jmegner](https://github.com/jmegner)!)
4646

4747
## πŸ€“ Internal improvements
4848

β€Žpackages/cursorless-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"description": "Tests"
2121
}
2222
],
23-
"version": "0.27.0",
23+
"version": "0.28.0",
2424
"publisher": "pokey",
2525
"license": "MIT",
2626
"repository": {

0 commit comments

Comments
Β (0)