Skip to content

Releases: nonoroazoro/vscode-syncing

Syncing-1.7.1

14 Jul 08:44
Compare
Choose a tag to compare
  • Changed: Delete the settings-mac.json file automatically after uploading.

Syncing-1.7.0

14 Jul 08:44
Compare
Choose a tag to compare
  • Changed: Merge the settings.json and settings-mac.json files into one, i.e., the settings.json file.

  • Changed: Check the editor.formatOnSave setting before formating the settings file during the synchronization.

Syncing-1.6.2

11 May 03:30
Compare
Choose a tag to compare
  • Changed: Format VSCode User Settings file.

  • Changed: Replace temp with tmp.

  • Fixed: Automatically clean up temporary file and directory.

Syncing-1.6.1

09 May 16:27
Compare
Choose a tag to compare
  • Fixed: Replace adm-zip with extract-zip to fix a bug on windows, finally!

Syncing-1.6.0

09 May 12:32
Compare
Choose a tag to compare

Syncing-1.5.3

08 Feb 03:14
Compare
Choose a tag to compare
  • Fixed: An error introduced by VSCode 1.20.

Syncing-1.5.2

28 Dec 08:50
Compare
Choose a tag to compare
  • Fixed: A bug caused by adm-zip on Linux Mint and Xubuntu (Issue #21).

  • Changed: Enhance user guides.

Syncing-1.5.1

04 Dec 12:51
Compare
Choose a tag to compare
  • Added: Added Breaking Changes section in README.md.

  • Changed: Simplified user guide.

  • Changed: Reduced extension file size.

Syncing-1.5.0

04 Dec 07:48
Compare
Choose a tag to compare
  • Changed: Rewrite in TypeScript, now we have typings.

  • Added: Isolate the http_proxy setting into Syncing's settings file (which means Syncing will no longer read proxy settings from VSCode 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 from http_proxy and https_proxy environment variables.