-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ required fixes and update icons v2.0.1
- Loading branch information
jkharrat
committed
Apr 20, 2021
1 parent
4072fc7
commit 9380996
Showing
15 changed files
with
368 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# IntelliJ project files | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [2.0.1] - 2020-04-20 | ||
|
||
### Added | ||
- Catch failure in response from weatherAPI to display error alert | ||
- Show the city name in the software title | ||
- Initial gitignore and Changelog files | ||
|
||
### Changed | ||
- 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 | ||
|
||
### Removed | ||
- hidden .idea folder has been deleted | ||
|
||
## [2.0.0] - 2020-04-18 | ||
|
||
### Added | ||
- Possible selection of temperature units (celsius or fahrenheit) | ||
- Set frequency of fetching of data (on push, 10 minutes, 30 minutes, 1 hour) | ||
|
||
### Changed | ||
- Select provider drop down list | ||
- Rework the whole script for fetching data while implementing setInterval to get relevant data | ||
|
||
### Removed | ||
|
||
## [1.0.0] - 2020-04-16 | ||
### Added | ||
- Initial structure of plugin | ||
- link to weatherAPI to fetch data | ||
- Inputs provided are API key and City | ||
|
||
[1.0.0]: https://github.com/JaouherK/streamDeck-weatherPlugin/releases/tag/v0.5 | ||
[2.0.0]: https://github.com/JaouherK/streamDeck-weatherPlugin/releases/tag/v1.0 | ||
[2.0.1]: https://github.com/JaouherK/streamDeck-weatherPlugin/releases/tag/v2.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.