Skip to content

Commit 653059f

Browse files
committed
prepare 1.3.4
1 parent ff2ad44 commit 653059f

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [UNRELEASED]
99

10+
### Fixed
11+
12+
---
13+
14+
## [1.3.4] - 2025-09-26
15+
1016
### Added
11-
-
17+
- **Internationalization:** Completed translations for German, covering all CLI commands and TUI views.
1218

1319
### Changed
14-
-
20+
- **Database Migrations:** Refactored the database migration system to use separate SQL files for each supported database (SQLite, PostgreSQL, MySQL). This improves reliability and makes adding future schema changes easier.
21+
- **CLI Initialization:** The root command initialization was refactored for better testability and to ensure consistent behavior.
1522

1623
### Fixed
17-
-
24+
- **Message Formatting:** Corrected several internationalization string formatting issues in the CLI and TUI to ensure messages display correctly.
1825

1926
---
2027

0 commit comments

Comments
 (0)