What's Changed
- BREAKING: Typo
PUBLIC_REGISRATION_ENABLED
in .env file changed toPUBLIC_REGISTRATION_ENABLED
- Added env option for disabling anonymous pastes (using
PUBLIC_ANONYMOUS_PASTES_ENABLED=false
) - Migrated to SvelteKit v2
- Fix issue with Prisma not supporting env in provider
- Show login button even if registration is disabled
- Bump urllib3 from 2.0.6 to 2.0.7 in /cli by @dependabot in #24
- fixed issue with login page being accessible after login by @ashmit-coder in #36
- Add Prettier Lint for CI by @Yureien in #37
- Bump vite from 4.5.0 to 4.5.1 by @dependabot in #33
- feat: leverage .env file by @corno-manso in #42
- Bump vite from 4.5.1 to 4.5.2 by @dependabot in #41
- Bump pycryptodome from 3.18.0 to 3.19.1 in /cli by @dependabot in #40
New Contributors
- @ashmit-coder made their first contribution in #36
- @corno-manso made their first contribution in #42
Full Changelog: v0.2.3...v0.3.0