Releases: ckanner/jta
Releases · ckanner/jta
Release list
v1.1.0
Jta v1.1.0 Release
Thank you for using Jta - AI-powered Agentic JSON Translation tool!
Installation
Using Go
go install github.com/hikanner/jta/cmd/jta@v1.1.0Download Binary
Download the appropriate binary for your system from the assets below.
What's Changed
Changelog
New Features
- 8a00b16: feat: add version information support with --version flag (@hikanner)
Bug Fixes
- d867790: fix: resolve lint errors in test files (@hikanner)
- 33fb6a3: fix: validate complete batch response parsing to prevent missing translations (@hikanner)
Full Changelog
See the full changelog at v1.0.0...v1.1.0
Contributors
Thank you to all contributors who made this release possible! 🎉
v1.0.0
Jta v1.0.0 Release
Thank you for using Jta - AI-powered Agentic JSON Translation tool!
Installation
Using Go
go install github.com/hikanner/jta/cmd/jta@v1.0.0Download Binary
Download the appropriate binary for your system from the assets below.
What's Changed
Changelog
New Features
- 405d2ef: feat: Add 27-language support with --list-languages flag and fix concurrency display (Ronan ronan@hiflux.ai)
- 60fabbc: feat: Add detailed progress output for translation and reflection (Ronan ronan@hiflux.ai)
- f2763e7: feat: Implement complete hybrid terminology detection (Ronan ronan@hiflux.ai)
- 04c3262: feat: Phase 2.5 & 4.2 - Error handling enhancement + Integration tests (Ronan ronan@hiflux.ai)
- 7e217aa: feat: Update CLI descriptions to emphasize Agentic features (Ronan ronan@hiflux.ai)
- 1155e02: feat: add cmd/jta/main.go entry point and update .gitignore (Kanner kanner@hiflux.ai)
- 88ec0e4: feat: complete Google Gemini provider implementation (Ronan ronan@hiflux.ai)
- f719bde: feat: implement RTL language processing (Ronan ronan@hiflux.ai)
- 9582303: feat: implement complete translation system (Ronan ronan@hiflux.ai)
- e58a4f4: feat: implement key filtering with glob pattern support (Ronan ronan@hiflux.ai)
- 65ac3e7: feat: implement lightweight reflection mechanism (core Agentic capability) (Ronan ronan@hiflux.ai)
- 5b571b0: feat: implement terminal UI with styled output (Phase 3.2) (Ronan ronan@hiflux.ai)
- ecfad1d: feat: implement true Agentic reflection following Andrew Ng's approach (Ronan ronan@hiflux.ai)
- 928ef83: feat: initialize project with core infrastructure (Ronan ronan@hiflux.ai)
Bug Fixes
- 65e6c69: fix: add extra_files to Docker build context in GoReleaser (Kanner kanner@hiflux.ai)
- 6e505a8: fix: add mutex to MockProvider to resolve data race in concurrent tests (Kanner kanner@hiflux.ai)
- 5d9cf6f: fix: allow zero duration in reflection tests for fast systems (Kanner kanner@hiflux.ai)
- 8aa8136: fix: disable Docker builds for v1.0.0 release (Kanner kanner@hiflux.ai)
- 9c3ba21: fix: disable race detector on Windows CI (Kanner kanner@hiflux.ai)
- be32661: fix: properly track key paths in JSON rebuild logic (Ronan ronan@hiflux.ai)
- 182985c: fix: remove IsLatest template variable from release header (Kanner kanner@hiflux.ai)
- d2b1545: fix: remove coverage collection on Windows CI (Kanner kanner@hiflux.ai)
- a9b1689: fix: resolve CI test failures and lint issues (Kanner kanner@hiflux.ai)
- 9bac6c9: fix: resolve CI test failures on all platforms (Kanner kanner@hiflux.ai)
- 83fe9db: fix: resolve lint errors for unchecked error returns in tests (Kanner kanner@hiflux.ai)
- ac0e263: fix: update goreleaser config for v2 compatibility (Kanner kanner@hiflux.ai)
- b391fb3: fix: use HOMEBREW_TOKEN for cross-repo Homebrew formula publishing (Kanner kanner@hiflux.ai)
- 0012fe3: fix: use goinstall mode for golangci-lint to support Go 1.25 (Kanner kanner@hiflux.ai)
- f72bd0d: fix: use goinstall mode for golangci-lint to support Go 1.25 (Kanner kanner@hiflux.ai)
Other Changes
- f1b83d6: refactor: Let Gemini SDK use default MaxOutputTokens (Ronan ronan@hiflux.ai)
- 557c8af: refactor: Rename 'google' provider to 'gemini' throughout codebase (Ronan ronan@hiflux.ai)
- 2d9b202: refactor: modernize codebase to Go 1.22+ best practices (Kanner kanner@hiflux.ai)
- da12aec: refactor: optimize logging, fix -y flag logic, and remove unnecessary maxTokens settings (Ronan ronan@hiflux.ai)
- 8aa9c49: refactor: organize dev docs into docs/dev/ directory (Ronan ronan@hiflux.ai)
Full Changelog
See the full changelog at ...v1.0.0
Contributors
Thank you to all contributors who made this release possible! 🎉