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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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.
0 commit comments