diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:48 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:48 +0100 |
commit | a5ed83e0c3ba63a40f2fe31aa44f6d3a9b7d1c16 (patch) | |
tree | 1680ea098049b6c84c152d2df443948a2af5cacf /changelog/en | |
parent | ed6d2a764fcc76a0feba1c586acb9afddbecd16b (diff) | |
download | Ishtar-a5ed83e0c3ba63a40f2fe31aa44f6d3a9b7d1c16.tar.bz2 Ishtar-a5ed83e0c3ba63a40f2fe31aa44f6d3a9b7d1c16.zip |
🔖 version 4.3.1
Diffstat (limited to 'changelog/en')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 77a3b118d..0305366e5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,22 @@ +v4.3.1 - 2024-11-13 +-------------------- + +### Features/improvements ### +- permissions management: + - use of queries to manage permissions + - expiration date for profiles + - specific deletion permissions (not anymore linked to modification) +- search: OR syntax with "||" + + +### Technical ### +- permissions management: + - refactoring of possession (direct, on creation, with basket) + - refactoring of heritage + - refactoring of areas association +- special syntax for using identifier in search "id:1234" (used by permission query mecanism) + + v4.1.53 - 2025-02-19 -------------------- |