Allow for removing "Guest" from permission hierarchy without messing up access. Resolve #3247

This commit is contained in:
Griatch 2023-08-06 22:51:18 +02:00
parent abc55276c6
commit 4d8ca48bd7
2 changed files with 4 additions and 4 deletions

View file

@ -8,6 +8,7 @@
- Fix: Webclient was not giving a proper error when sending an unknown outputfunc to it.
- Fix: Make `py` command always send strings unless `client_raw` flag is set.
- Fix: `Script.start` with an integer `start_delay` caused a traceback.
- Fix: Removing "Guest" from the permission-hierarchy setting messed up access.
- Docs: Remove doc pages for Travis/TeamCity CI tools, they were both very much
out of date, and Travis is not free for OSS anymore.
- Docs: A lot fixes of typos and bugs in tutorials.