Skip to content

Commit

Permalink
Version 21.07.29
Browse files Browse the repository at this point in the history
Set autoUpdate as true by default
Serbian translation updated
  • Loading branch information
ruifontes committed Jul 28, 2021
1 parent ab9890c commit cbc509c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/GlobalPlugins/frequentText/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> and Ângelo Abrantes <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit cbc509c

Please sign in to comment.