[0.1.0] * Initial version [0.2.0] * Updated to base image 0.10.0 * Supporting extensions [0.3.0] * No longer overwriting all config changes * Using cli scripts * Using scheduler for periodic task * Removed update menu item [0.4.0] * Updated to FreshRSS 1.6.3 * Removed most custom patches (FreshRSS includes those now) [0.4.1] * Add parameter to allow for encoded slashes (thanks @Richard) * Updated description (thanks @Girish) [0.5.0] * Not using mysql port as this causes an error * Storing sessions in /run * Storing api logs in /tmp * Set some php options [0.6.0] * Updated to FreshRSS 1.7.0 [0.7.0] * Updated to FreshRSS 1.8.0 [0.8.0] * Update to FreshRSS 1.9.0 [0.9.0] * Update to FreshRSS 1.10.2 [0.10.0] * Better apache configs * Update extensions [1.0.0] * Fix issue where static extension assets were not served [1.1.0] * Update FreshRSS to 1.11.0 [1.1.1] * Update FreshRSS to to 1.11.1 [1.1.2] * Update FreshRSS to 1.11.2 [1.2.0] * Use latest base image [1.3.0] * Update FreshRSS to 1.12.0 * Features * Ability to add labels (custom tags) to articles #928 * Handle article tags containing spaces, as well as comma-separated tags #2023 * Handle authors containing spaces, as well as comma or semi-colon separated authors #2025 * Searches by tag, author, etc. accept Unicode characters #2025 * New option to disable cache for feeds with invalid HTTP caching #2052 * UI * New theme Swage #2069 * Click on authors to initiate a search by author #2025 * Fix CSS for button alignments in older Chrome versions #2020 * Security * Improved flow for password change (avoid error 403) #2056 * Allow dot . in username (best to avoid, though) #2061 * Performance * Remove some counterproductive preload / prefetch rules #2040 * Improved fast flush (earlier transfer, fetching of resources, and rendering) #2045 [1.4.0] * Update FreshRSS to 1.13.0 * [Full changelog](https://github.com/FreshRSS/FreshRSS/blob/1.13.0/CHANGELOG.md) * Improvements to the Google Reader API #2093 * Support for Vienna RSS (client for Mac OS X) #2091 * 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 [1.5.0] * Fix security issue where root directory was exposed * Enable mod rewrite for mobile apps like FeedMe to work [1.5.1] * Update FreshRSS to 1.13.1 [1.6.0] * Update FreshRSS to 1.14.0 * Update extensions to 0812ee05c24c [1.6.1] * Update FreshRSS to 1.14.1 * Fix load more articles when using ascending order #2314 * 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 [1.6.2] * Update FreshRSS to 1.14.2 * Fix minor code syntax warning in API #2362 [1.6.3] * Update FreshRSS to 1.14.3 * New configuration page for each category #2369 * Update shortcut configuration page #2405 * CSS style for printing #2149 * Do not hide multiple
tags #2437 * Updated to jQuery 3.4.1 (only for statistics page) #2424 [1.7.0] * Update FreshRSS to 1.15.0 * 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 [1.7.1] * Update FreshRSS to 1.15.1 [1.7.2] * Update FreshRSS to 1.15.2 [1.7.3] * Update FreshRSS to 1.15.3 [1.8.0] * Update FreshRSS to 1.16.0 * [Full changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.16.0) * Allow multiple users to have administration rights #2096 * Preview the CSS rule to retrieve full article content #2778 * Improve CSS selector ordering in the full-text retrieval (lib_phpQuery) #2874 * New search option !date: allowing to exclude any date interval #2869 * New option to show all articles in the favourites view #2434 * Allow feed to be actualized just after being truncated #2862 * Fallback to showing a GUID when an article title is empty #2813 [1.9.0] * Use latest base image 2.0.0 [1.9.1] * Update FreshRSS to 1.16.2 * [Full changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.16.1) * Add the possibility to filter by feed IDs #2892 * like f:123 more-search or multiple feed IDs like f:123,234,345 more-search or an exclusion like !f:456,789 more-search * Show users last activity date #2936 * Ability to follow HTML redirections when retrieving full article content #2985 [1.10.0] * Add forum url and update screenshot links [1.11.0] * Update FreshRSS to 1.17.0 * [Full changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.17.0) * New tag management page #3121 * New page to add feeds and categories #3027 * Add a way to disable/enable users #3056 * Fix special characters in user queries #3037 * Hide feed credentials when adding a new feed #3099 * Trim whitespace for feed passwords #3158 * Updated PHPMailer library to 6.1.6 #3024 * Add blogger.com to the default list of forced HTTPS #3088 [1.12.0] * Update base image to v3 * Update PHP to 7.4 [1.13.0] * Update FreshRSS to 1.18.0 * [Full changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.18.0) * Allow parallel requests #3096 - Much faster manual feeds refresh * Reload full article content when an article has changed #3506 * New share article link to clipboard #3330 * Improved OPML import of feeds with multiple categories #3286 * Add a content action parameter to work with CSS selector #3453 * New cURL options per feed: proxy, cookie, user-agent #3367, #3494, #3516 * Do not import feeds causing database errors (e.g. due to conflicting HTTP redirections) ##3347 [1.13.1] * Fix apache config to log the client IP [1.13.2] * Update FreshRSS to 1.18.1 * Support standard HTTP 410 Gone by disabling (muting) gone feeds #3561 * Supported by Newsboat 2.24+ #3574 * Supported by RSS Guard #3627 * Allow Unicode for shortcuts #3548