All Versions
14
Latest Version
Avg Release Cycle
49 days
Latest Release
1283 days ago

Changelog History
Page 2

  • v1.14.1 Changes

    April 07, 2019

    Changelog:

    • πŸ› Bug fixing (regressions introduced in 1.14.0)
      • Fix load more articles when using ascending order #2314
      • Fix cron in the Ubuntu flavour of the Docker image #2319
      • Fix the use of arrow keyboard keys for shortcuts #2316
      • Fix control+click or middle-click for opening articles in a background tab #2310
      • Fix the naming of the option to unfold categories #2307
      • Fix shortcut problem when using unfolded articles #2328
      • Fix auto-hiding articles #2323
      • Fix scroll functions with Edge #2337
      • Fix drop-down menu warning #2353
      • Fix delay for individual mark-as-read actions #2332
      • Fix scroll functions in Edge #2337
    • πŸ› Bug fixing (misc.)
      • Fix extensions in Windows #994
      • Fix import of empty articles #2351
      • Fix quote escaping on CLI i18n tools #2355
    • πŸ’» UI
      • Better handling of bad Ajax requests and fast page unload (ask confirmation) #2346
    • I18n
    • Misc.
      • Check JavaScript (jshint) in Travis continuous integration #2315
      • Add PHP 7.3 to Travis #2317
  • v1.14.0 Changes

    March 31, 2019

    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
  • v1.13.1 Changes

    January 26, 2019

    Changelog:

    • πŸ”‹ Features
      • Include articles with custom labels during export #2196
      • Export/import articles read/unread state #2226
      • Import FeedBin, and more robust general import #2228
    • πŸ› Bug fixing
      • Fix missing HTTP X-Forwarded-Prefix in cookie path behind a reverse-proxy #2201
    • πŸš€ Deployment
      • Docker improvements #2202
      • Performance: Hard-include Apache .htaccess to avoid having to scan for changes in those files
      • Performance: Disable unused Apache security check of symlinks
      • Performance: Disable unused Apache modules
      • Add option to mount custom .htaccess for HTTP authentication
      • Docker logs gets PHP syslog messages (e.g. from cron job and when fetching external content)
      • New environment variable COPY_SYSLOG_TO_STDERR or in constants.local.php to copy PHP syslog messages to STDERR #2213
      • New TZ timezone environment variable #2153
      • Run Docker cron job with Apache user instead of root #2208
      • Accept HTTP header X-WebAuth-User for delegated HTTP Authentication #2204
    • Extensions
      • Trigger a freshrss:openArticle JavaScript event #2222
    • API
      • Automatic test of API configuration #2207
      • Performance + compatibility: Use Apache SetEnvIf module if available and fall-back to RewriteRule #2202
    • πŸ”’ Security
      • Fixes when HTTP user does not exist in FreshRSS #2204
    • I18n
    • Accessibility
      • Remove alt in logo #2209
  • v1.13.0 Changes

    December 22, 2018

    Changelog:

    • API
    • πŸ”‹ Features
      • Ability to import XML files exported from Tiny-Tiny-RSS #2079
      • Ability to show all the feeds that have a warning #2146
      • Share with Pinboard #1972
    • πŸ’» UI
      • Reworked the scrolling of the categories/feeds sidebar #2117
      • Native styled scrollbars in Firefox 64+, Chrome.
      • Show collapsed sidebar in the reader mode #2169
      • New shortcuts to move to previous/next article without opening it #1767
      • Fix regression from 1.12.0 preventing from closing an article #2085
      • Improvements of the Swage theme #2088, #2094
      • Many style improvements #2108, #2115, #1620, #2089, #2122, #2161
    • πŸš€ Deployment
      • Support for HTTP_X_FORWARDED_PREFIX to ease the use of reverse proxies #2191
      • Updated Docker + TrΓ¦fik + Let’s Encrypt deployment guide #2189
      • Docker image updated to Alpine 3.8.2 with PHP 7.2.13 and Apache 2.4.35
      • Fix .dockerignore #2195
    • I18n
    • SimplePie
      • Update to SimplePie 1.5.2 #2136
      • Fix some sanitizing in authors / tags
      • Strip embedded SVG images for now #2135
    • πŸ”’ Security
    • πŸ› Bug fixing
      • Fix warning in tempnam() with PHP 7.1+ affecting ZIP export #2134
      • Fix print for views with unfolded articles #2130
      • Fix notifications in reader view #1407
      • Fix sharing with Movim #1781
    • Misc.