All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.2 - 2020-06-25
- New setting to round to nearest integer value of temperature by @thepaulstella
- Force load settings on page start
- Update screenshot
2.1.1 - 2020-05-23
- New input to choose where to display the city name or hide it
- Fixed default values after plugin update by @jahands
- make the weather icon smaller
2.1.0 - 2020-05-19
- New provider Open Map API for weather data
- Add weather Icon + city name in same canvas and render from it
- Display city name
- Generic link to "Get API Key" dependant on the selected provider
- Added badge of version
- Align software and hardware display
- Fix small bugs
2.0.2 - 2020-04-25
- New function to set default value for dropdown
- Cleaned javascript code
2.0.1 - 2020-04-20
- Catch failure in response from weatherAPI to display error alert
- Show the city name in the software title
- Initial gitignore and Changelog files
- Updated manifest file (tooltip, author full name, author website, description, version bump)
- Force the city name to be transformed to lowercase
- Added a link in plugin to submit a bug report
- Screenshot for readme updated
- hidden .idea folder has been deleted
2.0.0 - 2020-04-18
- Possible selection of temperature units (celsius or fahrenheit)
- Set frequency of fetching of data (on push, 10 minutes, 30 minutes, 1 hour)
- Select provider drop down list
- Rework the whole script for fetching data while implementing setInterval to get relevant data
1.0.0 - 2020-04-16
- Initial structure of plugin
- link to weatherAPI to fetch data
- Inputs provided are API key and City