Skip to content

Commit 161df0a

Browse files
authored
Merge pull request #1277 - CHANGELOG: v1.8.0
CHANGELOG: v1.8.0 Created with Sturdy Merged via Sturdy
2 parents afed00f + 47c2a74 commit 161df0a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ Sturdy in the Cloud is continuously deployed, and will contain newer features no
88

99
Releases are pushed to [Docker Hub](https://hub.docker.com/r/getsturdy/server/).
1010

11+
# Server v1.8.0 (2022-05-03)
12+
13+
_Changes since v1.7.0_
14+
15+
* [Feature] Added "undo" and "redo" buttons on drafts. Sturdy continuously creates snapshots of drafts as you're coding, and restoring the entire draft to an earlier, much earlier, or other state is now just one click away.
16+
* [Feature] Support [triggering CI/CD on a draft change via GitHub](https://getsturdy.com/docs/continuous-integration) (support for pretty much every CI/CD provider!)
17+
* [Feature] Send users a notification when they have been invited to a codebase or organisation
18+
* [Feature] Added a "resolve" button to comments
19+
* [Improvement] Improved caching of codebase contents, making operations like "undo" and "merge" significantly faster
20+
* [Improvement] The migration towards 100% TypeScript on the frontend is migrating nicely.
21+
* [Improvement] Fixed a data-race where sometimes a change could be imported (from GitHub or other) multiple times (leading to a confusing changelog)
22+
* [Improvement] Improved reliability when importing extremely large pull requests (+100k lines changed)
23+
* [Improvement] Better performance when GitHub webhook delivery is slow (added internal handling that does not rely on webooks)
24+
* [Improvement] Register the Sturdy app as a handler for the `sturdy://` protocol scheme on Linux (App Images, deb, and rpm)
25+
* [Fix] Improved first time boot performance of the server, and fixed a race condition where sometimes the server did not successfully start the first time.
26+
* [Fix] Fixed a bug where navigation between drafts could take you to the wrong page
27+
* [Fix] Fixed a bug where the callback from GitHub after updating permissions for the Sturdy app could take you to an unexpected page
28+
* [Fix] Fixed a bug where comments on "live" code could sometimes "jump" around
29+
* ... and many other smaller fixes and improvements!
30+
1131
# Server v1.7.0 (2022-04-11)
1232

1333
_Changes since v1.6.0_

0 commit comments

Comments
 (0)