From 09a1e20d68517d3c872a97751946fab57c9c2813 Mon Sep 17 00:00:00 2001 From: Georg krause Date: Fri, 24 Mar 2023 14:28:45 +0100 Subject: [PATCH] Version bump and changelog for --- CHANGELOG | 8 ++++++++ api/funkwhale_api/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 086937e4a..ed323b25f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,14 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog. .. towncrier +1.3.0-rc4 (2023-03-24) +---------------------- + +Update since 1.3.0-rc2: +- Resolved an issue where queue text with mouse over has dark text on dark background (#2058) (2058) +- Improve signal handling for service and containers +- Fixes an issue which made it possible to download all media files without access control (#2101) + 1.3.0-rc3 (2023-01-23) ---------------------- diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index 642d4923e..35b55d4c5 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.0-rc3" +__version__ = "1.3.0-rc4" __version_info__ = tuple( [ int(num) if num.isdigit() else num