diff --git a/VERSION b/VERSION index 09a3acf..bcaffe1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.7.0 \ No newline at end of file diff --git a/conf.py b/conf.py index 5a59b71..e4c3994 100644 --- a/conf.py +++ b/conf.py @@ -29,7 +29,7 @@ TYPE_EXTENSION = 1 NAME = 'ZAZFavorites' # ~ https://semver.org/ -VERSION = '0.6.0' +VERSION = '0.7.0' # ~ Should be unique, used URL inverse diff --git a/files/ZAZFavorites_v0.6.0.oxt b/files/ZAZFavorites_v0.7.0.oxt similarity index 94% rename from files/ZAZFavorites_v0.6.0.oxt rename to files/ZAZFavorites_v0.7.0.oxt index 3fd6405..518cceb 100644 Binary files a/files/ZAZFavorites_v0.6.0.oxt and b/files/ZAZFavorites_v0.7.0.oxt differ diff --git a/source/description.xml b/source/description.xml index 35b95b0..f28b87a 100644 --- a/source/description.xml +++ b/source/description.xml @@ -1,7 +1,7 @@ - + Favorites files Archivos favoritos diff --git a/source/pythonpath/main.py b/source/pythonpath/main.py index 5b5401b..e37fa31 100644 --- a/source/pythonpath/main.py +++ b/source/pythonpath/main.py @@ -45,7 +45,6 @@ class Controllers(object): name = self.d.grid[0, i] path = self.d.grid[2, i] label = f'{i+1}. {name}' - path = app.paths.join(path, name) url = app.paths.to_url(path) sm = {'Label': label, 'CommandURL': base.format(url)} submenus.append(sm)