mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
Testing : upgrade to 1.21.0 (#161)
* Upgrade to version 1.20.1 (#155) * Upgrade to v1.20.1 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Upgrade to v1.20.2 * Auto-update README * [autopatch] Upgrade auto-updater * Auto-update README * Upgrade to v1.21.0 * Auto-update README --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Clément <clement@plopoyop.me> Co-authored-by: tituspijean <titus@pijean.ovh>
This commit is contained in:
parent
d8d29c720a
commit
b947c93de8
5 changed files with 20 additions and 18 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch the source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run the updater script
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
id: cpr
|
||||
if: ${{ env.PROCEED == 'true' }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: Update to version ${{ env.VERSION }}
|
||||
|
|
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# FreshRSS for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/freshrss.svg)](https://dash.yunohost.org/appci/app/freshrss) ![Working status](https://ci-apps.yunohost.org/ci/badges/freshrss.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/freshrss.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/freshrss.svg)](https://dash.yunohost.org/appci/app/freshrss) ![Working status](https://ci-apps.yunohost.org/ci/badges/freshrss.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/freshrss.maintain.svg)
|
||||
|
||||
[![Install FreshRSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=freshrss)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -18,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support.
|
||||
|
||||
|
||||
**Shipped version:** 1.20.2~ynh1
|
||||
**Shipped version:** 1.21.0~ynh1
|
||||
|
||||
**Demo:** https://demo.freshrss.org
|
||||
|
||||
|
|
23
README_fr.md
23
README_fr.md
|
@ -5,26 +5,27 @@ It shall NOT be edited by hand.
|
|||
|
||||
# FreshRSS pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/freshrss.svg)](https://dash.yunohost.org/appci/app/freshrss) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/freshrss.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/freshrss.maintain.svg)
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/freshrss.svg)](https://dash.yunohost.org/appci/app/freshrss) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/freshrss.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/freshrss.maintain.svg)
|
||||
|
||||
[![Installer FreshRSS avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=freshrss)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer FreshRSS rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer FreshRSS rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Agrégateur de flux RSS avec une interface adaptée au mobile
|
||||
|
||||
|
||||
**Version incluse :** 1.20.2~ynh1
|
||||
**Version incluse :** 1.21.0~ynh1
|
||||
|
||||
**Démo :** https://demo.freshrss.org
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||
![Capture d'écran de FreshRSS](./doc/screenshots/screenshot.png)
|
||||
![Capture d’écran de FreshRSS](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -38,9 +39,9 @@ API (mini) Comment faire :
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <http://freshrss.org/>
|
||||
* Documentation officielle de l'admin : <https://freshrss.github.io/FreshRSS/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/FreshRSS/FreshRSS>
|
||||
* Site officiel de l’app : <http://freshrss.org/>
|
||||
* Documentation officielle de l’admin : <https://freshrss.github.io/FreshRSS/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/FreshRSS/FreshRSS>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_freshrss>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/freshrss_ynh/issues>
|
||||
|
||||
|
@ -56,4 +57,4 @@ ou
|
|||
sudo yunohost app upgrade freshrss -u https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/FreshRSS/FreshRSS/archive/1.20.2.tar.gz
|
||||
SOURCE_SUM=d9fa84dfcab8916c8e977d36029eef58860f7029284c2847ec73247bc89988f7
|
||||
SOURCE_URL=https://github.com/FreshRSS/FreshRSS/archive/1.21.0.tar.gz
|
||||
SOURCE_SUM=86d9f5953fbe5bd04aee105d7c92272055e6816ba893b9a153a575e7535c7d78
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "RSS aggregator with a nice and mobile-friendly design",
|
||||
"fr": "Agrégateur de flux RSS avec une interface adaptée au mobile"
|
||||
},
|
||||
"version": "1.20.2~ynh1",
|
||||
"version": "1.21.0~ynh1",
|
||||
"url": "http://freshrss.org/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
Loading…
Reference in a new issue