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
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [UNRELEASED]
9
9
10
-
### Added
11
-
- Add clipboard copy functionality for public keys (`c` in the public keys view).
12
-
13
-
### Fixed
14
-
- Fix migration format for `golang-migrate` compatibility.
15
-
16
10
---
17
-
## [1.3.6] - 2025-09-28
18
11
19
-
### Added
20
-
- Add clipboard copy functionality for public keys (also on deployment dialog to display authorized_keys file contents)
12
+
## [1.3.5] - 2025-09-29
21
13
14
+
### Added
15
+
- Add clipboard copy functionality for public keys (`c` in the public keys view).
16
+
- Add clipboard copy functionality to the deployment `authorized_keys` view.
22
17
23
18
### Fixed
24
-
- Fix migration format for golang-migrate compatability
25
-
26
-
---
27
-
28
-
## [1.3.5] - 2025-09-27
29
-
30
-
### Fixes
19
+
-**Critical:** Fix a race condition during concurrent deployments where a `database is locked` error on SQLite could lead to a state inconsistency, effectively "losing" a host. A retry mechanism was added to the database update step to ensure successful deployments are correctly recorded.
20
+
- Fix migration format for `golang-migrate` compatibility.
0 commit comments