Skip to content

Commit

Permalink
weather@mockturtl 3.4.0 (linuxmint#5396)
Browse files Browse the repository at this point in the history
* Fix log saving not working
* Update types
* Add geoclue lib
* Make sure we reset errors in app when we go online
* Use geoclue first
* Fix geoclue
* Use geocode
* Add description to location
* Make sure geoclue is optional
* Add further checks
* Amend logging
* Add changelog and implement geoip from fedora
  • Loading branch information
Gr3q authored Jan 30, 2024
1 parent 3eb3a55 commit 998744d
Show file tree
Hide file tree
Showing 14 changed files with 3,139 additions and 1,777 deletions.
10 changes: 10 additions & 0 deletions weather@mockturtl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.4.0

* Fix [#5212](https://github.com/linuxmint/cinnamon-spices-applets/issues/5212)
* Fix [#5392](https://github.com/linuxmint/cinnamon-spices-applets/issues/5392)
* Fix [#5355](https://github.com/linuxmint/cinnamon-spices-applets/issues/5355)
* Add description to Manual location entry
* Fix Saving Logs button not included the redacted config
* Update library typings for applet
* Use fedora geoip project for autolocation via the internet

## 3.3.1

Fix nominatim not getting location data due to API changes. Related issues:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"title": "Location settings",
"keys": [
"manualLocation",
"location"
"location",
"locationDescription"
]
},
"location-store": {
Expand Down Expand Up @@ -218,6 +219,11 @@
"description": "Location",
"tooltip": "You can enter coordinates 'Latitude,Longitude' (e.g. 51.5085,-0.1257) or use 'City,Country-code' (e.g. London,UK) or try to enter {House number} {Street} {City/Town} {Postcode} {Country}. The search algorithm is very flexible with the format. After 3 seconds without typing the address you entered is replaced automatically for validating your choice."
},
"locationDescription": {
"type": "label",
"dependency": "manualLocation",
"description": "If the location field matches a saved location's 'Search Entry' field, the saved location will be used instead."
},
"saveLocation": {
"type": "button",
"indent": true,
Expand Down
Loading

0 comments on commit 998744d

Please sign in to comment.