Skip to content

Commit

Permalink
[email protected]: Version 3.2 CHANGELOG for NWS Fix (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte authored Jun 28, 2024
1 parent b09f424 commit 3aa9dbb
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 39 deletions.
81 changes: 43 additions & 38 deletions [email protected]/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,81 +1,86 @@

### 3.2

* Update National Weather Service (NWS) to remove Humidity as it is no longer
available as a property

### 3.1

* Changed Weather Underground to its proper name
* Updated README with weather station requirement for Weather Underground
* Change Weather Underground to its proper name
* Update README with weather station requirement for Weather Underground

### 3.0.9

* Updated Wunderground driver
* Update Wunderground driver

### 3.0.8

* Updated README
* Update README

### 3.0.7

* Updated Wunderground driver
* Update Wunderground driver

### 3.0.6

* Updated Wunderground driver
* Update Wunderground driver

### 3.0.5

* Updated Wunderground driver
* Update Wunderground driver

### 3.0.4

* Updated Wunderground driver
* Update Wunderground driver

### 3.0.3

* Updated Wunderground driver to always include language parameter
* Update Wunderground driver to always include language parameter

### 3.0.2

* Removed trailing ampersand from API calls
* Remove trailing ampersand from API calls

### 3.0.1

* Updated Wunderground driver
* Fixed import for SERVICE_STATUS_ERROR
* Reordered params
* Update Wunderground driver
* Fix import for SERVICE_STATUS_ERROR
* Reorder params

### 3.0

* Refactored code
* Refactor code
* Drivers are now in individual files for easier development
* Added a last updated timestamp above the service attribution
* Updated location and API key settings to be per service
* Added a setting for displaying the region where supported
* Fixed meteoblue API
* Added National Weather Service API (USA only)
* Added Open-Meteo Non-Commercial API
* Added Weather API (Free) API
* Updated APIXU to weatherstack API
* Updated Weather Underground API
* Removed deprecated World Weather Online (Free) API
* Removed deprecated forecast.io (Dark Sky) API
* Removed deprecated weather.com API
* Created CHANGELOG
* Updated README
* Updated translation template and existing translations
* Add a 'Last Updated' timestamp above the service attribution
* Update location and API key settings to be per service
* Add a setting for displaying the region where supported
* Fix meteoblue API
* Add National Weather Service API (USA only)
* Add Open-Meteo Non-Commercial API
* Add Weather API (Free) API
* Update APIXU to weatherstack API
* Update Weather Underground API
* Remove deprecated World Weather Online (Free) API
* Remove deprecated forecast.io (Dark Sky) API
* Remove deprecated weather.com API
* Create CHANGELOG
* Update README
* Update translation template and existing translations

### 2.11

* Fixed ES6 error in marknote.js
* Used calls safe for 5.4 in desklets.js
* Replaced unsafe calls for safer calls in 5.4+ (this removes the warning in
* Fix ES6 error in marknote.js
* Use calls safe for 5.4 in desklets.js
* Replace unsafe calls for safer calls in 5.4+ (this removes the warning in
the Desklets application UI)
* From Util.spwanCommandLine to Gio.Subprocess
* From Cinnamon.get_file_contents_utf8_sync to GLib.file_get_contents
* Used var for ES6 compatibility (removes the warnings in the logs)
* Moved existing code to the directory 3.0 for backward compatibility purposes
* Whitespace cleaned up within the 5.4 directory
* Removed unused import in desklet.js
* Use `var` for ES6 compatibility (removes the warnings in the logs)
* Move existing code to the directory 3.0 for backward compatibility purposes
* Whitespace cleanup within the 5.4 directory
* Remove unused import in desklet.js

### 2.10

* Added World Weather Online Premium API
* Added APIXU driver
* Add World Weather Online Premium API
* Add APIXU driver
2 changes: 1 addition & 1 deletion [email protected]/files/[email protected]/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Weather",
"uuid": "[email protected]",
"max-instances": "10",
"version": "3.1",
"version": "3.2",
"comments":"Please consider translating the Weather desklet into your language. See the website for more information.",
"website":"https://cinnamon-spices.linuxmint.com/desklets/view/20",
"contributors":"Chris Hastie",
Expand Down

0 comments on commit 3aa9dbb

Please sign in to comment.