Version 1.0.0
This commit is contained in:
parent
5e479d4936
commit
e21660b91e
|
@ -41,3 +41,5 @@
|
||||||
* Better apache configs
|
* Better apache configs
|
||||||
* Update extensions
|
* Update extensions
|
||||||
|
|
||||||
|
[1.0.0]
|
||||||
|
* Fix issue where static extension assets were not served
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "0.10.0",
|
"version": "1.0.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@ -33,5 +33,7 @@
|
||||||
"mediaLinks": [
|
"mediaLinks": [
|
||||||
"https://s3.amazonaws.com/cloudron-app-screenshots/org.freshrss.cloudronapp/7d731e71a6faa3791e19b7d7daf468a9486349cc/1.png"
|
"https://s3.amazonaws.com/cloudron-app-screenshots/org.freshrss.cloudronapp/7d731e71a6faa3791e19b7d7daf468a9486349cc/1.png"
|
||||||
],
|
],
|
||||||
"postInstallMessage": "file://POSTINSTALL.md"
|
"postInstallMessage": "file://POSTINSTALL.md",
|
||||||
|
"minBoxVersion": "2.0.0",
|
||||||
|
"documentationUrl": "https://cloudron.io/documentation/apps/freshrss/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue