From 2ad312159a207e55a421e01ad39769a19205bbf5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 23 Feb 2025 21:40:11 +0100 Subject: [PATCH] Prepare changelog for 12.1.0 --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 433994fa25..6f0563b917 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +yunohost (12.1.0) testing; urgency=low + + - general: New "SSE" API to stream/broadcast logs of the current action, using zero-mq ([#1663](http://github.com/YunoHost/yunohost/pull/1663)) + - apps/permissions: rework the way permission info are stored, introduce a new 'app core' config panel allowing to change the app logo, label, etc. ([#1917](http://github.com/YunoHost/yunohost/pull/1917)) + - perf: tweaks to improve LDAP performances when updating records, especially when many user entries exist ([#1975](http://github.com/YunoHost/yunohost/pull/1975)) + - firewall: complete rework of the code. Disable UPnP by default on new installs ([#2011](http://github.com/YunoHost/yunohost/pull/2011)) + - storage/disk: add the beginning of a new section for storage management, for now retrieving disk list and info ([#1953](https://github.com/YunoHost/yunohost/pull/1953)) + - apps: add a new --ignore-yunohost-version option to 'yunohost app install' to bypass ynh version requirement ([#2036](https://github.com/YunoHost/yunohost/pull/2036)) + - portal: allow to login using the email address ([#2041](http://github.com/YunoHost/yunohost/pull/2041)) + - portal: use samesite 'lax' for portal cookies ([#2018](https://github.com/YunoHost/yunohost/pull/2018)) + - wording: simplify the "user portal" naming to just "portal" (642e1afba) + - i18n: Translations updated for Basque, Catalan, French, Galician, Italian, Spanish + + Thanks to all contributors <3 ! (axolotle, Christophe Henry, Félix Piédallu, Joan, José M, Josué Tille, ljf, OniriCorpe, orhtej2, ppr, rosbeef andino, Tommi, xabirequejo) + + -- Alexandre Aubin Sun, 23 Feb 2025 21:22:02 +0100 + yunohost (12.0.11) stable; urgency=low - users: Prevent to remove the last user from admins ([#2029](http://github.com/YunoHost/yunohost/pull/2029), [#2030](http://github.com/YunoHost/yunohost/pull/2030), [#2031](http://github.com/YunoHost/yunohost/pull/2031), a18928475, d7b57a87a, fc2596d04, 8d6fd9c32)