Skip to content

Releases: crowdin/context-harvester

0.5.2

23 Jan 10:26
Compare
Choose a tag to compare

What's Changed

  • fix: misspelling of crowdin as an AI provider by @jojoman2 in #14
  • chore(deps): bump nanoid, @ai-sdk/anthropic, @ai-sdk/azure, @ai-sdk/google-vertex, @ai-sdk/mistral, @ai-sdk/openai and ai by @dependabot in #15
  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #16

New Contributors

Full Changelog: 0.5.1...0.5.2

0.5.1

18 Nov 14:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

31 Oct 12:39
Compare
Choose a tag to compare

What's Changed

  • feat: add more AI providers. add check command. put as much code as AI can read in single prompt by @dimonzz in #11
  • docs: add info about the check command by @andrii-bodnar in #12

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

14 Oct 08:15
Compare
Choose a tag to compare

What's Changed

fix: cli options rework by @yevheniyJ in #10

Breaking changes ⚠️

In this release, we've changed the naming of some environment variables and CLI options to make the Harvester CLI more compatible with the Crowdin CLI.

Environment variable changes:

  • CROWDIN_TOKEN -> CROWDIN_PERSONAL_TOKEN
  • CROWDIN_ORG -> CROWDIN_BASE_URL (Crowdin Enterprise only. Should follow this format: https://<org-name>.api.crowdin.com).
  • CROWDIN_PROJECT_ID - New Environment variable.

CLI option changes:

  • -o/--org -> -u/--url (Crowdin Enterprise only. Should follow this format: https://<org-name>.api.crowdin.com).

Full Changelog: 0.3.1...0.4.0

0.3.1

27 May 12:42
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1

0.3.0

27 May 09:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

22 May 12:52
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

0.2.0

22 May 12:10
Compare
Choose a tag to compare

What's Changed

  • Bug fixes and improvements by @dies in #3

Full Changelog: 0.1.2...0.2.0

0.1.2

22 May 09:47
Compare
Choose a tag to compare

What's Changed

  • feat: more improvements by @dies in #2

New Contributors

  • @dies made their first contribution in #2

Full Changelog: 0.1.0...0.1.2

0.1.0

22 May 07:05
Compare
Choose a tag to compare

Initial release ✨