Update changelog for 11.1.19

This commit is contained in:
Alexandre Aubin 2023-05-08 16:08:35 +02:00
parent 47da68f076
commit ea24fca91f

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
yunohost (11.1.19) stable; urgency=low
- helpers: Upgrade n to version 9.1.0 ([#1646](https://github.com/yunohost/yunohost/pull/1646))
- appsv2: in perm resource, fix handling of additional urls containing vars to replace (8fbdd228)
- appsv2: fix version-specific upgrade notification hydration ([#1655](https://github.com/yunohost/yunohost/pull/1655))
- appsv2/regenconf: prevent set -u to be enabled during regen-conf triggered from inside appsv2 scripts (a7350a7e)
- refactoring: various renaming in configpanel ([#1649](https://github.com/yunohost/yunohost/pull/1649))
- i18n: Translations updated for Arabic, Basque, Indonesian
Thanks to all contributors <3 ! (axolotle, ButterflyOfFire, Kayou, Neko Nekowazarashi, tituspijean, xabirequejo)
-- Alexandre Aubin <alex.aubin@mailoo.org> Mon, 08 May 2023 16:04:06 +0200
yunohost (11.1.18) stable; urgency=low
- appsv2: always set an 'app' setting equal to app id to be able to use __APP__ in markdown templates ([#1645](https://github.com/yunohost/yunohost/pull/1645))