From 6cf2717ede1db6c5c3eacf72c3080a2908a69d6c Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 15 Mar 2024 07:13:13 +0100 Subject: [PATCH] new version --- CMakeLists.txt | 2 +- resources/scripts/github-actions/build-windows.ps1 | 6 +++--- resources/text/CHANGELOG | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fa75e7a1..8bb5e2304 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ set(APP_AUTHOR "Martin Rotter") set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}") set(APP_REVERSE_NAME "io.github.martinrotter.rssguard") set(APP_DONATE_URL "https://github.com/sponsors/martinrotter") -set(APP_VERSION "4.6.5") +set(APP_VERSION "4.6.6") set(APP_URL "https://github.com/martinrotter/rssguard") set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io") diff --git a/resources/scripts/github-actions/build-windows.ps1 b/resources/scripts/github-actions/build-windows.ps1 index 39223309a..b4070cb86 100755 --- a/resources/scripts/github-actions/build-windows.ps1 +++ b/resources/scripts/github-actions/build-windows.ps1 @@ -48,13 +48,13 @@ $zlib_version = "1.3.1" $zlib_link = "https://github.com/madler/zlib/archive/refs/tags/v$zlib_version.zip" $zlib_output = "zlib.zip" -$libmpv_date = "2024-02-20" -$libmpv_commit = "f9197e0" +$libmpv_date = "2024-03-14" +$libmpv_commit = "5dd2d19" $libmpv_version = "{0}-git-{1}"-f $libmpv_date.Replace("-", ""), $libmpv_commit $libmpv_link = "https://github.com/zhongfly/mpv-winbuild/releases/download/$libmpv_date-$libmpv_commit/mpv-dev-x86_64-$libmpv_version.7z" $libmpv_output = "mpv.zip" -$ytdlp_version = "2023.12.30" +$ytdlp_version = "2024.03.10" $ytdlp_link = "https://github.com/yt-dlp/yt-dlp/releases/download/$ytdlp_version/yt-dlp.exe" $libmpv_output = "yt-dlp.exe" diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index 0d383fed2..e2c0fde21 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,9 @@ +4.6.6 +----- + +Fixed: +* Some build problems and regressions are now fixed, sorry for this. + 4.6.4 -----