- New server settings:
SOCKET_PATH
andLISTENING_ADDRESS
. - CI: build a version of the program without docker.
- Updated dependencies.
This release changes the database schema significantly. Make a backup.
- Use more readable environment variable names. Old names are temporarily supported.
- Store sessions in the database, this improves security. Secret key is no longer needed.
- Add support for multiple users. Link groups now have an owner. The registration page can be disabled.
- Make margins in tile mode smaller.
- Use familiar names for web modules.
- Replace logrus with log/slog.
- Use username as a primary key.