From 7e3d07dc197131001247274752065212311a23db Mon Sep 17 00:00:00 2001 From: "J. King" <jking@jkingweb.ca> Date: Tue, 18 Mar 2025 21:06:24 -0400 Subject: [PATCH] Prepare release --- CHANGELOG | 4 ++-- dist/arch/PKGBUILD | 2 +- .../020_Download_and_Installation/010_On_Arch_Linux.md | 2 +- docs/en/030_Supported_Protocols/010_Nextcloud_News.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9a12469d..bc518409 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ -Version 0.11.0 (2025-03-??) +Version 0.11.0 (2025-03-18) =========================== -New Features: +New features: - Support for version 1.3 of the Nextcloud News protocol - Support for Nextcloud user metadata fetching - Support for form-data input in the Nextcloud News protocol, to improve diff --git a/dist/arch/PKGBUILD b/dist/arch/PKGBUILD index 44c78a52..63a91884 100644 --- a/dist/arch/PKGBUILD +++ b/dist/arch/PKGBUILD @@ -28,7 +28,7 @@ backup=("etc/webapps/arsse/config.php" "etc/webapps/arsse/apache/arsse.conf" "etc/webapps/arsse/apache/arsse-fcgi.conf" "etc/webapps/arsse/apache/arsse-loc.conf") -source=("arsse-0.10.4.tar.gz") +source=("arsse-0.11.0.tar.gz") md5sums=("SKIP") package() { diff --git a/docs/en/020_Getting_Started/020_Download_and_Installation/010_On_Arch_Linux.md b/docs/en/020_Getting_Started/020_Download_and_Installation/010_On_Arch_Linux.md index a20c9692..155c5308 100644 --- a/docs/en/020_Getting_Started/020_Download_and_Installation/010_On_Arch_Linux.md +++ b/docs/en/020_Getting_Started/020_Download_and_Installation/010_On_Arch_Linux.md @@ -37,7 +37,7 @@ No additional set-up is required for Nginx. # Using an alternative PHP interpreter -The above instructions assume you will be using the `php` package as your PHP interpreter. If you wish to use `php-legacy` (which is always one feature version behind, for compatibility) a few configuration tweaks are required. The follwoing commands are a short summary: +The above instructions assume you will be using the `php` package as your PHP interpreter. If you wish to use `php-legacy` (which is always at least one feature version behind, for compatibility) a few configuration tweaks are required. The follwoing commands are a short summary: ```sh # Enable the necessary PHP extensions; curl is optional but recommended; pdo_sqlite may be used instead of sqlite3, but this is not recommended diff --git a/docs/en/030_Supported_Protocols/010_Nextcloud_News.md b/docs/en/030_Supported_Protocols/010_Nextcloud_News.md index c090e2c9..dbff08d1 100644 --- a/docs/en/030_Supported_Protocols/010_Nextcloud_News.md +++ b/docs/en/030_Supported_Protocols/010_Nextcloud_News.md @@ -22,7 +22,7 @@ It allows organizing newsfeeds into single-level folders, and supports a wide ra # Differences -- The Nextcloud single sign-on is not supported; when using the official Nextcloud News client the "manual login" method must be used +- The Nextcloud single sign-on function is not supported; when using the official Nextcloud News client the "manual login" method must be used - Article GUID hashes are not hashes like in NCN; they are integers rendered as strings - Article fingerprints are a combination of hashes rather than a single hash - When marking articles as starred the feed ID is ignored, as they are not needed to establish uniqueness (v1.2 only)