Releases: nguyenphutrong/intl-lens
Releases · nguyenphutrong/intl-lens
v0.1.3
What's Changed
New Contributors
Full Changelog: v0.1.2...v0.1.3
What's Changed
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.2
What's Changed
- feat: support multiple definition locations in hover and goto definition by @nguyenphutrong in 751d7b9
- feat: add file watching capability for translation files by @nguyenphutrong in 2727845
- fix: address clippy trim_end_matches lint by @nguyenphutrong in a733324
- fix: satisfy clippy needless borrows lint by @nguyenphutrong in 567f6cf
- docs: add demo screenshots and improve README by @nguyenphutrong in 7c6f312
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- feat: add HTML and Angular language support by @nguyenphutrong in 1927277
- feat: add PHP and Blade language support by @nguyenphutrong in 4518ba6
- refactor(intl-lens): clean deps, remove dead code, stabilize inlay hints by @nguyenphutrong in 6da3c17
- chore: format codebase by @nguyenphutrong in c036baa
Full Changelog: v0.1.0...v0.1.1
v0.1.0
🎉 Initial Release
First release of Intl Lens - i18n support for Zed Editor.
What's Changed
- feat: initial MVP implementation of zed-i18n extension by @nguyenphutrong in 452553a
- feat: add inlay hints to show translation values inline by @nguyenphutrong in 8990c02
- feat: add file watching for translation file changes by @nguyenphutrong in e20b42c
- feat: add YAML translation file support by @nguyenphutrong in 33da683
- fix: improve LSP initialization with workspace_folders support by @nguyenphutrong in affba2d
- fix: resolve inlay hints, autocomplete, and go-to-definition issues by @nguyenphutrong in 9f0239f
- fix: use UTF-8 safe string truncation for inlay hints by @nguyenphutrong in b0d8aa1
- refactor: rename project from zed-i18n to intl-lens by @nguyenphutrong in 6c396eb
- docs: add comprehensive README with installation and usage guide by @nguyenphutrong in fb976ef
New Contributors
- @nguyenphutrong made their first contribution in 452553a
Full Changelog: https://github.com/nguyenphutrong/intl-lens/commits/v0.1.0