mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-04-21 12:55:50 +00:00
Prepare release
This commit is contained in:
parent
a95d9ed055
commit
7e3d07dc19
4 changed files with 5 additions and 5 deletions
|
@ -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 version 1.3 of the Nextcloud News protocol
|
||||||
- Support for Nextcloud user metadata fetching
|
- Support for Nextcloud user metadata fetching
|
||||||
- Support for form-data input in the Nextcloud News protocol, to improve
|
- Support for form-data input in the Nextcloud News protocol, to improve
|
||||||
|
|
2
dist/arch/PKGBUILD
vendored
2
dist/arch/PKGBUILD
vendored
|
@ -28,7 +28,7 @@ backup=("etc/webapps/arsse/config.php"
|
||||||
"etc/webapps/arsse/apache/arsse.conf"
|
"etc/webapps/arsse/apache/arsse.conf"
|
||||||
"etc/webapps/arsse/apache/arsse-fcgi.conf"
|
"etc/webapps/arsse/apache/arsse-fcgi.conf"
|
||||||
"etc/webapps/arsse/apache/arsse-loc.conf")
|
"etc/webapps/arsse/apache/arsse-loc.conf")
|
||||||
source=("arsse-0.10.4.tar.gz")
|
source=("arsse-0.11.0.tar.gz")
|
||||||
md5sums=("SKIP")
|
md5sums=("SKIP")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
|
@ -37,7 +37,7 @@ No additional set-up is required for Nginx.
|
||||||
|
|
||||||
# Using an alternative PHP interpreter
|
# 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
|
```sh
|
||||||
# Enable the necessary PHP extensions; curl is optional but recommended; pdo_sqlite may be used instead of sqlite3, but this is not recommended
|
# Enable the necessary PHP extensions; curl is optional but recommended; pdo_sqlite may be used instead of sqlite3, but this is not recommended
|
||||||
|
|
|
@ -22,7 +22,7 @@ It allows organizing newsfeeds into single-level folders, and supports a wide ra
|
||||||
|
|
||||||
# Differences
|
# 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 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
|
- 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)
|
- When marking articles as starred the feed ID is ignored, as they are not needed to establish uniqueness (v1.2 only)
|
||||||
|
|
Loading…
Add table
Reference in a new issue