diff --git a/README.md b/README.md index ca01489..adcbcd8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Inspired by the Invidious project. - Mobile support (responsive design) -**Shipped version:** 2023.02.02~ynh1 +**Shipped version:** 2023.04.21~ynh1 **Demo:** https://nitter.net/ diff --git a/README_fr.md b/README_fr.md index 44e935c..765cfb0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,7 @@ Nitter est une interface alternative pour Twitter qui est plus rapide que le sit - Support mobile (conception réactive) -**Version incluse :** 2023.02.02~ynh1 +**Version incluse :** 2023.04.21~ynh1 **Démo :** https://nitter.net/ diff --git a/conf/app.src b/conf/app.src index 39686ad..6a215b1 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/zedeus/nitter/tarball/36c72f98603e6387431224b3fb65ada765e9ab65 -SOURCE_SUM=586e075da9a1be1940ceedd65eec39cf1b253113eb747d7710255583c57a5199 +SOURCE_URL=https://github.com/zedeus/nitter/tarball/2254a0728c587ebcec51ff08da0bf145606a629e +SOURCE_SUM=75f7e34f68912bcfaea5a04cf3789fb7dc56b8ea1c364bf537d281f5a0034416 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png index 650e326..13c49e9 100644 Binary files a/doc/screenshots/screenshot.png and b/doc/screenshots/screenshot.png differ diff --git a/manifest.json b/manifest.json index 90a0817..b9d9d27 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end for Twitter that respects your privacy", "fr": "Interface alternative pour Twitter qui respecte votre vie privée" }, - "version": "2023.02.02~ynh1", + "version": "2023.04.21~ynh1", "url": "https://github.com/zedeus/nitter", "upstream": { "license": "AGPL-3.0-only", @@ -118,4 +118,4 @@ } ] } -} \ No newline at end of file +} diff --git a/scripts/install b/scripts/install index 9647219..e8e3a7b 100755 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ set_permissions #================================================= # SETUP LOGROTATE #================================================= -ynh_script_progression --message="Configuring log rotation..." --time --weight=1 +ynh_script_progression --message="Configuring log rotation..." --weight=1 # Use logrotate to manage application logfile(s) ynh_use_logrotate diff --git a/scripts/restore b/scripts/restore index ec57d65..b8b96d6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -91,7 +91,7 @@ systemctl enable $app.service --quiet #================================================= # RESTORE THE LOGROTATE CONFIGURATION #================================================= -ynh_script_progression --message="Restoring the logrotate configuration..." --time --weight=1 +ynh_script_progression --message="Restoring the logrotate configuration..." --weight=1 ynh_use_logrotate --non-append ynh_restore_file --origin_path="/etc/logrotate.d/$app"