Skip to content

Commit 0c72636

Browse files
committed
prep for 1.3.5
1 parent dbf4e60 commit 0c72636

1 file changed

Lines changed: 6 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

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-
1610
---
17-
## [1.3.6] - 2025-09-28
1811

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
2113

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.
2217

2318
### 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.
3121
- **Design fixes:** Long lists break the views
3222

3323
---

0 commit comments

Comments
 (0)