From 376ce66da867830c51b064ed1126df956fd39069 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 10 May 2026 16:04:07 +0200 Subject: [PATCH] Release 1.29.0 --- CHANGELOG.md | 4 ++-- constants.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 739f5985f..600c05c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). -## 2026-05-XX FreshRSS 1.29.0-dev +## 2026-05-10 FreshRSS 1.29.0 * Features * New sort order preferences at global, category, and feed levels [#8234](https://github.com/FreshRSS/FreshRSS/pull/8234) @@ -122,7 +122,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). [#8667](https://github.com/FreshRSS/FreshRSS/pull/8667), [#8668](https://github.com/FreshRSS/FreshRSS/pull/8668), [#8685](https://github.com/FreshRSS/FreshRSS/pull/8685), [#8752](https://github.com/FreshRSS/FreshRSS/pull/8752), [#8754](https://github.com/FreshRSS/FreshRSS/pull/8754), [#8755](https://github.com/FreshRSS/FreshRSS/pull/8755), [#8756](https://github.com/FreshRSS/FreshRSS/pull/8756), [#8757](https://github.com/FreshRSS/FreshRSS/pull/8757), [#8758](https://github.com/FreshRSS/FreshRSS/pull/8758), - [#8772](https://github.com/FreshRSS/FreshRSS/pull/8772) + [#8772](https://github.com/FreshRSS/FreshRSS/pull/8772), [#8798](https://github.com/FreshRSS/FreshRSS/pull/8798) ## 2026-01-25 FreshRSS 1.28.1 diff --git a/constants.php b/constants.php index 1d56858a6..85148d70e 100644 --- a/constants.php +++ b/constants.php @@ -6,7 +6,7 @@ declare(strict_types=1); /** @var string */ const FRESHRSS_MIN_PHP_VERSION = '8.1.0'; /** @var string */ -const FRESHRSS_VERSION = '1.28.2-dev'; +const FRESHRSS_VERSION = '1.29.0'; /** @var string */ const FRESHRSS_WEBSITE = 'https://freshrss.org'; /** @var string */