FreshRSS 1.24.2
This is a quality-focussed release for the 1.24.x series meant to provide a good product to people blocked on PHP 7.4, while we will increase the requirements to PHP 8.1+ from the next 1.25.x series.
A few highlights โจ:
- New global option to automatically add articles to favourites
- New option to share articles from the article title line
- Add core extensions, shipped by default: UserCSS and UserJS
- Security: Force log out of users when they are disabled
- Many bug and regression fixes
This release has been made by @Alkarex, @ColonelMoutarde, @den13501, @hkcomori, @math-GH
and newcomers @dservian, @crisukbot, @TomW1605
Full changelog:
- Features
- New global option to automatically add articles to favourites #6648
- New possibility to share a user query in JSON GReader format #6655
- New fields image and description for user query share #6541
- Show article first words when an article title is empty #6240
- New option to share articles from the article title line #6395
- Improve JSON Dot Notation module to access more string-friendly types #6631
- Improve detection of image types for enclosures not providing a type #6653
- Add sharing to archive.is #6650
- Security
- Bug fixing
- Fix parentheses for complex
OR
Boolean search expressions #6672 - Fix keep max unread #6632
- Fix regression in mark as read upon gone #6663
- Fix regression on mark duplicate titles as read for modified articles #6664
- Fix regression for Fever API, remove dependency to Exif extension #6624
- Fix muted feeds for WebSub #6671
- Fix performance / deadlock of PostgreSQL and MySQL / MariaDB during schema updates #6692
- Fix HTTP cache of main page (regression since 1.18.0) #6719
- Fix HTTP cache of shareable user queries #6718
- Fix HTTP cache for feeds with modified
Last-Modified
when content is not modified #6723
- Fix parentheses for complex
- Extensions
- CLI
- Add quiet option to
cli/db-backup.php
#6593
- Add quiet option to
- Compatibility
- Initial support for PHP 8.4+ #6615
- With upstream contributions php/php-src#14873, PhpGt/CssXPath#227
- Fix SQLite on FreeBSD due to DQS #6701, #6702
- Initial support for PHP 8.4+ #6615
- Deployment
- UI
- I18n
- Misc.