Skip to content

Releases: nonoroazoro/vscode-syncing

Syncing-2.1.2

13 Feb 09:34

Choose a tag to compare

  • Changed: Increase the download speed and accelerate the process of adding and installing VSCode extensions.

Syncing-2.1.1

12 Feb 09:41

Choose a tag to compare

Syncing-2.1.0

30 Jan 09:13

Choose a tag to compare

  • Added: Add support for different editions of VSCode binaries.

  • Changed: Tweak the localizations.

Syncing-2.0.7

03 Dec 06:11

Choose a tag to compare

  • Changed: Syncing will remain deactivated until you execute any of its commands.

  • Fixed: Sort the extensions in alphabetical order to stabilize the settings.

Syncing-2.0.6

29 Nov 10:52

Choose a tag to compare

  • Fixed: Fixed the issue introduced by deepmerge.

Syncing-2.0.5

29 Nov 04:11

Choose a tag to compare

  • Changed: Replaced moment with date-fns which can significantly reduce the extension's size.

  • Fixed: Fixed the event-stream security issue.

Syncing-2.0.2

13 Nov 06:13

Choose a tag to compare

  • Fixed: Fixed an error while parsing VSCode settings.

Syncing-2.0.1

01 Nov 07:08

Choose a tag to compare

  • Changed: Refactor and improve code readability (migrate from node async utilities to async functions).

  • Fixed: Trying to avoid the repeated creation of gists.

Syncing-2.0.0

30 Oct 06:26

Choose a tag to compare

  • Added: Support for i18n (internationalization), and currently is shipped with English and Simplified Chinese.

  • Changed: Improve the startup performance (Thank @fabiospampinato for the advice).

Syncing-1.9.0

30 Oct 06:26

Choose a tag to compare

  • Added: Support VSCode Portable Mode.

  • Changed: Improve the performance of the synchronization process, and use a new CDN to install extensions, which should significantly accelerate the synchronization.

  • Changed: Simplify the extensions.json file.

  • Fixed: Added CaseInsensitiveMap and CaseInsensitiveSet to fix the inconsistency of VSCode extension's id.