Update changelog for 12.0.3

This commit is contained in:
Alexandre Aubin 2024-08-31 19:55:46 +02:00
parent d6167c5586
commit 0496cadade

23
debian/changelog vendored
View file

@ -1,3 +1,26 @@
yunohost (12.0.3) testing; urgency=low
- (sync bullseye changes since 12.0.2)
- apps: magically handle yarn as a regular package instead of an 'extra' repo now that yarn's repo is in the core ([#1888](http://github.com/YunoHost/yunohost/pull/1888))
- portalapi: we don't need absolute URLs for app logos ? (This ain't working when enabling the 'show other domains apps' because of CSP) (bc93a2e07)
- portalapi: fix portal_user_intro not being sent when authenticated, hence not displayed at all (cdf443c86)
- portal/domain settings: Improve explanation about search engine (24fb87725)
- portal/domain settings: Reduce theme list because there were too many (cf change in yunohost-portal) (9973cc703)
- portal/domain settings: add proper i18n string + help for new settings (831131476, ff0388556)
- domain settings: add a title to the Email section to have a separation w.r.t. the portal settings (279f33288)
- portal: fix extra app tiles not being displayed, gotta use the perm id as key, not just the app id (credit rodinux) (603c64e34)
- portal/sso: with the public app page, fix the root of the domain not redirecting to /yunohost/sso (a6b7ba843)
- portal: allow to configure custom CSS from the domain config panel (8f636561d)
- portal: change the way the new 'public apps' page in the portal is configured: add a simple bool toggle instead of having the 'public apps page' as a default app option, which allows to still configure a default app while the portal has the public apps page (748a20d86)
- ci: fix test_permission_propagation_on_ssowat, auth header tests (656e5c75d, 9e9313067, 44920d891)
- ci: optimizations, cleanups, partial refactor because of new CI image build process (fe9a4fba5, 059818254, a9e71e88d, 7f2da0af7, 94594e5a3, d639e1c42, 4f3b9df3f, 5a6a915af, 55e7e798f, 2fe24424f, 4fc929005, fd040b864, 0bbc14f54, 2976e7bf6)
- quality: add type hints to user.py (1ba75df0e, d4f39da20, 611846aa1, efce7f9f0, fe1c04fb2)
- i18n: Translations updated for Basque, French, Galician, Greek, Indonesian, Russian, Turkish
Thanks to all contributors <3 ! (Ali Çıır, cjdw, craftrac, Emmanuel Averty, Félix Piédallu, Ivan Davydov, José M, Josué Tille, ljf, OniriCorpe, ppr, selfhoster1312, Tagada, tituspijean, xabirequejo)
-- Alexandre Aubin <alex.aubin@mailoo.org> Sat, 31 Aug 2024 19:45:00 +0200
yunohost (12.0.2) testing; urgency=low
- Cleanup redis regen conf since redis ain't installed by default anymore (7b50c4eb6)