From b52ff11d3c3b5a057988c20cc3633d2a3287095c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 17 Apr 2015 12:28:10 +0100 Subject: [PATCH] Disabled automatic updates by default for platforms, packages and libraries // Resolve #171 --- HISTORY.rst | 2 ++ platformio/app.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 41d4c90c..cbcf528d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,8 @@ Release History confirmation prompts (`issue #152 `_) * Allowed to choose which library to update (`issue #168 `_) +* Disabled automatic updates by default for platforms, packages and libraries + (`issue #171 `_) 1.4.0 (2015-04-11) diff --git a/platformio/app.py b/platformio/app.py index 2060d552..c7776827 100644 --- a/platformio/app.py +++ b/platformio/app.py @@ -24,11 +24,11 @@ DEFAULT_SETTINGS = { }, "auto_update_platforms": { "description": "Automatically update platforms (Yes/No)", - "value": True + "value": False }, "auto_update_libraries": { "description": "Automatically update libraries (Yes/No)", - "value": True + "value": False }, "enable_telemetry": { "description": ("Shares commands, platforms and libraries usage"