Skip to content

Commit

Permalink
Revised.
Browse files Browse the repository at this point in the history
Working on VS2015 Community Edition and latest .NET Framework.
Use relative links in README.
  • Loading branch information
Beluki committed Feb 2, 2016
1 parent a969e47 commit 9584a17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Documentation/Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

CHANGELOG

* 2016/02/02:

- Revised. Working on VS2015 Community Edition and latest .NET Framework.

* 2015/02/01:

- Fixed: balance was resetting back to 0 on stop.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GaGa is a very lightweight, simple online radio player that runs as an icon
on the Windows tray. It's similar to [RadioTray][] for Linux. Here are two
screenshots:

![Screenshot1](https://raw.github.com/Beluki/GaGa/master/Screenshot/Screenshot1.png)
![Screenshot1](Screenshot/Screenshot1.png)

Left click on the icon toggles play/stop. Middle click (with the mouse wheel)
toggles mute. Right click opens the menu with a list of streams. The icon
Expand Down Expand Up @@ -53,7 +53,7 @@ NoLife = http://nolife-radio.com/radio/NoLife-radio.m3u

Which produces the following menu:

![Screenshot2](https://raw.github.com/Beluki/GaGa/master/Screenshot/Screenshot2.png)
![Screenshot2](Screenshot/Screenshot2.png)

Scared of mistakes? Don't worry, GaGa will load an alternate menu with
error details (including exact line) on any error. In the worst-case
Expand Down Expand Up @@ -106,7 +106,7 @@ I plan no further development on it other than maintenance.
Like all my hobby projects, this is Free Software. See the [Documentation][]
folder for more information. No warranty though.

[Documentation]: https://github.com/Beluki/GaGa/tree/master/Documentation
[Documentation]: Documentation
[Releases]: https://github.com/Beluki/GaGa/releases

[Mono]: http://mono-project.com
Expand Down
4 changes: 2 additions & 2 deletions Source/GaGa/Assembly/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

[assembly: AssemblyTitle("GaGa Radio Player")]
[assembly: AssemblyProduct("GaGa")]
[assembly: AssemblyVersion("2015.02.01")]
[assembly: AssemblyFileVersion("2015.02.01")]
[assembly: AssemblyVersion("2016.02.02")]
[assembly: AssemblyFileVersion("2016.02.02")]

0 comments on commit 9584a17

Please sign in to comment.