Update package version to 1.22.0

This commit is contained in:
Package Updates 2024-12-09 10:02:20 +00:00
parent 94f42678bd
commit b977f0cfe1
2 changed files with 16 additions and 3 deletions

View File

@ -341,3 +341,6 @@
* Fix export of OPML information for date format of JSON and HTML+XPath feeds #6779
* OpenID Connect better definition of session parameters #6730
[1.22.0]
* checklist added to CloudronManifest

View File

@ -5,14 +5,16 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "RSS feed reader",
"version": "1.21.3",
"version": "1.22.0",
"upstreamVersion": "1.24.3",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {},
"mysql": {},
"oidc": { "loginRedirectUri": "/i/oidc/" },
"oidc": {
"loginRedirectUri": "/i/oidc/"
},
"scheduler": {
"update_feeds": {
"schedule": "*/1 * * * *",
@ -34,7 +36,15 @@
"website": "http://www.freshrss.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [ "rss", "atom", "greader", "reader", "news", "feeds", "feedly" ],
"tags": [
"rss",
"atom",
"greader",
"reader",
"news",
"feeds",
"feedly"
],
"mediaLinks": [
"https://screenshots.cloudron.io/org.freshrss.cloudronapp/1.png"
],