diff --git a/README.md b/README.md index bd5ebc7a..0cf2cf1f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In addition to taking over the functionality of Instagram, the functioning of Pi It is also possible to import your data from Instagram. -**Shipped version:** 0.11.9~ynh3 +**Shipped version:** 0.11.11~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 225e9237..7877d13e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de Pixe Il est également possible d'importer ses données depuis Instagram. -**Version incluse :** 0.11.9~ynh3 +**Version incluse :** 0.11.11~ynh1 ## Captures d’écran diff --git a/conf/.env b/conf/.env index 615ba19d..0acef299 100644 --- a/conf/.env +++ b/conf/.env @@ -141,3 +141,8 @@ SESSION_DRIVER=redis ## Passport #PASSPORT_PRIVATE_KEY= #PASSPORT_PUBLIC_KEY= + +## Video P2P +MEDIA_HLS_ENABLED=true +MEDIA_HLS_P2P=true +MEDIA_HLS_BITRATE=2000 # average quality and limited storage use diff --git a/manifest.toml b/manifest.toml index 9b4ba724..b0975d3b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Pixelfed" description.en = "ActivityPub Federated Image Sharing" description.fr = "Logiciel de partage d'image fédéré via ActivityPub" -version = "0.11.9~ynh3" +version = "0.11.11~ynh1" maintainers = ["yalh76", "Lapineige"] @@ -36,8 +36,8 @@ ram.runtime = "100M" [resources] [resources.sources.main] - url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.9.tar.gz" - sha256 = "a56629a8094749911927a4a02b69fa3446f1a089315ff9b2ccfd85a5e26bd140" + url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.11.tar.gz" + sha256 = "01bb56f0b2f888788d9cbf96809ce9f38b09be8e925036c7df8eb0236d1c3be6" autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/tests.toml b/tests.toml index 3e9755f2..72cf2095 100644 --- a/tests.toml +++ b/tests.toml @@ -6,4 +6,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.7a4833633f76d050296c783e565f8cdfc913c75a.name = "Upgrade from 0.11.2" + test_upgrade_from.aa1c6c9.name = "Upgrade from v0.11.9"