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 5636346170ec49732a4c8160814be07d8aa2cc36
Author: politebot <[email protected]>
AuthorDate: Thu Oct 16 19:00:58 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 962eb29..63dd360 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eradio], [0.0.12], [])
+AC_INIT([eradio], [0.0.13], [])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
diff --git a/eradio.spec b/eradio.spec
index 7ced19d..fdc7531 100644
--- a/eradio.spec
+++ b/eradio.spec
@@ -1,5 +1,5 @@
Name: eradio
-Version: 0.0.12
+Version: 0.0.13
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
+* Thu Oct 16 1wErt3r <[email protected]> - 0.0.13
+- Add manual URL entry, add volume slider
* Wed Oct 15 2025 1wErt3r <[email protected]> - 0.0.12
- Use genlist for search results, clear status when clicking stop
* Sun Oct 12 2025 1wErt3r <[email protected]> - 0.0.8
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.