Releases: nonoroazoro/vscode-syncing
Syncing-1.7.1
- Changed: Delete the
settings-mac.json
file automatically after uploading.
Syncing-1.7.0
-
Changed: Merge the
settings.json
andsettings-mac.json
files into one, i.e., thesettings.json
file. -
Changed: Check the
editor.formatOnSave
setting before formating the settings file during the synchronization.
Syncing-1.6.2
-
Changed: Format
VSCode User Settings
file. -
Changed: Replace
temp
withtmp
. -
Fixed: Automatically clean up temporary file and directory.
Syncing-1.6.1
- Fixed: Replace
adm-zip
withextract-zip
to fix a bug on windows, finally!
Syncing-1.6.0
-
Added:
README
for Simplified Chinese. -
Added: Poka-Yoke (Mistake-Proofing), see #25 (Thank @christianmalek for the advice).
-
Added: Exclude VSCode settings from being synced, see #29 (Thank @alexanderius for the advice).
-
Fixed: Filter out system junk files such as
.DS_Store
andThumbs.db
.
Syncing-1.5.3
- Fixed: An error introduced by VSCode 1.20.
Syncing-1.5.2
-
Fixed: A bug caused by adm-zip on Linux Mint and Xubuntu (Issue #21).
-
Changed: Enhance user guides.
Syncing-1.5.1
-
Added: Added
Breaking Changes
section in README.md. -
Changed: Simplified user guide.
-
Changed: Reduced extension file size.
Syncing-1.5.0
-
Changed: Rewrite in
TypeScript
, now we havetypings
. -
Added: Isolate the
http_proxy
setting intoSyncing
's settings file (which meansSyncing
will no longer read proxy settings fromVSCode
settings), this may prevent a potential failure caused by wrong proxy settings while syncing between different devices (Thank @mubaidr for the advice). -
Added: Pick
http_proxy
settings fromhttp_proxy
andhttps_proxy
environment variables.