Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice-Deshayes-aka-Xtream committed Apr 15, 2020
1 parent ff4c606 commit 1a3b58d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## version 2020.04.15
- [Shutdown sensor] can't specify time for scheduled shutdown [#25](https://github.com/Fabrice-Deshayes-aka-Xtream/XtreamToolbox/issues/25)
- [Power Status Sensor] battery level indicator is no more update in real time (only on toolbox restart) [#23](https://github.com/Fabrice-Deshayes-aka-Xtream/XtreamToolbox/issues/23)
- [Weather Sensor] remove popup when open weather api not reachable [#24](https://github.com/Fabrice-Deshayes-aka-Xtream/XtreamToolbox/issues/24)

## version 2019.09.29
- [System Info Sensor] Add Windows 10 release id (ie 1903 for march 2019) [#20](https://github.com/Fabrice-Deshayes-aka-Xtream/XtreamToolbox/issues/20)
- [Weather Sensor] browse to your city weather forecast on OpenWeather on left click [#21](https://github.com/Fabrice-Deshayes-aka-Xtream/XtreamToolbox/issues/21)
Expand Down
12 changes: 6 additions & 6 deletions Xtream's ToolBox/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Xtream's ToolBox/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<Value Profile="(Default)">https://contacts.google.com</Value>
</Setting>
<Setting Name="_version" Type="System.String" Scope="Application">
<Value Profile="(Default)">2019.09.29</Value>
<Value Profile="(Default)">2020.04.15</Value>
</Setting>
<Setting Name="location" Type="System.Collections.Specialized.StringCollection" Scope="User">
<Value Profile="(Default)" />
Expand Down
2 changes: 1 addition & 1 deletion Xtream's ToolBox/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<applicationSettings>
<XtreamToolbox.Properties.Settings>
<setting name="_version" serializeAs="String">
<value>2019.09.29</value>
<value>2020.04.15</value>
</setting>
</XtreamToolbox.Properties.Settings>
</applicationSettings>
Expand Down

0 comments on commit 1a3b58d

Please sign in to comment.