This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit f12db6ae25c9f951bede68cc73f25b2b8ddeaa13
Author: politebot <[email protected]>
AuthorDate: Mon Oct 20 17:09:00 2025 -0500
version bump
---
configure.ac | 2 +-
eradio.spec | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 63dd360..806a125 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eradio], [0.0.13], [])
+AC_INIT([eradio], [0.0.14], [])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
diff --git a/eradio.spec b/eradio.spec
index 555bf92..c4e69b9 100644
--- a/eradio.spec
+++ b/eradio.spec
@@ -1,5 +1,5 @@
Name: eradio
-Version: 0.0.13
+Version: 0.0.14
Release: 1%{?dist}
Summary: A simple EFL internet radio player
License: MIT
@@ -44,6 +44,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%doc README.md
%changelog
+* Mon Oct 20 2025 1wErt3r <[email protected]> - 0.0.14
+- Show bitrate and other station metadata in search results
* Fri Oct 17 2025 1wErt3r <[email protected]> - 0.0.13
- Add manual URL entry, add volume slider
* Wed Oct 15 2025 1wErt3r <[email protected]> - 0.0.12
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.