forked from platformio/platformio-core
Disabled automatic updates by default for platforms, packages and libraries // Resolve #171
This commit is contained in:
@@ -8,6 +8,8 @@ Release History
|
|||||||
confirmation prompts (`issue #152 <https://github.com/platformio/platformio/issues/152>`_)
|
confirmation prompts (`issue #152 <https://github.com/platformio/platformio/issues/152>`_)
|
||||||
* Allowed to choose which library to update
|
* Allowed to choose which library to update
|
||||||
(`issue #168 <https://github.com/platformio/platformio/issues/168>`_)
|
(`issue #168 <https://github.com/platformio/platformio/issues/168>`_)
|
||||||
|
* Disabled automatic updates by default for platforms, packages and libraries
|
||||||
|
(`issue #171 <https://github.com/platformio/platformio/issues/171>`_)
|
||||||
|
|
||||||
|
|
||||||
1.4.0 (2015-04-11)
|
1.4.0 (2015-04-11)
|
||||||
|
@@ -24,11 +24,11 @@ DEFAULT_SETTINGS = {
|
|||||||
},
|
},
|
||||||
"auto_update_platforms": {
|
"auto_update_platforms": {
|
||||||
"description": "Automatically update platforms (Yes/No)",
|
"description": "Automatically update platforms (Yes/No)",
|
||||||
"value": True
|
"value": False
|
||||||
},
|
},
|
||||||
"auto_update_libraries": {
|
"auto_update_libraries": {
|
||||||
"description": "Automatically update libraries (Yes/No)",
|
"description": "Automatically update libraries (Yes/No)",
|
||||||
"value": True
|
"value": False
|
||||||
},
|
},
|
||||||
"enable_telemetry": {
|
"enable_telemetry": {
|
||||||
"description": ("Shares commands, platforms and libraries usage"
|
"description": ("Shares commands, platforms and libraries usage"
|
||||||
|
Reference in New Issue
Block a user