v5.0.0
Breaking Changes
This version contains major breaking changes. Please refer to the README to check the updated configuration. Notable changes:
auth
option no longer exists and it will be inferred from the users.modify
option no longer exists and is nowpermissions
. This allows for more fine-grained customization.scope
has been renamed todirectory
.- The default port has been changed to 6065.
- The default directory (ex-scope) is now
.
(current directory). - The
regex
option in the rules is now the regular expression itself, and no longer a boolean.
Changelog
- 000f404 docs: remove dev version note
- e4a8622 docs: remove outdated SECURITY.md
- b5a3d07 feat!: fine-grained permissions
- f4de82c feat: add test for server listing characters
- ebcf500 docs: cleanup readme
- d7faa1f feat!: further log customizations
- d5e5052 feat!: rename 'scope' to 'directory'
- a255fb5 feat!: remove Auth option
- ed23ca1 feat!: change default port and scope
- e7e9c31 feat!: simplified rule with regex instead of boolean
- d373232 chore: bump version to v5
- f708664 feat: permissions, auth, rules basic tests