Skip to content

Releases: crowdin/vscode-crowdin

2.2.0

14 Mar 13:40
fe1df7e
Compare
Choose a tag to compare

What's Changed

  • feat: Strings extract by @yevheniyJ in #165

    This feature allows you to extract strings from your source files and upload them to Crowdin.

    Just select the necessary text and use the Crowdin: Extract String from the context menu. You will then be asked to enter the key for that string and select the file to upload it to.

Full Changelog: 2.1.0...2.2.0

2.1.0

19 Feb 14:49
5bbeb57
Compare
Choose a tag to compare

What's Changed

  • feat: settings reorder, translations mismatch error by @yevheniyJ in #163
  • build(deps): bump @crowdin/crowdin-api-client from 1.28.2 to 1.29.5 by @dependabot in #161
  • build(deps): bump axios from 1.6.3 to 1.6.7 by @dependabot in #162
  • build(deps-dev): bump the development-dependencies group with 4 updates by @dependabot in #160

Full Changelog: 2.0.0...2.1.0

2.0.0

23 Jan 14:20
ff8d831
Compare
Choose a tag to compare

What's Changed

  • String-based projects support

    In string-based projects, the focus is on managing translatable content as individual strings rather than source files. In this project type, after uploading source files, Crowdin parses them into source strings. Unlike file-based projects, source files aren’t stored, and the emphasis is on managing the content at the string level. This approach is beneficial when dealing with projects that involve continuous content updates, dynamic content, or where a string-oriented structure is preferred.

  • The main panel has been split into two separate panels

    • Upload panel - same as before, but only for uploading sources to a Crowdin project
    • Download panel
      • For file-based projects it's the same as before, but with only download sources & translations actions
      • For string-based projects, shows a list of bundles with download action
  • Fixes for multi-workspace setup

    • If there is more than 1 workspace, we now show workspace selection before selecting a project
    • Project is saved for workspace instead of global setting

Full Changelog: 1.6.3...2.0.0

1.6.3

15 Dec 11:43
c1c84b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.6.3

1.6.2

20 Nov 14:30
fd5ff5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.6.2

1.6.1

03 Nov 07:35
dceadf6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

31 Oct 09:40
c20112b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.6.0

1.5.1

11 Oct 11:27
245df6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

13 Jun 07:24
52cb53f
Compare
Choose a tag to compare

What's Changed

use-git-branch

Full Changelog: 1.4.1...1.5.0

1.4.1

13 Feb 08:29
4912f17
Compare
Choose a tag to compare

Updated

Fixed