Releases: mollyim/mollysocket
Releases · mollyim/mollysocket
1.5.2
1.5.1
- Add WebPush headers
- Add VAPID support
- Add QR code to link mollysocket
- Allow clients to request a ping during registration
- Update last registration for running connections
- Add container based on alpine
1.5.0
- Add WebPush headers
- Add VAPID support
- Add QR code to link mollysocket
- Allow clients to request a ping during registration
- Update last registration for running connections
- Add container based on alpine
Note: CI is fixed with 1.5.1
1.4.1
- Push test message when credentials are updated
- Update dependencies
1.4.0
- Send a ping for each new connection
- Update dependencies
1.3.0
- New option to disable the WebServer (thanks @networkException)
- Reduce container size (thanks @pimlie)
- Add --anonymized flag to redact sensitive information from the connection list command
- Add connection ping command to send a test notification from MollySocket to Molly
- Update dependencies
1.2.0
- Refactor cli:
- Add -v/-vv/-vvv to control verbosity
- Add -c to set config file
- Refactor config:
- Use environment vars
MOLLY_{PARAM_NAME}
(likeMOLLY_DB
) to configure MollySocket. This is useful with docker-compose - Config file doesn't need to set all parameters anymore
- Change default
allowed_endpoints
to["*"]
- Use environment vars
- Use environment vars in docker-compose
- Kill systemd service on stop
- Update dependencies
Thanks @reportingissue !
1.1.1
Change default allowed_endpoints
to ["https://ntfy.sh/", "https://up.conversations.im/", "https://fcm.distributor.unifiedpush.org/"]
1.1.0
- Reduce number of push messages: non-urgent messages (read receipt, view indicator, etc.) are not pushed.
- This is the first version to support notifications with locked databases (feature coming soon to the Android app).