diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-15 13:06:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-05-15 13:08:15 +0200 |
commit | 0aed4a0824c32fc528517ae4573e5bb7f60029dc (patch) | |
tree | 249e8e98f058c77884d27b298c1c6d96f0ef0771 /changelog | |
parent | 788a699ec10c372d82219aac071622f779d8b63a (diff) | |
download | Ishtar-0aed4a0824c32fc528517ae4573e5bb7f60029dc.tar.bz2 Ishtar-0aed4a0824c32fc528517ae4573e5bb7f60029dc.zip |
✨ media_find_missing_files command: added set-alt-media-dir option to link missing media from an alternate directory and set-empty-image option to link to dummy images for missing images
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 1 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index a227c4e5d..87d104afd 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -13,6 +13,7 @@ v4.0.45 - 2023- - Migration font-awesome -> fork-awesome - Inline JS migrated to a dynamic, cacheable settings.js - Container import: do not crash on empty container type +- media_find_missing_files command: added set-alt-media-dir option to link missing media from an alternate directory and set-empty-image option to link to dummy images for missing images v4.0.44 - 2023-04-17 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index d99a8c062..ea23b3bf4 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -13,6 +13,7 @@ v4.0.45 - 2023- - Migration de la bibliothèque font-awesome -> fork-awesome - JS inline migré vers un settings.js dynamique pouvant être mis en cache - Import contenants : éviter le crash si le type de contenant est vide +- Commande media_find_missing_files: ajout des options set-alt-media-dir pour faire des liens de media manquants depuis un répertoire alternatif et set-empty-image pour créer des liens vers des images factices pour les images manquantes v4.0.44 - 2023-04-17 |