Releases: linuxserver/docker-freshrss
Releases · linuxserver/docker-freshrss
1.15.3-ls38
LinuxServer Changes:
Rebasing to alpine 3.11.
FreshRSS Changes:
- Bug fixing (regressions from 1.15.x)
- Compatibility
- Add fallback for systems with old ICU < 4.6 (International Components for Unicode) #2680
- API
- Do not obey
rel=selffeed redirections when WebSub is disabled #2659
- Do not obey
- UI
- Start adding support for RTL (right-to-left) languages #2656
- Deployment
- Docker: Ubuntu image updated to PHP 7.3.11
- Misc.
1.15.3-ls37
LinuxServer Changes:
Rebasing to alpine 3.11.
FreshRSS Changes:
- Bug fixing (regressions from 1.15.x)
- Compatibility
- Add fallback for systems with old ICU < 4.6 (International Components for Unicode) #2680
- API
- Do not obey
rel=selffeed redirections when WebSub is disabled #2659
- Do not obey
- UI
- Start adding support for RTL (right-to-left) languages #2656
- Deployment
- Docker: Ubuntu image updated to PHP 7.3.11
- Misc.
1.15.3-ls36
LinuxServer Changes:
Rebasing to alpine 3.11.
FreshRSS Changes:
- Bug fixing (regressions from 1.15.x)
- Compatibility
- Add fallback for systems with old ICU < 4.6 (International Components for Unicode) #2680
- API
- Do not obey
rel=selffeed redirections when WebSub is disabled #2659
- Do not obey
- UI
- Start adding support for RTL (right-to-left) languages #2656
- Deployment
- Docker: Ubuntu image updated to PHP 7.3.11
- Misc.
1.15.3-ls35
LinuxServer Changes:
Rebasing to alpine 3.10.
FreshRSS Changes:
- Bug fixing (regressions from 1.15.x)
- Compatibility
- Add fallback for systems with old ICU < 4.6 (International Components for Unicode) #2680
- API
- Do not obey
rel=selffeed redirections when WebSub is disabled #2659
- Do not obey
- UI
- Start adding support for RTL (right-to-left) languages #2656
- Deployment
- Docker: Ubuntu image updated to PHP 7.3.11
- Misc.
1.15.3-ls34
LinuxServer Changes:
Rebasing to alpine 3.10.
FreshRSS Changes:
- Bug fixing (regressions from 1.15.x)
- Compatibility
- Add fallback for systems with old ICU < 4.6 (International Components for Unicode) #2680
- API
- Do not obey
rel=selffeed redirections when WebSub is disabled #2659
- Do not obey
- UI
- Start adding support for RTL (right-to-left) languages #2656
- Deployment
- Docker: Ubuntu image updated to PHP 7.3.11
- Misc.
1.15.3-ls33
LinuxServer Changes:
Rebasing to alpine 3.10.
FreshRSS Changes:
- Bug fixing (regressions from 1.15.x)
- Compatibility
- Add fallback for systems with old ICU < 4.6 (International Components for Unicode) #2680
- API
- Do not obey
rel=selffeed redirections when WebSub is disabled #2659
- Do not obey
- UI
- Start adding support for RTL (right-to-left) languages #2656
- Deployment
- Docker: Ubuntu image updated to PHP 7.3.11
- Misc.
1.15.2-ls33
1.15.2-ls32
1.15.1-ls32
LinuxServer Changes:
Rebasing to alpine 3.10.
FreshRSS Changes:
- Features
- New approach based on OPML to definite default feeds for new users #2627
- API
- Always send articles IDs as string, to fix compatibility with Reeder #2621
- Bug fixing (regressions from 1.15.0)
- Security
- Improve cookie security with policy
SameSite=Lax#2630
- Improve cookie security with policy
- Misc.
- Perform automatic git updates with safer fetch+reset instead of clean+fetch+merge #2625
1.15.0-ls32
LinuxServer Changes:
Rebasing to alpine 3.10.
FreshRSS Changes:
- CLI
- Command line to export/import any database to/from SQLite #2496
- Features
- New archiving method, including maximum number of articles per feed, and settings at feed, category, global levels #2335
- New option to control category sort order #2592
- New option to display article authors underneath the article title #2487
- Add e-mail capability #2476, #2481
- Ability to define default user settings in
data/config-user.custom.php#2490- Including default feeds #2515
- Allow recreating users if they still exist in database #2555
- Add optional database connection URI parameters #2549, #2559
- Allow longer articles with MySQL / MariaDB (up to 16MB compressed instead of 64kB) #2448
- Add support for terms of service #2520
- Add sharing with Lemmy #2510
- API
- Compatibility
- Deployment
- Take advantage of
mod_authz_coreinstead ofmod_access_compatwhen running on Apache 2.4+ #2461 - Docker: Ubuntu image updated to 19.10 with PHP 7.3.8 and Apache 2.4.41 #2577
- Docker: Alpine image updated to 3.10 with PHP 7.3.11 and Apache 2.4.41 #2238
- Docker: Increase default PHP POST/upload size to ease importing ZIP files #2563
- New environment variable
COPY_LOG_TO_SYSLOGto see all logs at once in e.g.docker logs -f#2591 - New environment variable
FRESHRSS_ENVto control Minz development mode #2508 - Git ignore
themes/xTheme-*#2511
- Take advantage of
- Bug fixing
- Security
- UI
- I18n
- Extensions
- Misc.
- Make our JavaScript compatible with LibreJS #2576
- PDO (database) refactoring for code simplification #2522
- Automatic check of CSS syntax in Travis CI #2477
- Make our Travis greener by reducing redundant tests #2589
- Remove support for sharing with Google+ #2464
- Redirect connected users accessing registration page #2530
- Add Makefile #2481