5.2.16 (2022-04-17)
- deps: update dependencies (9f5a63d)
5.2.15 (2021-08-25)
5.2.14 (2021-07-26)
5.2.13 (2021-07-02)
5.2.12 (2021-06-28)
5.2.11 (2021-05-31)
5.2.10 (2021-05-07)
5.2.9 (2021-03-26)
- update octokit with rest namespace (dcd06d8)
5.2.8 (2021-03-23)
- deps: bump proxy-agent from 4.0.0 to 4.0.1 (#623) (09caa54)
- deps: bump semver from 7.3.4 to 7.3.5 (#666) (072e4e8)
5.2.7 (2021-03-02)
5.2.6 (2021-02-03)
5.2.5 (2021-01-27)
5.2.4 (2021-01-26)
- keep track of location services and always use last loaded (7b247c2)
5.2.3 (2021-01-26)
5.2.2 (2021-01-22)
5.2.1 (2021-01-16)
- don't throw on multiple location services (209d65f)
5.2.0 (2021-01-06)
5.1.0 (2020-12-14)
- add autocheck dropdown setting (b45d052)
5.0.10 (2020-12-02)
- deps: bump @octokit/rest from 18.0.9 to 18.0.10 (#605) (bd12e82)
- deps: bump semver from 7.3.2 to 7.3.4 (#606) (594cf7d)
5.0.9 (2020-11-23)
5.0.8 (2020-11-17)
5.0.7 (2020-11-09)
5.0.6 (2020-11-03)
5.0.5 (2020-09-29)
5.0.4 (2020-09-28)
5.0.3 (2020-09-25)
- deps: bump atom-modal-views from 1.0.1 to 1.0.2 (#561) (85b8818)
- deps: bump etch from 0.14.0 to 0.14.1 (#558) (5ebef7a)
5.0.2 (2020-09-11)
- display error on restore when no backup files exist (3bd4caa)
5.0.1 (2020-09-04)
5.0.0 (2020-09-03)
sync-settings.blacklistedKeys
has been changed tosync-settings.disallowedSettings
4.3.10 (2020-08-27)
4.3.9 (2020-08-19)
- use atom-modal-views (02f74b2)
4.3.8 (2020-07-27)
4.3.7 (2020-07-24)
4.3.6 (2020-07-14)
4.3.5 (2020-06-28)
- backup storing directory with forward slash (ab4a640)
- restore folders that don't exist locally (c184aad)
- use asynchronous fs methods (31076e3)
- use fs-extra for promisified functions (5215187)
4.3.4 (2020-06-28)
4.3.3 (2020-04-29)
4.3.2 (2020-03-15)
4.3.1 (2020-03-04)
- fix removing files when content is null (72e5255)
- getting gist doesn't require token (1246d43), closes #281
4.3.0 (2020-03-04)
- use is-binary-path to determine encoding (ae87c54)
4.2.0 (2020-03-02)
4.1.0 (2020-02-27)
4.0.0 (2020-02-27)
-
- check-backup uses diff
-
change lastBackupHash to lastBackupTime
3.0.0 (2020-02-20)
-
rewrite code into modules
-
create input-view
-
create github-api
-
add notify specs
-
add integration tests
2.3.1 (2020-02-17)
2.3.0 (2020-02-14)
2.2.0 (2020-02-11)
2.1.0 (2020-02-10)
- add setting to install latest version of packages (#478) (b3c1f0c)
- add syncThemes setting (#479) (9ca9177)
2.0.3 (2020-02-10)
- remove correct packages (ab1e54b)
2.0.2 (2020-02-10)
- back up settings (ff0ac1b)
- mark files with only whitespace as not found (343c43c)
- notify backup up to date (abe8298)
- warn about backing up config.cson (cb8ea45)
2.0.1 (2020-02-08)
- Rewrite code in JavaScript and update dependencies #464
- Fix handling of property names with a dot. Closes #358
- Ensure fetched files contain valid JSON before using them to restore config. Closes #315, #362, #368, #384, #413, #416, #417
- Fix reading property 'substr' of undefined. Closes #409
- Support Atom 1.25 and newer. Closes #403 and #405
- Redact parts of the personal access token from debug message. Closes #395
- Fallback to GIST_ID environment variable. Closes #367
- Fix configu option to remove obsolete packages. Closes #379
- Prioritize package settings over GITHUB_TOKEN env variable. Closes #366
- Remove obsolete packages. Closes #91
- Utilise GITHUB_TOKEN env variable. Closes #343
- Add support for init.js. Closes #331
- Restore keeps reinstalling disabled packages. Closes #328
- 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
- New release from new location
- This package has been moved to Atom Community organization. Closes #227
- 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 disallow 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
- Check for updated backup. Closes #81
- New menu option to open the gist with external browser. Closes #87
- Track usage. Closes #82
- Fixed snippets not applied. Fixes #36
- Please note that this issue created a redundant file called
snippets.coffee
- Please note that this issue created a redundant file called
- 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
- Added default contents for empty files
- Fix writing contents to extra files
- Defer package activation until first upload/download
- Added link to uploaded gist in success notification
- Fixed deprecations
- Update atom engine semver
- Fixed deprecations
- Fixed #23
- Added extra files setting
- Added notifications
- Fixed deprecations
- Sync user styles
- Sync init
- Sync snippets
- Remove sensitive sync-settings setting data
- First Release