Releases: nonoroazoro/vscode-syncing
Syncing-3.0.0
- Added: Add support for settings auto-sync.
Syncing-2.1.6
- Changed: Remove unused files to reduce the extension size and improve the performance.
Syncing-2.1.5
-
Added: Handle error during initialization.
-
Added: Added Anti 996 license.
-
Changed: Tweak localizations.
Syncing-2.1.4
-
Fixed: Cannot download settings from a public Gist.
-
Changed: Tweak download process, reduce interruptions.
-
Changed: Replace
lodash.isstring
with local util.
Syncing-2.1.3
-
Changed: Synchronize with the latest
octokit
api. -
Changed: Upgrade the VSCode web api to version
5.1-preview.1
.
Syncing-2.1.2
- Changed: Increase the download speed and accelerate the process of adding and installing VSCode extensions.
Syncing-2.1.1
-
Added: Add support for the VSCode exploration builds.
-
Added: Add support for the self-compiled version of VSCode under the default configuration (Thank @Backfighter for the PR).
Syncing-2.1.0
-
Added: Add support for different editions of VSCode binaries.
-
Changed: Tweak the localizations.
Syncing-2.0.7
-
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
- Fixed: Fixed the issue introduced by
deepmerge
.