Skip to content

Commit

Permalink
release v1.5
Browse files Browse the repository at this point in the history
- new option to change color of window and progressbar
- handling exception for issue #69 #59
- updated credits

Co-Authored-By: Dankyss <danky@devbeef.com>
  • Loading branch information
MarcoPNS and Dankyss committed Sep 18, 2022
1 parent 08facea commit 0008ec6
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 144 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Such wow! Much amaze!
[Create a Issue if something went wrong](https://github.com/MarcoPNS/Spotify-Stream-Widget/issues)

## Credits
Made by Marco Sadowski - Follow me on [Twitch](https://www.twitch.tv/marcnado) or [Twitter](https://twitter.com/MarcoSadowski)

This application use [Metroframework by Dennis Magno](https://github.com/dennismagno/metroframework-modern-ui) and [SpotifyAPI-NET by Jonas Dellinger](https://github.com/JohnnyCrazy/SpotifyAPI-NET)
Made by [Marco Sadowski](https://twitter.com/MarcoSadowski) - Follow me on [Twitch](https://www.twitch.tv/marcnado) or [Twitter](https://twitter.com/MarcoSadowski)
Contributers:
[Dankyss](https://github.com/Dankyss),
[J Wong](https://github.com/wong-justin),
[Corey Durthaler](https://github.com/cdurth),
[Not Bob](https://github.com/notdabob)<br/>
Also using [Metroframework by Dennis Magno](https://github.com/dennismagno/metroframework-modern-ui) and [SpotifyAPI-NET by Jonas Dellinger](https://github.com/JohnnyCrazy/SpotifyAPI-NET).
Binary file added Release/Spot_Widget_1_5_0_0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Release/version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1.0
1.5.0.0
5 changes: 4 additions & 1 deletion Spotify Stream Widget/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<setting name="ProgressBarStyle" serializeAs="String">
<value>Blocks</value>
</setting>
<setting name="Color" serializeAs="String">
<setting name="ProgressColor" serializeAs="String">
<value>Green</value>
</setting>
<setting name="ExportMode" serializeAs="String">
Expand All @@ -31,6 +31,9 @@
<setting name="LocalDir" serializeAs="String">
<value />
</setting>
<setting name="WindowColor" serializeAs="String">
<value>Green</value>
</setting>
</Spotify_Stream_Widget.My.MySettings>
</userSettings>
<runtime>
Expand Down
4 changes: 2 additions & 2 deletions Spotify Stream Widget/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.4.2.0")>
<Assembly: AssemblyFileVersion("1.4.2.0")>
<Assembly: AssemblyVersion("1.5.0.0")>
<Assembly: AssemblyFileVersion("1.5.0.0")>
154 changes: 83 additions & 71 deletions Spotify Stream Widget/My Project/Settings.Designer.vb

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

5 changes: 4 additions & 1 deletion Spotify Stream Widget/My Project/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Setting Name="ProgressBarStyle" Type="System.String" Scope="User">
<Value Profile="(Default)">Blocks</Value>
</Setting>
<Setting Name="Color" Type="System.String" Scope="User">
<Setting Name="ProgressColor" Type="System.String" Scope="User">
<Value Profile="(Default)">Green</Value>
</Setting>
<Setting Name="ExportMode" Type="System.Boolean" Scope="User">
Expand All @@ -26,5 +26,8 @@
<Setting Name="LocalDir" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="WindowColor" Type="System.String" Scope="User">
<Value Profile="(Default)">Green</Value>
</Setting>
</Settings>
</SettingsFile>
Loading

0 comments on commit 0008ec6

Please # to comment.