diff options
| author | 2026-02-01 20:37:50 +0100 | |
|---|---|---|
| committer | 2026-02-01 20:37:50 +0100 | |
| commit | e1ed499d59f41abce04a286c8ee112efb62bc8b6 (patch) | |
| tree | 25e57384125735b3cae1a89e98533e41851db9b0 | |
| parent | 3b3ba25bf64e86bd4d7333d9930d4cfb56d952fd (diff) | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fc0d0ef..3394ef6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,23 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). -## 2026-0X-XX FreshRSS 1.28.2-dev +## 2026-0X-XX FreshRSS 1.29.0-dev + +* Features + * New sort order preferences at global, category, and feed levels [#8234](https://github.com/FreshRSS/FreshRSS/pull/8234) + * Add option to enable/disable notifications, also for PWA [#8458](https://github.com/FreshRSS/FreshRSS/pull/8458) + * Allow WebSub hub push from same private network [#8450](https://github.com/FreshRSS/FreshRSS/pull/8450) +* Bug fixing + * Fix wrong search `toString` in case of regex-looking string [#8479](https://github.com/FreshRSS/FreshRSS/pull/8479) +* Security + * Add `allowfullscreen` to `<iframe>` [#8467](https://github.com/FreshRSS/FreshRSS/pull/8467) + * Rewrite `Set-Cookie` using native PHP support of `SameSite` [#8447](https://github.com/FreshRSS/FreshRSS/pull/8447) + * Sanitize lifetime of session cookies from `session.cookie-lifetime` in `php.ini` +* I18n + * Improve Simplified Chinese [#8474](https://github.com/FreshRSS/FreshRSS/pull/8474), [#8475](https://github.com/FreshRSS/FreshRSS/pull/8475), [#8476](https://github.com/FreshRSS/FreshRSS/pull/8476) +* Misc. + * Initial conventions for AI agents and humans: `AGENTS.md`, `SKILLS.md`, `instructions.md` [#8478](https://github.com/FreshRSS/FreshRSS/pull/8478) + * Update dev dependencies [#8469](https://github.com/FreshRSS/FreshRSS/pull/8469), [#8480](https://github.com/FreshRSS/FreshRSS/pull/8480) ## 2026-01-25 FreshRSS 1.28.1 |
