Skip to content

Commit d0cc2a1

Browse files
committed
release v0.3.5
1 parent baf711c commit d0cc2a1

4 files changed

Lines changed: 29 additions & 2 deletions

File tree

data/io.github.meehow.Receiver.metainfo.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
7676
</screenshots>
7777

7878
<releases>
79+
<release version="0.3.5" date="2026-02-24">
80+
<description>
81+
<ul>
82+
<li>Fix ICY stream metadata encoding for Central/Eastern European languages</li>
83+
<li>Strip encoding artifacts from non-Latin scripts in station metadata</li>
84+
<li>Add toggle to hide/show Featured Stations on the home screen</li>
85+
<li>Add HLS master playlist resolution for .m3u8 streams</li>
86+
<li>Add AppImage packaging support</li>
87+
<li>Fix locale fallback and standardize language codes</li>
88+
</ul>
89+
</description>
90+
</release>
7991
<release version="0.3.4" date="2026-02-20">
8092
<description>
8193
<ul>

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
receiver (0.3.5-1) unstable; urgency=medium
2+
3+
* Fix ICY stream metadata encoding for Central/Eastern European languages
4+
* Strip encoding artifacts from non-Latin scripts in station metadata
5+
* Add toggle to hide/show Featured Stations on the home screen
6+
* Add HLS master playlist resolution for .m3u8 streams
7+
* Consolidate playlist resolution into a single function
8+
* Reject HTML responses when an audio stream is expected
9+
* Add AppImage packaging support with GitHub Actions workflow
10+
* Fix locale fallback and standardize language codes
11+
* Stop player when retry limit is exceeded
12+
* Clean up unused translation files
13+
14+
-- Michał Adamski <michal.adamski@808bits.com> Mon, 24 Feb 2026 23:10:00 +0100
15+
116
receiver (0.3.4-1) unstable; urgency=medium
217

318
* Harden Flatpak sandbox by using app ID for MPRIS bus name

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('receiver', 'vala', 'c',
2-
version: '0.3.4',
2+
version: '0.3.5',
33
meson_version: '>= 0.59.0',
44
default_options: ['warning_level=2']
55
)

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: receiver
22
base: core24
3-
version: '0.3.4'
3+
version: '0.3.5'
44
title: Receiver
55
summary: Discover 30,000+ verified radio stations from around the world
66
description: |

0 commit comments

Comments
 (0)