普通视图
FreshRSS 1.29.0
This is a major release.
Feature highlights✨:
- New sort order preferences at global, category, and feed levels
- Use feed-provided icon
- New option to hide sidebar by default
- Show time since when a feed has problems
- New functions to handle plural in internationalisation
- New
cli/purge.phpto apply purge policy from command line
Bug fixes highlights 🐛:
- Improve support of PHP 8.5+
- Several fixes related to searches
Security highlights 🛡:
- Limit cURL to protocols HTTP, HTTPS
UI highlights 🖼:
- Improve mobile view with multiple lines when thumbnails and summaries are shown
- Several themes improved
Extensions highlights 🧩:
- New Webhook extension for automated RSS notifications
- New LLM Classification extension to automatically tag incoming articles based on a prompt sent to an LLM
This release has been made by @Alkarex, @Inverle, @Kiblyn11, @math-GH, @rupakbajgain, @xtmd and newcomers @polybjorn, @olivluca, @tomasodehnal, @PeterVavercak, @mrtnrdl, @ale-rt, @cweiske, @rid3r45, @gabbihive, @drosell271, @Kachelkaiser, @zanivann, @nanos, @bowencool, @pe1uca, @matheusroberson, @DenuxPlays, @rlrs, @chanse-syres, @IEEE-754, @umaidshahid, @michi-onl
Full changelog:
- Features
- New sort order preferences at global, category, and feed levels #8234
- New filtering by date of Server modification date #8131, #8576
- Corresponding search operator, e.g.
mdate:P1Dfor finding articles modified by the author / server during the past day. - Especially useful for optimising the API synchronisation.
- Corresponding search operator, e.g.
- Use feed-provided icon #8633
- New option to automatically mark new articles as read if an identical GUID already exists in the same category #8673
- Automatic feed visibility/priority during search #8609
- Add feed visibility filter to statistics view unread dates #8489
- Add option to enable/disable notifications, also for PWA #8458
- Add a form to create new user queries on the User Queries page #8623
- Allow WebSub hub push from same private network #8450
- Support category field in JSON feed import #8786
- Bug fixing
- Fix wrong search
toStringin case of regex-looking string #8479 - Fix article last seen date in case of feed errors #8646
- Fix search expansion with backslash #8497
- Fix user query parsing #8543
- Fix search in shared user queries #8789
- Fix redirect to wrong view after mark as read in reader and global views #8552
- Fix SQLite paging when sorting by article length #8594
- Fix change sorting during paging #8688
- Fix SQL keyset pagination when sorting by category name #8597
- Fix SQL duplicates in the user labels when sorting randomly #8626
- Fix wrong error redirect in subscription management #8625
- Fix do not include hidden feeds when counting total number of unread articles #8715
- Update user modify date when changing extensions UserJS / UserCSS #8607
- Non-strict OPML export #eedefb
- Fix wrong search
- Security
- Limit cURL to protocols HTTP, HTTPS #8713
- Better sanitise favicon URLs #8714
- New setting for
<iframe>referrer allow list #8672 - Fix email validation and allow error page for unverified email users #8582
- Add
allowfullscreento<iframe>#8467 - Rewrite
Set-Cookieusing native PHP support ofSameSite#8447, #8778- Sanitize lifetime of session cookies from
session.cookie-lifetimeinphp.ini
- Sanitize lifetime of session cookies from
- Update to
<meta name="referrer" content="no-referrer" />from deprecatednever#8725 - Preventive measure against search ingestion #8777
- UI
- New option to hide sidebar by default #8528
- Improve mobile view with multiple lines when thumbnails and summaries are shown #8631
- New option to disable unread counter in tab title and favicon #8728
- Show time since when a feed has problems #8670
- Improve add feed UI #8683
- Improve slider behaviour when using navigate back button #8496, #8524
- Improve consistency of slider behaviour after submitting form #8612
- Create dynamic favicons from SVG instead of PNG canvas #8577, #8588
- Only display scrollbar everywhere if there's an overflow (especially for Chromium) #8542
- Fix CSS padding of
.content pre code#8620 - Fix wrong navigation buttons layout on Chromium #8606
- Fix don’t mark as read if middle click is outside of article link #8553
- More robust JS #8595
- Fix sidebar slide animation at narrow viewports #8747
- Visually dim disabled users in user management table #8768
- Improve multiple UI themes #8711, #8732,
#8733, #8734, #8735,
#8736, #8737, #8738,
#8739, #8743, #8746,
#8749, #8761, #8781,
#8784, #8785 - Various UI and style improvements: #8537, #8538,
#8541, #8624, #8731,
#8774
- Deployment
- Extensions
- New Webhook extension for automated RSS notifications Extensions#456
- New LLM Classification extension to automatically tag incoming articles based on a prompt sent to an LLM Extensions#458
- New extension methods to get typed configuration values #8696
- New hook:
Minz_HookType::ActionExecute#8599, #8603 - New hook to modify the list of feeds to actualize #8655, #8675
- Allow passing
Minz_HookTypeas hook name inregisterHook()#8600 - Return more info and status from
httpGet()#8700 - Make
httpGet()cache nullable #8705 - Allow extensions’ configuration UI to use
select-input-changerJavaScript helper #8721
- SimplePie
- Bump upstream #8628, simplepie#71
- New function
get_icon_url()for feed favicon simplepie#974 - Fix Undefined array key in
get_thumbnail()#8634, simplepie#970 - Fix int types for enclosures #8702, simplepie#975
- Fix HTTPS headers given to SimplePie, e.g. for some HTTP/2 cases #8742
- CLI
- New
cli/purge.phpto apply purge policy #8740
- New
- I18n
- CLI validate language directory names #8767
- New functions to handle plural, and new
timeago()#8670 - Improve German #8491, #8557, #8689,
#8704 - Improve Italian #8517, #8519, #8554,
#8555, #8556, #8566 - Improve Latvian #6553
- Improve Polish #8536
- Improve Portuguese #8649
- Improve Simplified Chinese #8474, #8475, #8476
- Improve Traditional Chinese #8709, #8716, #8723,
#8730, #8748 - Improve Spanish #8572
- Misc.
- Initial conventions for AI agents and humans:
AGENTS.md,SKILLS.md,instructions.md#8478 - Update to CSSXPath 1.5.0 #8642
- Update to PHPMailer 7.0.2 #8483
- SQL improve PHP syntax uniformity #8604
- Trim SQL whitespace before parenthesis #8522
- Improve PHP code #8627, #8644, #8753,
#8697 - Add dev legacy rules PHPCS 3 #8645
- Update dev dependencies #8469, #8480, #8499,
#8545, #8546, #8547,
#8617, #8638, #8660,
#8661, #8662, #8663,
#8664, #8665, #8666,
#8667, #8668, #8685,
#8752, #8754, #8755,
#8756, #8757, #8758,
#8772, #8798
- Initial conventions for AI agents and humans:
依然浮躁
这个五一:集场、烧烤、小医生和饭局
福音广播:认识你真好(2026年5月节目)
写在前面:因本站服务器的维护和资金为站长个人承担,预算有限,无法承担高昂服务器服费用,所以大多数资源均来自第三方站点资源调用,如若资源无法播放,请联系我们为您处理,感谢您的理解!
世界这么大,到处都是人。认识你真好,是朋友初次相遇时的礼貌寒暄,却因为长情的陪伴升华为最温情的告白。虽然你有时沉默不语,每一天我都如约守候。
远东广播公司福音节目,认识你真好和您不见不散!我们爱,因为神先爱了我们!
认识你真好 – 2026年5月19日节目 🔽
认识你真好 – 2026年5月18日节目 🔽
认识你真好 – 2026年5月17日节目 🔽
认识你真好 – 2026年5月16日节目 🔽
认识你真好 – 2026年5月15日节目 🔽
认识你真好 – 2026年5月14日节目 🔽
认识你真好 – 2026年5月13日节目 🔽
认识你真好 – 2026年5月12日节目 🔽
认识你真好 – 2026年5月11日节目 🔽
认识你真好 – 2026年5月10日节目 🔽
认识你真好 – 2026年5月09日节目 🔽
认识你真好 – 2026年5月08日节目 🔽
认识你真好 – 2026年5月07日节目 🔽
认识你真好 – 2026年5月06日节目 🔽
认识你真好 – 2026年5月05日节目 🔽
认识你真好 – 2026年5月04日节目 🔽
认识你真好 – 2026年5月03日节目 🔽
认识你真好 – 2026年5月02日节目 🔽
认识你真好 – 2026年5月01日节目 🔽
福音广播:认识你真好(2026年5月节目)
写在前面:因本站服务器的维护和资金为站长个人承担,预算有限,无法承担高昂服务器服费用,所以大多数资源均来自第三方站点资源调用,如若资源无法播放,请联系我们为您处理,感谢您的理解!
世界这么大,到处都是人。认识你真好,是朋友初次相遇时的礼貌寒暄,却因为长情的陪伴升华为最温情的告白。虽然你有时沉默不语,每一天我都如约守候。
远东广播公司福音节目,认识你真好和您不见不散!我们爱,因为神先爱了我们!
{cat_localmusic name="认识你真好20260519期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/80c4543b8ff6027462d59e3706dad171.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260518期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/a88c5d2bc4b3c33d64a451a84231e94c.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260517期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/bc56ef8429defb26f002030949496f28.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260516期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/de252420e8475d2a1a6228590c56b85c.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260515期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/ff870e488ed85fcac40a2b3dd0221f14.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260514期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/f534dcde5a84d305f7eae671377cb7ee.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260513期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/1cc9c2b7c05e7ecdb63a0d4d523380ca.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260512期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/7a8143b11c29c2424469fee53cc10f06.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260511期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/41d44e5c746b8d8ffa47e067cc175778.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260510期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/a88bca3bb24353860bcc504231d14b6d.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260509期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/9e2fd073d7be3c1bbe5273ff86000851.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260508期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/4821b3be051240fe157ae056e65b8c24.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260507期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/51175cc275bded63efbacd5e9252dc64.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260506期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/575fa2a97462ae26922dd0f2f67abba9.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260505期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/432ed0a6851c74f872864102d888551a.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260504期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/64b20ccdfa385d3172c4063b00538ef1.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260503期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/270629d4e4d0bb64afe5913131564d7d.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260502期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/aa4341c404b69291768b248abb80ac44.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
{cat_localmusic name="认识你真好20260501期节目" artist="雨泽 & 牧心" url="https://audio.transistor.fm/m/shows/51667/97fb1474682a041bc2f529d7c0ca9a79.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/828584095.jpg"}
福音广播:真爱住我家(2026年5月节目)
主持人:林真儿;来源:远东广播
《说真的》播客分为三个系列,为单身贵族预备的《真爱世界》;为已婚人士预备的《婚姻私塾》,以及为抓狂父母预备的《家长学堂》。林真儿將成为您专属的婚恋扫雷手和亲职班主任;陪伴您谈谈情,说说爱;谈谈婚,论论嫁;聊聊儿,话话女!林真儿在真爱世界,婚姻私塾,家长学堂等您一起学做父母;咱不说別的,只说真的!
真爱住我家 – 2026年5月19日节目 🔽
真爱住我家 – 2026年5月18日节目 🔽
真爱住我家 – 2026年5月17日节目 🔽
真爱住我家 – 2026年5月16日节目 🔽
真爱住我家 – 2026年5月15日节目 🔽
真爱住我家 – 2026年5月14日节目 🔽
真爱住我家 – 2026年5月13日节目 🔽
真爱住我家 – 2026年5月12日节目 🔽
真爱住我家 – 2026年5月11日节目 🔽
真爱住我家 – 2026年5月10日节目 🔽
真爱住我家 – 2026年5月09日节目 🔽
真爱住我家 – 2026年5月08日节目 🔽
真爱住我家 – 2026年5月07日节目 🔽
真爱住我家 – 2026年5月06日节目 🔽
真爱住我家 – 2026年5月05日节目 🔽
真爱住我家 – 2026年5月04日节目 🔽
真爱住我家 – 2026年5月03日节目 🔽
真爱住我家 – 2026年5月02日节目 🔽
真爱住我家 – 2026年5月01日节目 🔽
福音广播:真爱住我家(2026年5月节目)
主持人:林真儿;来源:远东广播
《说真的》播客分为三个系列,为单身贵族预备的《真爱世界》;为已婚人士预备的《婚姻私塾》,以及为抓狂父母预备的《家长学堂》。林真儿將成为您专属的婚恋扫雷手和亲职班主任;陪伴您谈谈情,说说爱;谈谈婚,论论嫁;聊聊儿,话话女!林真儿在真爱世界,婚姻私塾,家长学堂等您一起学做父母;咱不说別的,只说真的!
{cat_localmusic name="真爱住我家20260519" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/1728f4c72ce3916f27ea2035f56013f5.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260518" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/99f267194298f2077ed5310dcc3d3a63.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260517" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/894ebc0a679f2d7fd2e88c0ca7ea00a3.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260516" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/eea86d9144245bf3a86c84929044caaf.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260515" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/a3941250ef2a822a3e88806c21c0d94d.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260514" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/df61be4cca498baa291697897dbf76e5.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260513" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/c182df503efdacc46cec3fea5c1ca5b5.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260512" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/64e110c28e132087d4d8cdbdcbaa543a.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260511" artist="林真儿" url="https://aud.febcmedia.com/tltl/tltl260511.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260510" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/6f4c48bd5c99c7bc233e8f03ed8fcc7a.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260509" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/6a09217dabf2daa06c7501e8b600cc74.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260508" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/5c55996c8cbd9d845cdea52fafa9d422.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260507" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/4ad42f5bac43c819c01e915cfff213d8.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260506" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/8494615bc6d7d1a3818e4bc5cbdb7383.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260505" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/3ad946488965a20e1d3d7499524817c9.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260504" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/c08c7a887318714f7e9113cae4fddcbf.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260503" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/b872a7d17f57d43c3733ce46940957d3.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260502" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/ba6765655e6f7fbdfd9aaa2a0dfbac83.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}
{cat_localmusic name="真爱住我家20260501" artist="林真儿" url="https://audio.transistor.fm/m/shows/51638/d7f2d8ad618089ea05984b762482af55.mp3" cover="https://www.christs.cn/usr/uploads/2025/11/2315474473.jpg"}