mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-05-04 18:00:38 +03:00
-
released this
2026-01-11 17:46:36 +03:00 | 121 commits to main since this release📅 Originally published on GitHub: Sun, 11 Jan 2026 15:01:07 GMT
🏷️ Git tag created: Sun, 11 Jan 2026 14:46:36 GMTBug Fixes
- allow changing "require email address" if no SMTP credentials present (8c68b08 by @stonith404)
- data import from sqlite to postgres fails because of wrong datatype (1a032a8 by @stonith404)
- user can't update account if email is empty (5828fa5 by @stonith404)
- login codes sent by an admin incorrectly requires a device token (03f9be0 by @stonith404)
- allow exchanging logic code if already authenticated (0e2cdc3 by @stonith404)
- db version downgrades don't downgrade db schema (4df4bcb by @stonith404)
Features
- add CLI command for encryption key rotation (#1209 by @stonith404)
- improve passkey error messages (2f25861 by @stonith404)
- make home page URL configurable (#1215 by @stonith404)
- add option to renew API key (#1214 by @stonith404)
- add support for email verification (#1223 by @stonith404)
- add environment variable to disable built-in rate limiting (9ca3d33 by @stonith404)
- add static api key env variable (#1229 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.1.0...v2.2.0
Downloads