You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,26 @@ Sturdy in the Cloud is continuously deployed, and will contain newer features no
8
8
9
9
Releases are pushed to [Docker Hub](https://hub.docker.com/r/getsturdy/server/).
10
10
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!
0 commit comments