mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

add messages for new version #109

Closed mfuentesg closed 5 years ago

mfuentesg commented 5 years ago

I am happy to announce a new version of Sync Settings. This version includes a lot of improvements and bug fixes

In the previous version of Sync Settings, all files are replaced automatically once completed the download, causing errors like infinite sublime text alerts when a dependency is not installed in your computer.

In this version, Sync Settings will use Package Control commands, to ensure the installation of your packages, before to update Preferences.sublime-settings and Package Control.sublime-settings files.

Improvements:

Bug fixes:

codecov-io commented 5 years ago

Codecov Report

Merging #109 into master will decrease coverage by 0.55%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage    93.9%   93.34%   -0.56%     
==========================================
  Files          13       13              
  Lines         541      541              
==========================================
- Hits          508      505       -3     
- Misses         33       36       +3
Impacted Files Coverage Δ
sync_settings/libs/path.py 94.11% <0%> (-5.89%) :arrow_down:
tests/test_gist_api.py 99.3% <0%> (-0.7%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 18f9f1e...94197ef. Read the comment docs.