doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2022-06-20 20:51:27 -04:00
parent a3b2751200
commit fc0ce69ddb
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 40 additions and 2 deletions

View File

@ -8,6 +8,26 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 22.14 (2022-06-20) ==
=== Highlights ===
* ejabberd: Allow domains to be added or removed
* mumble: Allow setting a password that is required to join the server
* mediawiki: Add option to change the site name
=== Other Changes ===
* actions: Add a decorator for marking superuser actions
* doc: dev: Use and recommend new privileged actions
* ejabberd: Automatically use coturn
* janus: Improve description about coturn
* locale: Update translations for Bulgarian, Chinese (Simplified), Czech, Dutch, French, German, Russian, Turkish
* tests: Add a dummy parameter for middlewares for Django 4.0
* translation: Don't use session for storing lang pref in Django 4.0
* transmission: Simplify actions using the privileged decorator
* users: Fix deleting user LDAP entry with Django 4.0
== FreedomBox 22.13 (2022-06-06) ==
=== Highlights ===

View File

@ -74,8 +74,6 @@ In the next section, we will discuss setting up the mobile app, which can let yo
The official Android app from the Tiny Tiny RSS project works with !FreedomBox's Tiny Tiny RSS Server. The older TTRSS-Reader application is known '''not''' to work.
The official Android app is unfortunately only available on the Google Play Store and not on F-Droid. You can still obtain the source code and build the apk file yourself.
To configure, first install the application, then in the setting page, set URL as ''https://<your.freedombox.address>/tt-rss-app/''. Set your user name and password in the Login details as well as HTTP Authentication details. If your !FreedomBox does not have a valid HTTPS certificate, then in settings request allowing any SSL certificate and any host.
{{attachment:ttrssapp1.png|Tiny Tiny RSS|width=288}}

View File

@ -8,6 +8,26 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 22.14 (2022-06-20) ==
=== Highlights ===
* ejabberd: Allow domains to be added or removed
* mumble: Allow setting a password that is required to join the server
* mediawiki: Add option to change the site name
=== Other Changes ===
* actions: Add a decorator for marking superuser actions
* doc: dev: Use and recommend new privileged actions
* ejabberd: Automatically use coturn
* janus: Improve description about coturn
* locale: Update translations for Bulgarian, Chinese (Simplified), Czech, Dutch, French, German, Russian, Turkish
* tests: Add a dummy parameter for middlewares for Django 4.0
* translation: Don't use session for storing lang pref in Django 4.0
* transmission: Simplify actions using the privileged decorator
* users: Fix deleting user LDAP entry with Django 4.0
== FreedomBox 22.13 (2022-06-06) ==
=== Highlights ===