diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..a56d7cb 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -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 }} diff --git a/README.md b/README.md index 721dff9..b99f7bc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Teampass for YunoHost -[![Integration level](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![Working status](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![Working status](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg) + [![Install Teampass with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=teampass) *[Lire ce readme en français.](./README_fr.md)* @@ -19,7 +20,7 @@ TeamPass is a Passwords Manager dedicated for managing passwords in a collaborat Teampass offers a large set of features permitting to manage your passwords and related data in an organized way in respect to the access rights defined for each users. -**Shipped version:** 3.0.0.21~ynh1 +**Shipped version:** 3.0.0.22~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index b96a1a3..66ed81b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,25 +5,26 @@ It shall NOT be edited by hand. # Teampass pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/teampass.svg)](https://dash.yunohost.org/appci/app/teampass) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/teampass.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/teampass.maintain.svg) + [![Installer Teampass avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=teampass) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Teampass 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 Teampass 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 TeamPass est un gestionnaire de mots de passe dédié à la gestion des mots de passe de manière collaborative en les partageant entre les membres d'une équipe. Teampass offre un large ensemble de fonctionnalités permettant de gérer vos mots de passe et les données associées de manière organisée dans le respect des droits d'accès définis pour chaque utilisateur. -**Version incluse :** 3.0.0.21~ynh1 +**Version incluse :** 3.0.0.22~ynh1 -## Captures d'écran +## Captures d’écran -![Capture d'écran de Teampass](./doc/screenshots/screenshot.png) +![Capture d’écran de Teampass](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -34,9 +35,9 @@ Pour trouver le panel admin, utiliser le login 'admin' et le mot de passe choisi ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -52,4 +53,4 @@ ou sudo yunohost app upgrade teampass -u https://github.com/YunoHost-Apps/teampass_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 8385817..46d0630 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/nilsteampassnet/TeamPass/archive/refs/tags/3.0.0.21.tar.gz -SOURCE_SUM=0caf1e58e26f29c6c0ccb280713aa5e1af9d6e0863e1a5d9c6fc4ea87b23c7f6 +SOURCE_URL=https://github.com/nilsteampassnet/TeamPass/archive/refs/tags/3.0.0.22.tar.gz +SOURCE_SUM=31d525c7146503c78ab637826caf2489d40ea754169322fa56867688f7ab4a1c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 4d04cbe..aa4b27c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Passwords Manager", "fr": "Gestionnaire de mots de passes." }, - "version": "3.0.0.21~ynh1", + "version": "3.0.0.22~ynh1", "url": "http://www.teampass.net", "upstream": { "license": "AGPL-3.0",