A few highlights ✨:
cli/sensitive-log.sh
to help e.g. Apache clear logs for sensitive information such as credentials #5001
This release has been made by several new contributors @axeleroy, @hippothomas, @mincerafter42, @sad270, @zhzy0077, in addition to our regular contributors @Alkarex, @ColonelMoutarde, @Frenzie, @Myuki, @aledeg, @marienfressinaud, @math-GH, @miicat, @nicofrand, @yzqzss ... Thank you!
Detailed tracked changes.
Full changelog:
\(
or \)
#4989
mailto:
links for webmail services #4680
cli/sensitive-log.sh
to help e.g. Apache clear logs for sensitive information such as credentials #5001
cli/access-permissions.sh
to help apply file permissions correctly #5062
./extensions/
#4956
font/woff
#4894
latest
branch (instead of a tag) to track the latest FreshRSS stable releases #5148
is_writable()
checks #4780
lib_opml
#4403
This is a security release for a regression since FreshRSS 1.18.0.
A few highlights ✨:
ext.php
#4928 reported by @c3l3si4n
Detailed tracked changes.
Full changelog:
A few highlights ✨:
Detailed tracked changes.
Full changelog:
opcache
bug during Web update #4629, update.freshrss.org#4
curlopt
options for HTML+XPath #4759
template.css
to frss.css
#4644
A few highlights ✨:
Detailed tracked changes.
Full changelog:
(author:Alice OR intitle:hello) (author:Bob OR intitle:world)
!((author:Alice intitle:hello) OR (author:Bob intitle:world))
search:"My query"
or search:QueryA
, or by ID: S:3
pg_trgm
data/config-user.custom.php
#4360
archive.today
#4530
rename_attribute()
instead of removing attributes to better be able to style/hide content of articles #4175,status_code
type for PHP 8.1+ simplepie#728
"ab cd"
and ab-cd
#4277
&
#4287
'
in the address #4330
htmlspecialchars()
warnings with PHP 8.1+ #4411
freshrss_user_maintenance
in CLI #4495
errorMessage()
which exists on some platforms #4289
entry_before_insert
to change entry->isRead()
#4331
php-openssl
(used by PHPMailer) and php-xml
(used by SimplePie) #4420
freshrss/freshrss:newest
to PHP 8.2 #4420
base_url
to avoid some common configuration bugs, especially via Docker / CLI #4423
lib_phpQuery
by PhpGt/CssXPath
library for full content retrieval #4261
a[href*="example"]
CssXPath#181
.gitattributes
export-ignore
#4415
attributes
(JSON) for entries #4444
A few highlights:
Detailed tracked changes.
Full changelog:
:newest
updated to PHP 8.1.1 and Apache 2.4.52 #3666
latest
tag to git #4135
Detailed tracked changes.
Full changelog:
!pubdate:P3d
) #4092
e:1639310674957894
or multiple entry IDs (or): e:1639310674957894,1639310674957893
A few highlights:
Detailed tracked changes.
Full changelog:
L:12,13,14
or label names: label:something
or labels:"my label,my other label,🧪"
L:*
or no label: !L:*
:oldest
is now based on alpine:3.5
with PHP 7.0.33 and Apache 2.4.35 #3666
.htaccess
for ./p/themes/
folder #4074
CRON_MIN
is set #3927
400
and 405
HTTP error codes #3981
input
and select
elements for the Origine theme #3727
.editorconfig
and .stylelintrc
#3895, #3912
??
operator #4020
Note: Last release before dropping support for PHP 5 and Internet Explorer 11.
pdo_sqlite
is optional except for export/import SQLite #3545
ORIG_PATH_INFO
#3560
latest
tag in git for the latest FreshRSS release #3524
+
sign #3489
docker-compose
#3353
remoteip
to log the client remote IP instead of the local proxy IP #3226
LISTEN
to change the internal Apache port when running in host network mode #3343
alpine:edge
to test the latest PHP 8+ version #3294
alpine:3.4
to test oldest supported PHP 5.6.36 version with Apache 2.4.43 #3274
@
-sign in database username (for Azure) #3241
ceil()
by intval()
for edge cases with PHP8 #3404
js_vars
and nav_menu
#3342
phpcs
(PHP_CodeSniffer) line length + whitespace #3488
*.phtml, *.css, *.js
as well.png
files as binary #3211
PDO::ERRMODE_SILENT
#3048
<time datetime="">
for entry dates #3106
quickadd
#3051
Quick fix for FreshRSS 1.16.1.
loading="lazy"
for favicons #2962
.stick
elements in older Webkit browsers #2995
lib_phpQuery
for full-content retrieval #3004
FRESHRSS_ENV
environment variable #2963
lib_phpQuery
) #2874
#article .title, #article .content
!date:
allowing to exclude any date interval #2869
!date:P1W
(exlude articles newer than 1 week), !pubdate:2019
, -date:2020-01-01/P5d
, etc.newestItemTimestampUsec
#2853
HTTP/1.x 200 OK
for an empty request, to ease discovery #2855
author:
#2806
COPY_LOG_TO_SYSLOG
and FRESHRSS_ENV
controlling logging #2745
foreach
in applyFilterActions
#2809
lib_phpQuery
when fetching the full content of HTML documents with a complex <head ...>
#2864
yield
#2588
<audio>
widgets to use the full width of the reading zone, to help navigation in e.g. podcasts #2875
<p>
instead of <pre>
to display <media:description>
information #2807
#force_feed
simplepie#643
./extensions/
is solely for third-party extensions #2837
./extensions/
as a Docker volume, to ease adding third-party extensionscheck_url_before_add
and feed_before_actualize
#2704
entry_before_display
hook also through the API #2762
rel=self
feed redirections when WebSub is disabled #2659
SameSite=Lax
#2630
data/config-user.custom.php
#2490
mod_authz_core
instead of mod_access_compat
when running on Apache 2.4+ #2461
COPY_LOG_TO_SYSLOG
to see all logs at once in e.g. docker logs -f
#2591
FRESHRSS_ENV
to control Minz development mode #2508
themes/xTheme-*
#2511
php-gmp
for API support in Ubuntu 32-bit #2450
hadolint
automatic check of Docker files in Travis #2456
@-
as valid characters in usernames (i.e. allow most e-mails) #2391
COPY_SYSLOG_TO_STDERR
#2260
cli/user-info.php
for accounts using a version of the database older than 1.12.0 #2291
X-Forwarded-Prefix
in cookie path behind a reverse-proxy #2201
.htaccess
for HTTP authenticationCOPY_SYSLOG_TO_STDERR
or in constants.local.php
to copy PHP syslog messages to STDERR #2213
TZ
timezone environment variable #2153
X-WebAuth-User
for delegated HTTP Authentication #2204
freshrss:openArticle
JavaScript event #2222