Skip to content

Commit 6b80232

Browse files
committed
Bump version to 1.0.6
- Update package.json version - Add changelog entry for Ollama fixes and verbose logging
1 parent 84e164d commit 6b80232

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.0.6] - 2025-01-20
9+
10+
### Fixed
11+
- Ollama translation response parsing for DeepSeek-R1 model
12+
- Handle JSON responses with 'translations' property wrapper
13+
- Improved error handling for various LLM response formats
14+
15+
### Added
16+
- `--verbose` flag for debugging Ollama API requests and responses
17+
- Detailed logging of Ollama request/response for troubleshooting
18+
19+
### Improved
20+
- CI workflows with better Ollama service health checks
21+
- Unit test separation for faster CI feedback
22+
823
## [1.0.5] - 2025-01-20
924

1025
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "translator-ai",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Fast JSON i18n translator with AI support (Google Gemini & Ollama), incremental caching, multi-file deduplication, and MCP support",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)