1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-16 10:19:15 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
90bef0daa1 Version 1.14.3 2022-02-04 10:59:53 -08:00
Girish Ramakrishnan
42bdf28afa Update FreshRSS to 1.19.2 2022-02-04 10:25:23 -08:00
4 changed files with 9 additions and 3 deletions

View File

@@ -216,3 +216,9 @@
[1.14.2]
* Update apache configs
[1.14.3]
* Update FreshRSS to 1.19.2
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.19.2)
* Improve dropdown menus on mobile view #4141, #4128
* Fix regression regarding keeping read state after seeing favourites / labels #4178
* Lots of code improvements, including improved support of PHP 8.1

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
"version": "1.14.2",
"version": "1.14.3",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {

View File

@@ -1,4 +1,4 @@
This app packages FreshRSS <upstream>1.19.1</upstream>.
This app packages FreshRSS <upstream>1.19.2</upstream>.
## About

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=1.19.1
ARG VERSION=1.19.2
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar -zxvf - --strip-components=1
RUN mv data data-orig && ln -s /app/data data