Skip to content

Commit d766a5c

Browse files
committed
prep changelog
1 parent 4a85ccd commit d766a5c

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [UNRELEASED]
9+
10+
### Added
11+
-
12+
13+
### Changed
14+
-
15+
16+
### Fixed
17+
-
18+
19+
---
20+
21+
## [1.3.3] - 2025-09-26
22+
23+
### Changed
24+
- **Refactoring:** Consolidated duplicated `ed25519` key generation logic from the CLI and TUI into a single function in the `internal/crypto/ssh` package.
25+
- **Database:** Enabled Write-Ahead Logging (WAL) mode for SQLite to improve concurrency and prevent `database is locked` errors.
26+
27+
### Fixed
28+
- **Importer:** The key importer now correctly handles duplicate keys by checking for a specific database error (`db.ErrDuplicate`) instead of relying on string matching, which improves reliability across different database backends.
29+
30+
---
31+
832
## [1.3.2] - 2025-09-25
933

1034
### Changed

0 commit comments

Comments
 (0)