All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning
...
- No code change, switched from gitlab ci to forgejo actions so need to trigger the new build
is:commandfilter to search for snippets with a command name set- Archive/unarchive your own snippets
is:archivedfilter to search for archived snippets- By default, archived snippets do not show up in search results
- Option to disable registration using the env var
DISABLE_REGISTRATION=true- When disabled, the admin user can manually invite users via the admin dashboard
- Email setup is now optional
- All accounts are auto verified on registration if email is disabled
- Option to disable local auth and only use enabled sso providers
DISABLE_LOCAL_AUTH=true(default isfalse)
First public release of the devscript Snippet Manager
- Initial release