FreshRSS v1.14.0 Release Notes

Release Date: 2019-03-31 // about 5 years ago
  • Changelog:

    • 🔋 Features
      • Filter actions feature, to auto-mark-as-read based on a search query per feed #2275
      • Improve account change when using the unsafe automatic login #2288
    • 💻 UI
      • New themes Ansum and Mapco #2245
      • Rewrite jQuery and keyboard shortcut code as native JavaScript ES6 (except for graphs on the statistics pages) #2234
      • Batch scroll-as-read for better client-side and server-side performance #2199
      • Keyboard-shortcut navigation at end of feed or category continues to the next one #2255
      • Changed jump behaviour after marking articles as read #2206
      • More reactive auto-loading of articles #2268
    • 🚀 Deployment
      • New default Docker image based on Ubuntu (~3 times faster, but ~2.5 times larger) #2205
      • Using Ubuntu 18.10 with PHP 7.2.15 and Apache 2.4.34
      • Alpine version updated to Alpine 3.9 with PHP 7.2.14 and Apache 2.4.38 #2238
    • 🐛 Bug fixing
      • Fix feed option for marking modified articles as unread #2200
      • Fix API HTTP Authorization case-sensitivity issue introduced in FreshRSS 1.13.1 #2233
      • Fix breaking warning in Fever API #2239
      • Fix encoding problem in Fever API #2241
      • Fix author semi-colon prefix in Fever API #2281
      • Fix the reading of the environment variable COPY_SYSLOG_TO_STDERR #2260
      • Session fix when form login + HTTP auth are used #2286
      • Fix cli/user-info.php for accounts using a version of the database older than 1.12.0 #2291
    • CLI
      • Better validation of parameters #2046
      • New option --header to cli/user-info.php #2296
    • API
      • Supported by Readably (client for Android using Fever API)
    • I18n
    • 🔒 Security
      • Reworked the CSRF token interaction with the session in some edge cases #2290
      • Remove deprecated CSP child-src instruction (was already replaced by frame-src) #2250
      • Ensure entry IDs are unique and cannot be set by feeds #2273
    • Misc.
      • Remove HHMV from Travis continuous integration #2249