Skip to content

Commit 0b11d77

Browse files
committed
write changelog
1 parent 366bf7d commit 0b11d77

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,26 @@ 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+
## [1.3.2] - 2025-09-25
9+
10+
### Changed
11+
- **Internationalization:** Refactored the language switching logic to be more stable and prevent dynamic re-initialization.
12+
13+
### Fixed
14+
- **SSH Agent Fallback:** Fixed a bug where key import or deployment would fail if a system key was present in the database but incorrect for the host, instead of correctly falling back to using the SSH agent.
15+
- **TUI Navigation:** Restored `j/k` and `up/down` navigation in the "Deploy to Single Account" view when a filter is active.
16+
17+
---
18+
819
## [1.3.1] - 2025-09-24
920
### Added
1021
- **Project Governance:** Added standard open-source project files including `LICENSE` (MIT), `CODE_OF_CONDUCT.md`, and `CONTRIBUTING.md` to clarify contribution guidelines and project standards.
1122
- **Code Documentation:** Added a lot of comments to clarify how things work.
1223
### Fixed
1324
- **Key Assignment:** Fixed a critical bug where assigning or unassigning a key to an account would fail due to swapped database parameters.
1425

26+
---
27+
1528
## [1.3.0] - 2025-09-23
1629

1730
### Added

0 commit comments

Comments
 (0)