freshrss-app/CHANGELOG

87 lines
2.2 KiB
Plaintext
Raw Normal View History

2017-02-17 08:45:48 +00:00
[0.1.0]
* Initial version
2017-02-18 13:27:46 +00:00
[0.2.0]
* Updated to base image 0.10.0
* Supporting extensions
2017-02-23 17:07:50 +00:00
[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)
2017-05-24 18:29:08 +00:00
[0.4.1]
* Add parameter to allow for encoded slashes (thanks @Richard)
* Updated description (thanks @Girish)
2017-06-01 08:51:12 +00:00
[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
2017-06-03 22:30:23 +00:00
[0.6.0]
2017-10-02 15:55:21 +00:00
* Updated to FreshRSS 1.7.0
[0.7.0]
* Updated to FreshRSS 1.8.0
2018-03-19 10:35:23 +00:00
[0.8.0]
* Update to FreshRSS 1.9.0
2018-03-19 12:31:17 +00:00
[0.9.0]
2018-05-21 21:31:52 +00:00
* Update to FreshRSS 1.10.2
[0.10.0]
* Better apache configs
* Update extensions
2018-05-31 21:37:04 +00:00
[1.0.0]
* Fix issue where static extension assets were not served
2018-09-08 23:46:18 +00:00
[1.1.0]
* Update FreshRSS to 1.11.0
2018-09-08 23:54:46 +00:00
[1.1.1]
* Update FreshRSS to to 1.11.1
2018-09-10 01:46:27 +00:00
[1.1.2]
* Update FreshRSS to 1.11.2
2018-10-14 22:47:56 +00:00
[1.2.0]
* Use latest base image
2018-11-05 17:50:01 +00:00
[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
2018-12-26 20:56:45 +00:00
[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