diff --git a/CHANGELOG b/CHANGELOG index 15fa97b..c33c216 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +06/12/2023 José Carlos Cuevas + + Ditched mplayer as the stream decoding + audio play, it is ancient and abandoned + + Now using ffmpeg as the stream decoding backend + + Now we use the oto player library to control the playback and get the raw WAV + stream to the OS audio system + + Fixed the GUI for the play button + + Added mute button to the GUI + + 05/12/2023 José Carlos Cuevas Version 1.0 ready for production diff --git a/FyneApp.toml b/FyneApp.toml index ea4f7c3..9019f4d 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -4,5 +4,5 @@ Website = "https://radiospiral.net" Icon = "res/icon.png" Name = "RadioSpiral Player" ID = "net.radiospiral.player" -Version = "1.0.0" -Build = 1 +Version = "1.2.0" +Build = 42