Skip to content

Commit f8fdf9e

Browse files
committed
release v0.7.0
1 parent b2bee2b commit f8fdf9e

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@
7777
</screenshots>
7878

7979
<releases>
80+
<release version="0.7.0" date="2026-07-09">
81+
<description>
82+
<ul>
83+
<li>Screen-reader support: playback and favourite controls now have accessible labels, and favourite cards can be activated with the keyboard</li>
84+
<li>Translate the new interface strings into all supported languages and rewrite the broken Hindi translation</li>
85+
<li>Refresh the station database: 38,920 checked stations and new language filters</li>
86+
<li>Fix song downloads after YouTube player changes</li>
87+
</ul>
88+
</description>
89+
</release>
8090
<release version="0.6.0" date="2026-06-30">
8191
<description>
8292
<ul>

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
receiver (0.7.0-1) unstable; urgency=medium
2+
3+
* Screen-reader support: playback and favourite controls now have
4+
accessible labels, and favourite cards can be activated with the
5+
keyboard
6+
* Translate the new interface strings into all supported languages and
7+
rewrite the broken Hindi translation
8+
* Refresh the station database: 38,920 checked stations and new
9+
language filters
10+
* Fix song downloads after YouTube player changes
11+
12+
-- Michał Adamski <michal.adamski@808bits.com> Thu, 09 Jul 2026 20:23:14 +0200
13+
114
receiver (0.6.0-1) unstable; urgency=medium
215

316
* Add a terminal UI (receiver-tui): browse and play, Favourites and

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.6.0',
2+
version: '0.7.0',
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.6.0'
3+
version: '0.7.0'
44
title: Receiver
55
summary: 30,000+ verified radio stations
66
description: |

0 commit comments

Comments
 (0)