diff --git a/doc/manual/en/ReleaseNotes.raw.wiki b/doc/manual/en/ReleaseNotes.raw.wiki index 2e0c4dc28..3f7061310 100644 --- a/doc/manual/en/ReleaseNotes.raw.wiki +++ b/doc/manual/en/ReleaseNotes.raw.wiki @@ -8,6 +8,33 @@ 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.15 (2022-07-04) == + +=== Highlights === + + * backups: Add options to keep sshfs shares responsive + * backups: Unmount repositories before and after backup + * users: create home directories for newly created users + +=== Other Changes === + + * *: pylint: Avoid calling super() with arguments + * *: pylint: Don't inherit from 'object' + * *: pylint: Drop unnecessary 'pass' statements + * *: pylint: Explicitly specify encoding when open a file + * *: pylint: Suppress unused argument warnings + * ci: Use compatible versions of Selenium and Splinter + * locale: Update translations for Bulgarian, Russian, Ukrainian + * mediawiki: Add regex validator to the domain field + * mediawiki: Remove Buster specific code not needed in Bullseye + * mediawiki: Remove wgLogo as it is not needed in Bullseye + * pyproject.toml: Ignore some refactoring messages with pylint + * static: js: css: Make multiple select fields work with Django 4.0 + * tests: functional: Simplify GitLabCI configuration + * upgrades: Hold packages one at a time + * upgrades: Re-add workaround for grub + * views: Add a comment about change in Django 4.0 + == FreedomBox 22.14.1 (2022-06-27) == === Highlights === diff --git a/doc/manual/es/Janus.raw.wiki b/doc/manual/es/Janus.raw.wiki index f4b48ddcf..9d14fc16c 100644 --- a/doc/manual/es/Janus.raw.wiki +++ b/doc/manual/es/Janus.raw.wiki @@ -8,18 +8,34 @@ == Janus (servidor WebRTC) == +|| {{attachment:FreedomBox/Manual/Janus/Janus-icon_en_V01.png|Icono de Janus}} || '''Disponible desde''': versión 22.13 Janus es un servidor WebRTC ligero de propósito general. Puede soportar diferentes tipos de aplicaciones de comunicación en tiempo real, como llamdas y retransmisiones de video. -Actualmente !FreedomBox incluye con Janus una sala simple de videoconferencia. En el futuro será reemplazada por [[DebianBug:1005877|Jangouts]], una app de videoconferencia completa. +Actualmente !FreedomBox incluye con Janus una sala simple de videoconferencia. Cualquiera que visite tu !FreedomBox puede acceder a esta sala. No requiere ingresar con una cuenta de usuario. -Para usar Janus se necesita un servidor STUN/TURN (como [[es/FreedomBox/Manual/Coturn|Coturn]]). +En el futuro será reemplazada por [[DebianBug:1005877|Jangouts]], una app de videoconferencia completa. -/* Captura de pantalla */ -/* Usar Janus */ +== Captura de pantalla == + +Para usar Janus se necesita [[es/FreedomBox/Manual/Coturn|Coturn]], así que también debe estar instalado y funcionando en tu !FreedomBox. + + +{{attachment:FreedomBox/Manual/Janus/freedombox-janus-videoroom.png|Sala de video de Janus|width=800}} + + +== Usar Janus == + +El acceso directo a Janus te llevará a la página Sala de Video de Janus. Pulsa aquí el botón Comenzar enla parte superior de la página. + +A continución tendrás que dar un nombre de pantalla. Puede ser cualquiera. Pulsa el botón "Unirse a la sala" para entrar. + +La primera vez que entres a la sala, tu navegador te preguntará si le das permiso a esta página para acceder a tu cámara y micrófono. Pulsa "Permitir" para seguir. + +Se mostrará tu propia imagen en la ventana "Video local". Desde aquí podrás acallar tu sonido o usar despublicar para dejar de compartir tu imagen y/o sonido. Si otra gente entra en la sala aparecerán en las ventanas de "Vídeo remoto". === Enlaces externos === diff --git a/doc/manual/es/ReleaseNotes.raw.wiki b/doc/manual/es/ReleaseNotes.raw.wiki index 2e0c4dc28..3f7061310 100644 --- a/doc/manual/es/ReleaseNotes.raw.wiki +++ b/doc/manual/es/ReleaseNotes.raw.wiki @@ -8,6 +8,33 @@ 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.15 (2022-07-04) == + +=== Highlights === + + * backups: Add options to keep sshfs shares responsive + * backups: Unmount repositories before and after backup + * users: create home directories for newly created users + +=== Other Changes === + + * *: pylint: Avoid calling super() with arguments + * *: pylint: Don't inherit from 'object' + * *: pylint: Drop unnecessary 'pass' statements + * *: pylint: Explicitly specify encoding when open a file + * *: pylint: Suppress unused argument warnings + * ci: Use compatible versions of Selenium and Splinter + * locale: Update translations for Bulgarian, Russian, Ukrainian + * mediawiki: Add regex validator to the domain field + * mediawiki: Remove Buster specific code not needed in Bullseye + * mediawiki: Remove wgLogo as it is not needed in Bullseye + * pyproject.toml: Ignore some refactoring messages with pylint + * static: js: css: Make multiple select fields work with Django 4.0 + * tests: functional: Simplify GitLabCI configuration + * upgrades: Hold packages one at a time + * upgrades: Re-add workaround for grub + * views: Add a comment about change in Django 4.0 + == FreedomBox 22.14.1 (2022-06-27) == === Highlights === diff --git a/doc/manual/es/images/Janus-icon_en_V01.png b/doc/manual/es/images/Janus-icon_en_V01.png new file mode 100644 index 000000000..912aad4f7 Binary files /dev/null and b/doc/manual/es/images/Janus-icon_en_V01.png differ diff --git a/doc/manual/es/images/freedombox-janus-videoroom.png b/doc/manual/es/images/freedombox-janus-videoroom.png new file mode 100644 index 000000000..73ce501fd Binary files /dev/null and b/doc/manual/es/images/freedombox-janus-videoroom.png differ