Bump version and update to 0.10.2
This commit is contained in:
parent
5647e7a207
commit
80e633b787
|
@ -34,3 +34,5 @@
|
||||||
[0.8.0]
|
[0.8.0]
|
||||||
* Update to FreshRSS 1.9.0
|
* Update to FreshRSS 1.9.0
|
||||||
|
|
||||||
|
[0.9.0]
|
||||||
|
* Update to FreshRSS 1.10.2
|
|
@ -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.8.0",
|
"version": "0.9.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages FreshRSS <upstream>1.9.0</upstream>.
|
This app packages FreshRSS <upstream>1.10.2</upstream>.
|
||||||
|
|
||||||
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
||||||
|
|
||||||
|
@ -6,9 +6,9 @@ It is at the same time lightweight, easy to work with, powerful and customizable
|
||||||
|
|
||||||
It is a multi-user application with an anonymous reading mode. It supports PubSubHubbub for instant notifications from compatible Web sites. There is an API for (mobile) clients, and a Command-Line Interface. Finally, it supports extensions for further tuning.
|
It is a multi-user application with an anonymous reading mode. It supports PubSubHubbub for instant notifications from compatible Web sites. There is an API for (mobile) clients, and a Command-Line Interface. Finally, it supports extensions for further tuning.
|
||||||
|
|
||||||
### Extensions
|
### Extensions
|
||||||
FreshRSS supports further customizations by adding extensions on top of its core functionality.
|
FreshRSS supports further customizations by adding extensions on top of its core functionality.
|
||||||
See the [repository dedicated to those extensions](https://github.com/FreshRSS/Extensions).
|
See the [repository dedicated to those extensions](https://github.com/FreshRSS/Extensions).
|
||||||
|
|
||||||
|
|
||||||
### Compatible clients
|
### Compatible clients
|
||||||
|
|
|
@ -4,7 +4,7 @@ RUN apt-get update \
|
||||||
&& apt-get -y install php php-curl php-gmp php-intl php-mbstring php-xml php-zip \
|
&& apt-get -y install php php-curl php-gmp php-intl php-mbstring php-xml php-zip \
|
||||||
libapache2-mod-php mysql-client php-mysql
|
libapache2-mod-php mysql-client php-mysql
|
||||||
|
|
||||||
ENV VERSION 1.9.0
|
ENV VERSION 1.10.2
|
||||||
ENV EXTENSIONS_VERSION a60a0ce5d0d864b5654a4d2609167d03c2299500
|
ENV EXTENSIONS_VERSION a60a0ce5d0d864b5654a4d2609167d03c2299500
|
||||||
|
|
||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
|
|
Loading…
Reference in New Issue