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
+11
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ 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.2.1 (2022-02-25)
12
+
13
+
*[Improvement] Make sure that a connected directory always is connected to a workspace. If a workspace connected to a directory is archived, a new workspace will be created and connected to that directory.
14
+
*[Improvement] Inactive and unused workspace by other users are now hidden in the sidebar
15
+
*[Fix] Fixed an issue where some changes imported from GitHub where not revertable
16
+
*[Fix] Fixed an issue where some workspaces did not have a "Based On" change tracked
17
+
*[Fix] Fixed an issue with changes that contained files that where (at the same time) renamed, edited, and had new file permissions.
18
+
*[Fix] Fixed an issue where it was not possible to make comments in a workspace (live comments) on deleted lines in files that have been moved.
19
+
*[Fix] Fixed an issue where it was not possible to upload custom user avatars
20
+
*[Performance] Fetching and loading the changelog is now faster
21
+
11
22
# Server v1.2.0 (2022-02-18)
12
23
13
24
* Improved how Sturdy imports changes from GitHub – Merge commits are now correctly identified and converted to `changes`.
0 commit comments