mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-02 21:35:08 +00:00
Update package version to 1.26.0
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -413,3 +413,17 @@
|
||||
* Fix API handling of default category [#​7610](https://github.com/FreshRSS/FreshRSS/pull/7610)
|
||||
* Fix user self-deletion [#​7626](https://github.com/FreshRSS/FreshRSS/pull/7626)
|
||||
|
||||
[1.26.0]
|
||||
* Update FreshRSS to 1.27.0
|
||||
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.27.0)
|
||||
* Implement support for HTTP `429 Too Many Requests` and `503 Service Unavailable`, obey `Retry-After` [#​7760](https://github.com/FreshRSS/FreshRSS/pull/7760)
|
||||
* Add sort by category title, or by feed title [#​7702](https://github.com/FreshRSS/FreshRSS/pull/7702)
|
||||
* Add search operator `c:` for categories like `c:23,34` or `!c:45,56` [#​7696](https://github.com/FreshRSS/FreshRSS/pull/7696)
|
||||
* Custom feed favicons [#​7646](https://github.com/FreshRSS/FreshRSS/pull/7646), [#​7704](https://github.com/FreshRSS/FreshRSS/pull/7704), [#​7717](https://github.com/FreshRSS/FreshRSS/pull/7717), [#​7792](https://github.com/FreshRSS/FreshRSS/pull/7792)
|
||||
* Rework fetch favicons for fewer HTTP requests [#​7767](https://github.com/FreshRSS/FreshRSS/pull/7767)
|
||||
* Add more unicity criteria based on title and/or content [#​7789](https://github.com/FreshRSS/FreshRSS/pull/7789)
|
||||
* Automatically restore user configuration from backup [#​7682](https://github.com/FreshRSS/FreshRSS/pull/7682)
|
||||
* API add support for states in `s` parameter of `streamId` [#​7695](https://github.com/FreshRSS/FreshRSS/pull/7695)
|
||||
* Improve sharing via Print [#​7728](https://github.com/FreshRSS/FreshRSS/pull/7728)
|
||||
* Redirect to the login page from bookmarklet instead of 403 [#​7782](https://github.com/FreshRSS/FreshRSS/pull/7782)
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "RSS feed reader",
|
||||
"version": "1.25.2",
|
||||
"version": "1.26.0",
|
||||
"upstreamVersion": "1.27.0",
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 8000,
|
||||
|
Reference in New Issue
Block a user