1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 21:35:08 +00:00

Version 1.3.0

This commit is contained in:
Girish Ramakrishnan
2018-11-05 09:50:01 -08:00
parent 852944cb8f
commit e8690400c9
3 changed files with 21 additions and 2 deletions

View File

@@ -56,3 +56,22 @@
[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