Skip to content

Latest commit

 

History

History
81 lines (68 loc) · 4.99 KB

File metadata and controls

81 lines (68 loc) · 4.99 KB

Changelog

v0.8.1 (2016-12-29)

  • Restore keeps reinstalling disabled packages. Closes #328

v0.8.0 (2016-12-08)

  • Remove Analytics. Closes #321
  • Avoid exception when editing Analytics User Id. Closes #320
  • Catch SyntaxError for JSON.parse calls. Closes #319
  • Reduce debug messages on the console. Closes #312
  • Add notifications while installing packages, limit concurrent installations. Closes #311
  • Sync disabled packages too. Closes #310
  • Allow syncing git-installed packages. Closes #299
  • Update dependencies, switch back to github from github4. Closes #283
  • Add keywords to package manifest. Closes #235

v0.7.2 (2016-03-11)

  • New release from new location

v0.7.1 (2016-03-11)

v0.7.0 (2016-03-07)

  • Allow synchronizing some settings of this package. Closes #193
  • Fix restoring settings of type color. Fixes #180
  • Improve documentation to use private gists. Closes #190
  • Add option to blacklist specific configuration values. Closes #165
  • Trim GistID and personal access token. Fixes #153
  • Add fork command. Closes #187
  • Use platform specific folder for temporary files during testing. Closes 185
  • Add option to mute latest backup message on startup 182
  • Check for mandatory settings at startup. Closes 140
  • Proxy support. Closes 142
  • Improve documentation how to run sync settings commands. Closes 172
  • Add option to customize Gist description. Closes 163
  • Improve documentation on settings in config.cson. Closes 161
  • Improve documentation how to run the unit tests. Closes 139
  • Use deterministic package order for reasonable diffs. Fixes 149
  • Fix uncaught TypeError. Fixes 135
  • Restore check backup command. Fixes 116

v0.6.0 (2015-08-01)

  • Check for updated backup. Closes #81
  • New menu option to open the gist with external browser. Closes #87
  • Track usage. Closes #82

v0.5.0 (2015-06-26)

  • Fixed snippets not applied. Fixes #36
    • Please note that this issue created a redundant file called snippets.coffee
  • Rename Upload/Download to Backup/Restore. Fixes #50
  • Remove keymaps. Closes #69
  • Improve package load time. Fixes #33
  • Settings for which things to sync. Closes #54

v0.4.0 (2015-06-10)

  • Added default contents for empty files
  • Fix writing contents to extra files

v0.3.0 (2015-06-09)

  • Defer package activation until first upload/download
  • Added link to uploaded gist in success notification
  • Fixed deprecations
  • Update atom engine semver

v0.2.2 (2015-03-05)

  • Fixed deprecations
  • Fixed #23
  • Added extra files setting

v0.2.1 (2015-01-24)

  • Added notifications
  • Fixed deprecations

v0.2.0 (2015-01-06)

  • Sync user styles
  • Sync init
  • Sync snippets
  • Remove sensitive sync-settings setting data

v0.1.0 (2014-08-03)

  • First Release