From cbc509ca271474e878c982a9b47709c714efade1 Mon Sep 17 00:00:00 2001 From: ruifontes Date: Thu, 29 Jul 2021 00:53:50 +0100 Subject: [PATCH] Version 21.07.29 Set autoUpdate as true by default Serbian translation updated --- addon/GlobalPlugins/frequentText/__init__.py | 2 +- buildVars.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon/GlobalPlugins/frequentText/__init__.py b/addon/GlobalPlugins/frequentText/__init__.py index fbc3dc4..d82324d 100644 --- a/addon/GlobalPlugins/frequentText/__init__.py +++ b/addon/GlobalPlugins/frequentText/__init__.py @@ -43,7 +43,7 @@ # for the auto update process def initConfiguration(): confspec = { - "isUpgrade": "boolean(default=False)", + "isUpgrade": "boolean(default=True)", } config.conf.spec["FrequentText"] = confspec diff --git a/buildVars.py b/buildVars.py index 75860c2..e380ff6 100644 --- a/buildVars.py +++ b/buildVars.py @@ -25,7 +25,7 @@ def _(arg): # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description": _("""Stores and make possible the entry of frequently used blocks of text. Command: Windows+F12."""), # version - "addon_version": "21.07", + "addon_version": "21.07.29", # Author(s) "addon_author": u"Rui Fontes and Ângelo Abrantes ", # URL for the add-on documentation support