1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-04-13 09:25:52 +00:00

Prepare release

This commit is contained in:
J. King 2025-03-18 21:06:24 -04:00
parent a95d9ed055
commit 7e3d07dc19
4 changed files with 5 additions and 5 deletions
CHANGELOG
dist/arch
docs/en
020_Getting_Started/020_Download_and_Installation
030_Supported_Protocols

View file

@ -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

2
dist/arch/PKGBUILD vendored
View file

@ -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() {

View file

@ -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

View file

@ -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)