1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-24 13:57:35 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Girish Ramakrishnan
6db1932cfb Version 1.15.1 2022-11-14 16:18:06 +01:00
Girish Ramakrishnan
df327aff91 Update test packages 2022-11-14 16:09:30 +01:00
Girish Ramakrishnan
c4a8a59fc1 Update FreshRSS to 1.20.1 2022-11-14 16:09:19 +01:00
5 changed files with 102 additions and 566 deletions

View File

@@ -236,3 +236,10 @@
* Supported by Fluent Reader Lite client on Android and iOS #4595
* Several bug fixes
[1.15.1]
* Update FreshRSS to 1.20.1
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.20.1)
* Add support for custom XPath date/time format #4703
* Add default redirect when authenticating #4778
* Force default user before rendering login page #4620

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "RSS feed reader",
"version": "1.15.0",
"upstreamVersion": "1.20.0",
"version": "1.15.1",
"upstreamVersion": "1.20.1",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {

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.20.0
ARG VERSION=1.20.1
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

647
test/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,12 +9,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^105.0.0",
"chromedriver": "^107.0.3",
"expect.js": "^0.3.1",
"mkdirp": "^1.0.4",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.4.0",
"superagent": "^8.0.0"
"selenium-webdriver": "^4.6.0",
"superagent": "^8.0.3"
}
}