Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weather@mockturtl version 2.6.7 Settings schema fix #3264

Merged
merged 2 commits into from
Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions weather@mockturtl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.6.7

* Fixes [#3257](https://github.com/linuxmint/cinnamon-spices-applets/issues/3257)

## 2.6.6

* Fixes [#3238](https://github.com/linuxmint/cinnamon-spices-applets/issues/3238)
Expand Down
100 changes: 50 additions & 50 deletions weather@mockturtl/files/weather@mockturtl/3.8/settings-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"presentation"
]
},
"units-section":{
"units-page":{
"type":"page",
"title":"Units, Icons and Keys",
"sections":[
"units",
"units-section",
"icons",
"keybindings"
]
Expand All @@ -42,37 +42,6 @@
"submit-issue"
]
},
"submit-issue" : {
"type":"section",
"title":"Report an issue",
"keys":[
"issue-reporting-explanation",
"submitIssue",
"maintainer"
]
},
"provider-info" : {
"type":"section",
"title":"How to choose a weather provider",
"keys":[
"provider-explanation"
]
},
"location-info": {
"type":"section",
"title":"Allowed location formats",
"keys":[
"loc-info"
]
},
"more-info": {
"type":"section",
"title": "View additional information",
"keys":[
"more-info-label",
"getLocation"
]
},
"provider-options" : {
"type":"section",
"title":"Weather Provider Options",
Expand All @@ -88,21 +57,12 @@
"forecastHours"
]
},
"units" : {
"type":"section",
"title":"Units",
"keys":[
"temperatureUnit",
"windSpeedUnit",
"pressureUnit",
"distanceUnit"
]
},
"keybindings" : {
"weather-conditions" : {
"type":"section",
"title":"Keybindings",
"title":"Weather conditions",
"keys":[
"keybinding"
"translateCondition",
"shortConditions"
]
},
"panel-options" : {
Expand All @@ -128,12 +88,14 @@
"locationLabelOverride"
]
},
"weather-conditions" : {
"units-section" : {
"type":"section",
"title":"Weather conditions",
"title":"Units",
"keys":[
"translateCondition",
"shortConditions"
"temperatureUnit",
"windSpeedUnit",
"pressureUnit",
"distanceUnit"
]
},
"icons" : {
Expand All @@ -144,6 +106,44 @@
"useCustomMenuIcons",
"useCustomAppletIcons"
]
},
"keybindings" : {
"type":"section",
"title":"Keybindings",
"keys":[
"keybinding"
]
},
"provider-info" : {
"type":"section",
"title":"How to choose a weather provider",
"keys":[
"provider-explanation"
]
},
"location-info": {
"type":"section",
"title":"Allowed location formats",
"keys":[
"loc-info"
]
},
"more-info": {
"type":"section",
"title": "View additional information",
"keys":[
"more-info-label",
"getLocation"
]
},
"submit-issue" : {
"type":"section",
"title":"Report an issue",
"keys":[
"issue-reporting-explanation",
"submitIssue",
"maintainer"
]
}
},
"keybinding": {
Expand Down
2 changes: 1 addition & 1 deletion weather@mockturtl/files/weather@mockturtl/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Weather",
"description": "View your local weather forecast",
"max-instances": 3,
"version": "2.6.6",
"version": "2.6.7",
"multiversion": true,
"cinnamon-version": ["2.2", "2.4", "2.6", "2.8", "3.0", "3.2", "3.4", "3.6", "3.8", "4.0", "4.2", "4.4", "4.6", "4.8"]
}