feat(SublimeText2.UtilPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:54:47 -04:00
parent 1e6f643a1b
commit d65666cdfc
541 changed files with 26347 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Package Control 1.3.0 Changelog:
Please be sure to restart Sublime Text 2 to start using this new version.
New Features
- Added tracking of usage (install, upgrade, remove) statistics. Go to
Preferences > Package Settings > Package Control > Settings - User and
set the key "submit_usage" to false.
- Added local tracking of installed packages in
User/Package Control.sublime-settings via the "installed_packages" key.
This allows distributing a settings file that will automatically install
packages.
- repositories.json schema version was increased to 1.1 and the
"last_modified" key was added.